diff --git a/ChangeLog.md b/ChangeLog.md index 407d6c4e5d70..39c34265d7f4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,133 @@ +## 6.1.0 - June 2021 +#### Az.Accounts +* Added cmdlet 'Open-AzSurveyLink' +* Supported certificate file as input parameter of Connect-AzAccount + +#### Az.Aks +* Fixed the issue that 'Set-AzAks' will fail in Automation Runbook. [#15006] + +#### Az.ApplicationInsights +* Fixed issue that 'ResourcegroupName' is missed when executing below cmdlets with 'InputObject' parameter [#14848] + * 'Get-AzApplicationInsightsLinkedStorageAccount' + * 'New-AzApplicationInsightsLinkedStorageAccount' + * 'Update-AzApplicationInsightsLinkedStorageAccount' + * 'Remove-AzApplicationInsightsLinkedStorageAccount' + +#### Az.Cdn +* Fixed profile missing issue in 'Remove-AzCdnProfile' cmdlet + +#### Az.Compute +* Updated Compute module to use the latest .Net SDK version 47.0.0. + +#### Az.ContainerInstance +* Removed the display of file share credential [#15224] + +#### Az.DataFactory +* Updated ADF .Net SDK version to 4.19.0 + +#### Az.EventHub +* Added functionality to accept input from pipeline for 'Get-AzEventHub' from 'Get-AzEventHubNamespace'. + +#### Az.HDInsight +* Support new azure monitor feature in HDInsight: + - Add cmdlet 'Get-AzHDInsightAzureMonitor' to allow customer to get the Azure Monitor status of HDInsight cluster. + - Add cmdlet 'Enable-AzHDInsightAzureMonitor' to allow customer to enable the Azure Monitor in HDInsight cluster. + - Add cmdlet 'Disable-AzHDInsightAzureMonitor' to allow customer to disable the Azure Monitor in HDInsight cluster. + +#### Az.KeyVault +* Removed duplicate list item in 'Get-AzKeyVault' [#15164] +* Added 'SecretManagement' tag to 'Az.KeyVault' module [#15173] + +#### Az.Network +* Updated cmdlets for route server for a more stable way to add IP configuration. +* Added support for getting a single private link resource. +* Added more detailed description about GroupId in 'New-AzPrivateLinkServiceConnection' +* Updated cmdlets to enable setting of PrivateRange on AzureFirewallPolicy. + - 'New-AzFirewallPolicy' + - 'Set-AzFirewallPolicy' +* Updated cmdlets to add NatRules in VirtualNetworkGateway and BgpRouteTranslationForNat. + - 'New-AzVirtualNetworkGateway' + - 'Set-AzVirtualNetworkGateway' +* Updated cmdlets to add EngressNatRules and EgressNatRules in VirtualNetworkGateway Connection. + - 'New-AzVirtualNetworkGatewayConnection' + - 'Set-AzVirtualNetworkGatewayConnection' +* Updated cmdlet to enable setting of FlowTimeout in VirtualNetwork. + - 'New-AzVirtualNetwork' +* Added cmdlets for Get/Create/Update/Delete VirtualNetworkGatewayNatRules. + - 'New-AzVirtualNetworkGatewayNatRule' + - 'Update-AzVirtualNetworkGatewayNatRule' + - 'Get-AzVirtualNetworkGatewayNatRule' + - 'Remove-AzVirtualNetworkGatewayNatRule' +* Added a new cmdlet for Sync on VirtualNetworkPeering + - 'Sync-AzVirtualNetworkPeering' +* Updated cmdlets to add new properties and redefined an existing property in the VirtualNetworkPeering + - 'Add-AzVirtualNetworkPeering' + - 'Get-AzVirtualNetworkPeering' +* Updated cmdlets to enable setting of PreferredRoutingGateway on VirtualHub. + - 'New-AzVirtualHub' + - 'Update-AzVirtualHub' +* Updated cmdlets to expose two read-only properties of client certificate. + - 'Get-AzApplicationGatewayTrustedClientCertificate' + +#### Az.RecoveryServices +* Added cross tenant DS Move. +* Removed restriction to fetch recovery points only for a 30 days time range. +* Enabled CRR for new regions. + +#### Az.Resources +* Allowed naming the deployment when testing deployments [#11497] + +#### Az.SignalR +* Changed to 'Allow' and 'Deny' parameters of 'Update-AzSignalRNetworkAcl' cmdlet: + - Accepted 'Trace' as a valid value. + - Accepted '@()' as empty collection to clear the list. +* Supported 'ResourceGroupCompleter' and 'ResourceNameCompleter' in the applicable cmdlets. +* Deprecated the 'HostNamePrefix' property of output type 'PSSignalRResource' of following cmdlets: + - 'Get-AzSignalR' + - 'New-AzSignalR' + - 'Update-AzSignalR' + +#### Az.Sql +* Added option to support short version of maintenance configuration id for Managed Instance in 'New-AzSqlInstance' and 'Set-AzSqlInstance' cmdlets +* Added HighAvailabilityReplicaCount to 'New-AzSqlDatabaseSecondary' +* Added External Administrator and AAD Only Properties to AzSqlServer and AzSqlInstance + - Added option to specify '-ExternalAdminName', '-ExternalAdminSid', '-EnableActiveDirectoryOnlyAuthentication' in 'New-AzSqlInstance' and 'Set-AzSqlInstance' cmdlets + - Added option to expand external administrators information using '-ExpandActiveDirectoryAdministrator' in 'Get-AzSqlServer' and 'Get-AzSqlInstance' cmdlets +* Fixed 'Set-AzSqlDatabase' to no longer default ReadScale to Disabled when not specified +* Fixed 'Set-AzSqlServer' and 'Set-AzSqlInstance' for partial PUT with only identity and null properties +* Added parameters related to UMI in 'New-AzSqlServer', 'New-AzSqlInstance', 'Set-AzSqlServer' and 'Set-AzSqlInstance' cmdlets. +* Added -AutoRotationEnabled parameter to following cmdlets: + - 'Set-AzSqlServerTransparentDataEncryptionProtector' + - 'Get-AzSqlServerTransparentDataEncryptionProtector' + - 'Set-AzSqlInstanceTransparentDataEncryptionProtector' + - 'Get-AzSqlInstanceTransparentDataEncryptionProtector' + +#### Az.Storage +* Supported create file share with NFS/SMB enabledEnabledProtocol and RootSquash, and update share with RootSquash + - 'New-AzRmStorageShare' + - 'Update-AzRmStorageShare' +* Supported enable Smb Multichannel on File service + - 'Update-AzStorageFileServiceProperty' +* Fixed copy inside same account issue by access source with anonymous credential, when copy Blob inside same account with Oauth credential +* Removed StorageFileDataSmbShareOwner from value set of parameter DefaultSharePermission in create/update storage account + - 'New-AzStorageAccount' + - 'Set-AzStorageAccount' + +#### Az.Websites +* Fixed issue that prevented removing rules by name and unique identifier in 'Remove-AzWebAppAccessRestrictionRule' +* Fixed issue that defaults AlwaysOn to false in 'Set-AzWebAppSlot' + +### Thanks to our community contributors +* Andy Roberts (@andyr8939), Removing unused TimeGrain variable from example (#15062) +* Ashley Roll (@AshleyRoll), Remove Write-Host leaking file share credentials (#15225) +* Kailash Mandal (@KaishM), Update New-AzPublicIpAddress.md (#15040) +* Olivier Miossec (@omiossec), Update Get-AzExpressRouteCircuitRouteTable.md (#15054) +* Scott (@S-T-S), Update Set-AzNetworkInterface.md (#15112) +* @sohaibMSFT, Application Gateway AutoScale Example (#15071) +* @Srihsu, Update Split-AzReservation.md (#15049) +* @srozemuller, typo in examples resourcegroup parameter (#15146) + + ## 6.0.0 - May 2021 Az 6.0.0 (Az.Accounts 2.3.0) is only supported on Windows PowerShell 5.1, PowerShell 7.0 version 7.0.6 or greater and PowerShell 7.1 version 7.1.3 or greater, open https://aka.ms/install-powershell to learn how to upgrade. For further information, go to http://aka.ms/azpslifecyle. diff --git a/setup/generate.ps1 b/setup/generate.ps1 index e76831938f87..93474a768547 100644 --- a/setup/generate.ps1 +++ b/setup/generate.ps1 @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n $outputName ="Az-Cmdlets" # generate the product name from the current month/year. -$productName = "Microsoft Azure PowerShell - May 2021" +$productName = "Microsoft Azure PowerShell - June 2021" # where to put temp files $tmp = Join-Path $env:temp azure-cmdlets-tmp diff --git a/src/ADDomainServices/Az.ADDomainServices.psd1 b/src/ADDomainServices/Az.ADDomainServices.psd1 index 801e17743c6b..e7ab2cc3533d 100644 --- a/src/ADDomainServices/Az.ADDomainServices.psd1 +++ b/src/ADDomainServices/Az.ADDomainServices.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ADDomainServices.private.dll' diff --git a/src/Accounts/Accounts/Az.Accounts.psd1 b/src/Accounts/Accounts/Az.Accounts.psd1 index 88495d1cb67c..287e22c25b71 100644 --- a/src/Accounts/Accounts/Az.Accounts.psd1 +++ b/src/Accounts/Accounts/Az.Accounts.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.3.0' +ModuleVersion = '2.4.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -145,12 +145,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Upgraded Azure.Identity to 1.4 and MSAL to 4.30.1 -* Removed obsolete parameters ''ManagedServiceHostName'', ''ManagedServicePort'' and ''ManagedServiceSecret'' of cmdlet ''Connect-AzAccount'', environment variables ''MSI_ENDPOINT'' and ''MSI_SECRET'' could be used instead -* Customize display format of PSAzureRmAccount to hide secret of service principal [#14208] -* Added optional parameter ''AuthScope'' to ''Connect-AzAccount'' to support enhanced authentication of data plane features -* Set retry times by environment variable [#14748] -* Supported subject name issuer authentication' + ReleaseNotes = '* Added cmdlet ''Open-AzSurveyLink'' +* Supported certificate file as input parameter of Connect-AzAccount' # Prerelease string of this module # Prerelease = '' diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index aec266bef508..fb0098ccd2df 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 2.4.0 * Added cmdlet `Open-AzSurveyLink` * Supported certificate file as input parameter of Connect-AzAccount diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs index 8388b1a95284..d0a3d454e610 100644 --- a/src/Accounts/Accounts/Properties/AssemblyInfo.cs +++ b/src/Accounts/Accounts/Properties/AssemblyInfo.cs @@ -43,8 +43,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +[assembly: AssemblyVersion("2.4.0")] +[assembly: AssemblyFileVersion("2.4.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")] #endif diff --git a/src/Accounts/Authentication/Properties/AssemblyInfo.cs b/src/Accounts/Authentication/Properties/AssemblyInfo.cs index 7bf2926d92e4..94dead912356 100644 --- a/src/Accounts/Authentication/Properties/AssemblyInfo.cs +++ b/src/Accounts/Authentication/Properties/AssemblyInfo.cs @@ -43,5 +43,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +[assembly: AssemblyVersion("2.4.0")] +[assembly: AssemblyFileVersion("2.4.0")] diff --git a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs index 4f6ae58df56b..014c22ab641f 100644 --- a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs +++ b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +[assembly: AssemblyVersion("2.4.0")] +[assembly: AssemblyFileVersion("2.4.0")] diff --git a/src/Advisor/Advisor/Az.Advisor.psd1 b/src/Advisor/Advisor/Az.Advisor.psd1 index 420ef4c915c3..ee879f6f57b0 100644 --- a/src/Advisor/Advisor/Az.Advisor.psd1 +++ b/src/Advisor/Advisor/Az.Advisor.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll' diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index bd53b147cbcb..9b260b811250 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/29/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.1.0' +ModuleVersion = '2.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -115,9 +115,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added support ''AcrNameToAttach'' in ''Set-AzAksCluster''. [#14692] -* Added support ''AcrNameToDetach'' in ''Set-AzAksCluster''. [#14693] -* Added ''Set-AzAksClusterCredential'' to reset the ServicePrincipal of an existing AKS cluster.' + ReleaseNotes = '* Fixed the issue that ''Set-AzAks'' will fail in Automation Runbook. [#15006]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md index 26dcff8af842..631c402b3aa0 100644 --- a/src/Aks/Aks/ChangeLog.md +++ b/src/Aks/Aks/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.1.1 * Fixed the issue that `Set-AzAks` will fail in Automation Runbook. [#15006] ## Version 2.1.0 diff --git a/src/Aks/Aks/Properties/AssemblyInfo.cs b/src/Aks/Aks/Properties/AssemblyInfo.cs index af805d05f346..8d07ad8d8f27 100644 --- a/src/Aks/Aks/Properties/AssemblyInfo.cs +++ b/src/Aks/Aks/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")] -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("2.1.1")] +[assembly: AssemblyFileVersion("2.1.1")] diff --git a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 index 88fbc0c792ae..e990369f36df 100644 --- a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 +++ b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll' diff --git a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 index 0326f4d087a6..0298b47e2537 100644 --- a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 +++ b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll' diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index 99f0cb517a1c..2192aa3e1949 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll', diff --git a/src/AppConfiguration/Az.AppConfiguration.psd1 b/src/AppConfiguration/Az.AppConfiguration.psd1 index 2b58cfbcf4f4..95cf4cd5e8cd 100644 --- a/src/AppConfiguration/Az.AppConfiguration.psd1 +++ b/src/AppConfiguration/Az.AppConfiguration.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.AppConfiguration.private.dll' diff --git a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 index d97786422710..947df689e1c3 100644 --- a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 +++ b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/13/2020 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.1.0' +ModuleVersion = '1.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -123,9 +123,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added Parameters: ''RetentionInDays'' ''PublicNetworkAccessForIngestion'' ''PublicNetworkAccessForQuery'' for ''New-AzApplicationInsights'' -* Created cmdlet ''Update-AzApplicationInsights'' -* Created cmdlets for Linked Storage Account' + ReleaseNotes = '* Fixed issue that ''ResourcegroupName'' is missed when executing below cmdlets with ''InputObject'' parameter [#14848] + * ''Get-AzApplicationInsightsLinkedStorageAccount'' + * ''New-AzApplicationInsightsLinkedStorageAccount'' + * ''Update-AzApplicationInsightsLinkedStorageAccount'' + * ''Remove-AzApplicationInsightsLinkedStorageAccount'' ' # Prerelease string of this module # Prerelease = '' diff --git a/src/ApplicationInsights/ApplicationInsights/ChangeLog.md b/src/ApplicationInsights/ApplicationInsights/ChangeLog.md index 3139a9cb4a5d..c82c02a543d9 100644 --- a/src/ApplicationInsights/ApplicationInsights/ChangeLog.md +++ b/src/ApplicationInsights/ApplicationInsights/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.1.1 * Fixed issue that `ResourcegroupName` is missed when executing below cmdlets with `InputObject` parameter [#14848] * `Get-AzApplicationInsightsLinkedStorageAccount` * `New-AzApplicationInsightsLinkedStorageAccount` diff --git a/src/ApplicationInsights/ApplicationInsights/Properties/AssemblyInfo.cs b/src/ApplicationInsights/ApplicationInsights/Properties/AssemblyInfo.cs index 1226d8a4a6e5..99fb5927d886 100644 --- a/src/ApplicationInsights/ApplicationInsights/Properties/AssemblyInfo.cs +++ b/src/ApplicationInsights/ApplicationInsights/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.1.1")] +[assembly: AssemblyFileVersion("1.1.1")] diff --git a/src/Attestation/Attestation/Az.Attestation.psd1 b/src/Attestation/Attestation/Az.Attestation.psd1 index 2259a89690f2..2427d6ef9af1 100644 --- a/src/Attestation/Attestation/Az.Attestation.psd1 +++ b/src/Attestation/Attestation/Az.Attestation.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll', diff --git a/src/Automation/Automation/Az.Automation.psd1 b/src/Automation/Automation/Az.Automation.psd1 index 25338a6d2abc..63eafb0f1ca5 100644 --- a/src/Automation/Automation/Az.Automation.psd1 +++ b/src/Automation/Automation/Az.Automation.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll' diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1 index ecb1ca8fa0b7..d70dd88b1ef2 100644 --- a/src/Batch/Batch/Az.Batch.psd1 +++ b/src/Batch/Batch/Az.Batch.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Batch.dll', 'Microsoft.Azure.Management.Batch.dll', diff --git a/src/Billing/Billing/Az.Billing.psd1 b/src/Billing/Billing/Az.Billing.psd1 index 79dcb442192e..8d5a30adcdd1 100644 --- a/src/Billing/Billing/Az.Billing.psd1 +++ b/src/Billing/Billing/Az.Billing.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Billing.dll', diff --git a/src/Blockchain/Az.Blockchain.psd1 b/src/Blockchain/Az.Blockchain.psd1 index bc133957b4be..e387f2bf1718 100644 --- a/src/Blockchain/Az.Blockchain.psd1 +++ b/src/Blockchain/Az.Blockchain.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 9/15/2020 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.Blockchain.psm1' # Version number of this module. -ModuleVersion = '0.2.0' +ModuleVersion = '0.3.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -48,13 +48,13 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Blockchain.private.dll' @@ -119,7 +119,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed SecureString parameters of ''New-AzBlockchainMember'' on Linux [12707]' + ReleaseNotes = '* On September 10, 2021, Azure Blockchain will be retired + - Please migrate ledger data from Azure Blockchain Service to an alternative offering based on your development status in production or evaluation + - For more information on evaluating alternatives, see Migrate Azure Blockchain Service (https://docs.microsoft.com/en-us/azure/blockchain/service/migration-guide) + - The module will be retired after September 10, 2021 + * Updated the description of module and added retirement notice' # Prerelease string of this module # Prerelease = '' diff --git a/src/Blockchain/ChangeLog.md b/src/Blockchain/ChangeLog.md index 108b3bf02d3c..42b7952bb6e3 100644 --- a/src/Blockchain/ChangeLog.md +++ b/src/Blockchain/ChangeLog.md @@ -18,6 +18,12 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.3.0 +* On September 10, 2021, Azure Blockchain will be retired + - Please migrate ledger data from Azure Blockchain Service to an alternative offering based on your development status in production or evaluation + - For more information on evaluating alternatives, see Migrate Azure Blockchain Service (https://docs.microsoft.com/en-us/azure/blockchain/service/migration-guide) + - The module will be retired after September 10, 2021 * Updated the description of module and added retirement notice ## Version 0.2.0 diff --git a/src/Blockchain/Properties/AssemblyInfo.cs b/src/Blockchain/Properties/AssemblyInfo.cs index 523ebe025ea4..0cf57822e0e1 100644 --- a/src/Blockchain/Properties/AssemblyInfo.cs +++ b/src/Blockchain/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("6C3BDCDB-6201-4FC7-83FD-8F552E8AF6CA")] -[assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] +[assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyFileVersion("0.3.0")] diff --git a/src/Blueprint/Blueprint/Az.Blueprint.psd1 b/src/Blueprint/Blueprint/Az.Blueprint.psd1 index 66540584b936..5fd4c76c1134 100644 --- a/src/Blueprint/Blueprint/Az.Blueprint.psd1 +++ b/src/Blueprint/Blueprint/Az.Blueprint.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Blueprint.dll' diff --git a/src/BotService/Az.BotService.psd1 b/src/BotService/Az.BotService.psd1 index 894b9212688d..bbdf43e57e7a 100644 --- a/src/BotService/Az.BotService.psd1 +++ b/src/BotService/Az.BotService.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.BotService.private.dll' diff --git a/src/Cdn/Cdn/Az.Cdn.psd1 b/src/Cdn/Cdn/Az.Cdn.psd1 index 242a8b54b626..acb3226b4700 100644 --- a/src/Cdn/Cdn/Az.Cdn.psd1 +++ b/src/Cdn/Cdn/Az.Cdn.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/29/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.7.0' +ModuleVersion = '1.7.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -148,7 +148,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added cmdlets to support new AFD Premium / Standard SKUs' + ReleaseNotes = '* Fixed profile missing issue in ''Remove-AzCdnProfile'' cmdlet' # Prerelease string of this module # Prerelease = '' diff --git a/src/Cdn/Cdn/ChangeLog.md b/src/Cdn/Cdn/ChangeLog.md index e6d8f2bb257b..f3bc01c90c98 100644 --- a/src/Cdn/Cdn/ChangeLog.md +++ b/src/Cdn/Cdn/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 1.7.1 * Fixed profile missing issue in `Remove-AzCdnProfile` cmdlet ## Version 1.7.0 diff --git a/src/Cdn/Cdn/Properties/AssemblyInfo.cs b/src/Cdn/Cdn/Properties/AssemblyInfo.cs index d647cbe58f27..1c5426d652ea 100644 --- a/src/Cdn/Cdn/Properties/AssemblyInfo.cs +++ b/src/Cdn/Cdn/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")] -[assembly: AssemblyVersion("1.7.0")] -[assembly: AssemblyFileVersion("1.7.0")] +[assembly: AssemblyVersion("1.7.1")] +[assembly: AssemblyFileVersion("1.7.1")] diff --git a/src/CloudService/Az.CloudService.psd1 b/src/CloudService/Az.CloudService.psd1 index b7d0e36ddc7e..159a36665cc2 100644 --- a/src/CloudService/Az.CloudService.psd1 +++ b/src/CloudService/Az.CloudService.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.CloudService.private.dll' diff --git a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 index d7bfc96649b3..a5bacaf6e279 100644 --- a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 +++ b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CognitiveServices.dll' diff --git a/src/Communication/Az.Communication.psd1 b/src/Communication/Az.Communication.psd1 index 02ed40f2100e..4939031fdd1a 100644 --- a/src/Communication/Az.Communication.psd1 +++ b/src/Communication/Az.Communication.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Communication.private.dll' diff --git a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs index db507d08ee24..51ea279b2db8 100644 --- a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")] -[assembly: AssemblyVersion("4.13.0")] -[assembly: AssemblyFileVersion("4.13.0")] +[assembly: AssemblyVersion("4.14.0")] +[assembly: AssemblyFileVersion("4.14.0")] diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1 index f13cbfa55467..354753bd0059 100644 --- a/src/Compute/Compute/Az.Compute.psd1 +++ b/src/Compute/Compute/Az.Compute.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.13.0' +ModuleVersion = '4.14.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -48,7 +48,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -169,7 +169,8 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet', 'Remove-AzDiskAccess', 'Get-AzDiskAccess', 'Invoke-AzVmPatchAssessment', 'Get-AzDiskEncryptionSetAssociatedResource', - 'Start-AzVmssRollingExtensionUpgrade', 'Invoke-AzVmInstallPatch', 'Get-AzSshKey', 'Remove-AzSshkey', 'Update-AzSshKey', 'New-AzSshKey' + 'Start-AzVmssRollingExtensionUpgrade', 'Invoke-AzVmInstallPatch', + 'Get-AzSshKey', 'Remove-AzSshkey', 'Update-AzSshKey', 'New-AzSshKey' # Variables to export from this module # VariablesToExport = @() @@ -206,18 +207,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added ''Invoke-AzVmInstallPatch'' to support patch installation in VMs using PowerShell. -* Updated Compute module to use the latest .Net SDK version 46.0.0. -* Added optional parameter ''-EdgeZone'' to the following cmdlets: - - ''Get-AzVMImage - - ''Get-AzVMImageOffer'' - - ''Get-AzVMImageSku'' - - ''New-AzDiskConfig'' - - ''New-AzImageConfig'' - - ''New-AzSnapshotConfig'' - - ''New-AzVM'' - - ''New-AzVmssConfig'' - - ''New-AzVMSS''' + ReleaseNotes = '* Updated Compute module to use the latest .Net SDK version 47.0.0.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index 0d2708b65e28..95f4b72ec936 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -20,6 +20,8 @@ --> ## Upcoming Release + +## Version 4.14.0 * Updated Compute module to use the latest .Net SDK version 47.0.0. ## Version 4.13.0 diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs index f48f5e7ef298..566bb8b285f4 100644 --- a/src/Compute/Compute/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")] -[assembly: AssemblyVersion("4.13.0")] -[assembly: AssemblyFileVersion("4.13.0")] +[assembly: AssemblyVersion("4.14.0")] +[assembly: AssemblyFileVersion("4.14.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")] #endif diff --git a/src/Confluent/Az.Confluent.psd1 b/src/Confluent/Az.Confluent.psd1 index 99541a5a9e54..5a2916470c3e 100644 --- a/src/Confluent/Az.Confluent.psd1 +++ b/src/Confluent/Az.Confluent.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Confluent.private.dll' diff --git a/src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1 b/src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1 index 4835a76b124e..d398a452dce4 100644 --- a/src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1 +++ b/src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ConnectedKubernetes.private.dll' diff --git a/src/ConnectedMachine/Az.ConnectedMachine.psd1 b/src/ConnectedMachine/Az.ConnectedMachine.psd1 index 40fcf43a649f..b580c78d60ee 100644 --- a/src/ConnectedMachine/Az.ConnectedMachine.psd1 +++ b/src/ConnectedMachine/Az.ConnectedMachine.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'bin\Az.ConnectedMachine.private.dll' diff --git a/src/ContainerInstance/Az.ContainerInstance.psd1 b/src/ContainerInstance/Az.ContainerInstance.psd1 index 473d7d5e4c32..1a759cd0561d 100644 --- a/src/ContainerInstance/Az.ContainerInstance.psd1 +++ b/src/ContainerInstance/Az.ContainerInstance.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.ContainerInstance.psm1' # Version number of this module. -ModuleVersion = '2.0.0' +ModuleVersion = '2.1.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -45,13 +45,13 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ContainerInstance.private.dll' @@ -121,10 +121,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added new cmdlets: ''Start-AzContainerGroup'', ''Stop-AzContainerGroup'' [#10773], ''Invoke-AzContainerInstanceCommand'' [#7648], ''Update-AzContainerGroup'', ''Add-AzContainerInstanceOutput'', ''Get-AzContainerInstanceCachedImage'', ''Get-AzContainerInstanceCapability'', ''Get-AzContainerInstanceUsage'', ''New-AzContainerGroupImageRegistryCredentialObject'', ''New-AzContainerGroupPortObject'', ''New-AzContainerGroupVolumeObject'', ''New-AzContainerInstanceEnvironmentVariableObject'', ''New-AzContainerInstanceInitDefinitionObject'', ''New-AzContainerInstanceObject'', ''New-AzContainerInstancePortObject'' and ''New-AzContainerInstanceVolumeMountObject'' -* Supported Log Analytics parameters in ''New-AzContainerGroup'' [#11117] -* Added support to specify network profile and the name of Azure File Share in ''New-AzContainerGroup'' [#9993] [#12218] -* Added support to specify environment variables as SecureValue [#10110] [#10640]' + ReleaseNotes = '* Removed the display of file share credential [#15224]' # Prerelease string of this module # Prerelease = '' diff --git a/src/ContainerInstance/Changelog.md b/src/ContainerInstance/Changelog.md index 4797bea80396..778501f44dde 100644 --- a/src/ContainerInstance/Changelog.md +++ b/src/ContainerInstance/Changelog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 2.1.0 * Removed the display of file share credential [#15224] ## Version 2.0.0 diff --git a/src/ContainerInstance/Properties/AssemblyInfo.cs b/src/ContainerInstance/Properties/AssemblyInfo.cs index 0162ff9339b7..fab2c227d84f 100644 --- a/src/ContainerInstance/Properties/AssemblyInfo.cs +++ b/src/ContainerInstance/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("b6ea5cfe-1c66-471e-87ca-50a5280267d7")] -[assembly: AssemblyVersion("2.0.0")] -[assembly: AssemblyFileVersion("2.0.0")] +[assembly: AssemblyVersion("2.1.0")] +[assembly: AssemblyFileVersion("2.1.0")] diff --git a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 index b282e459b5b4..232c22dc7dc9 100644 --- a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 +++ b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ContainerRegistry.dll', diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 index a09973acedc9..9998bd96f88f 100644 --- a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 +++ b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CosmosDB.dll' diff --git a/src/CostManagement/Az.CostManagement.psd1 b/src/CostManagement/Az.CostManagement.psd1 index 2e797330ffbe..3e226178679b 100644 --- a/src/CostManagement/Az.CostManagement.psd1 +++ b/src/CostManagement/Az.CostManagement.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.CostManagement.private.dll' diff --git a/src/CustomProviders/Az.CustomProviders.psd1 b/src/CustomProviders/Az.CustomProviders.psd1 index d60eace11de7..bc2a99795b11 100644 --- a/src/CustomProviders/Az.CustomProviders.psd1 +++ b/src/CustomProviders/Az.CustomProviders.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.CustomProviders.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) FormatsToProcess = './Az.CustomProviders.format.ps1xml' FunctionsToExport = 'Get-AzCustomProvider', 'Get-AzCustomProviderAssociation', 'New-AzCustomProvider', 'New-AzCustomProviderAssociation', 'Remove-AzCustomProvider', 'Remove-AzCustomProviderAssociation', 'Update-AzCustomProvider' AliasesToExport = '*' diff --git a/src/DataBox/DataBox/Az.DataBox.psd1 b/src/DataBox/DataBox/Az.DataBox.psd1 index d9cd1df255f3..0fd058c2db90 100644 --- a/src/DataBox/DataBox/Az.DataBox.psd1 +++ b/src/DataBox/DataBox/Az.DataBox.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBox.dll' diff --git a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 index f2ab343fe64c..144df2098d11 100644 --- a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 +++ b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll' diff --git a/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs index 38d5a69a3e6d..20a851c2003d 100644 --- a/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs +++ b/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")] -[assembly: AssemblyVersion("1.12.0")] -[assembly: AssemblyFileVersion("1.12.0")] +[assembly: AssemblyVersion("1.12.1")] +[assembly: AssemblyFileVersion("1.12.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactories.Test")] #endif diff --git a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 index eb8afc5cd16b..84fb91ca564c 100644 --- a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 +++ b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/29/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.12.0' +ModuleVersion = '1.12.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -172,8 +172,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added User Assigned Identities to Data Factory. -* Updated ADF .Net SDK version to 4.18.0' + ReleaseNotes = '* Updated ADF .Net SDK version to 4.19.0' # Prerelease string of this module # Prerelease = '' diff --git a/src/DataFactory/DataFactoryV2/Changelog.md b/src/DataFactory/DataFactoryV2/Changelog.md index 0653d9a155c7..2b7ce2c133c5 100644 --- a/src/DataFactory/DataFactoryV2/Changelog.md +++ b/src/DataFactory/DataFactoryV2/Changelog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.12.1 * Updated ADF .Net SDK version to 4.19.0 ## Version 1.12.0 diff --git a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs index 1e75a3946699..a9e54dd3b70a 100644 --- a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs +++ b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")] -[assembly: AssemblyVersion("1.12.0")] -[assembly: AssemblyFileVersion("1.12.0")] +[assembly: AssemblyVersion("1.12.1")] +[assembly: AssemblyFileVersion("1.12.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")] #endif diff --git a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 index 624a91d901af..de1bf3edf94b 100644 --- a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 +++ b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Analytics.dll' diff --git a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 index be10687b3288..dc9181b39c5e 100644 --- a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 +++ b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Store.dll', diff --git a/src/DataMigration/DataMigration/Az.DataMigration.psd1 b/src/DataMigration/DataMigration/Az.DataMigration.psd1 index 6514b5703d22..6b3e3e4687f0 100644 --- a/src/DataMigration/DataMigration/Az.DataMigration.psd1 +++ b/src/DataMigration/DataMigration/Az.DataMigration.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataMigration.dll' diff --git a/src/DataProtection/Az.DataProtection.psd1 b/src/DataProtection/Az.DataProtection.psd1 index 1cfbd285f763..a877b046a1e0 100644 --- a/src/DataProtection/Az.DataProtection.psd1 +++ b/src/DataProtection/Az.DataProtection.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.6'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DataProtection.private.dll' diff --git a/src/DataShare/DataShare/Az.DataShare.psd1 b/src/DataShare/DataShare/Az.DataShare.psd1 index 61b46d3774db..537801b57a1e 100644 --- a/src/DataShare/DataShare/Az.DataShare.psd1 +++ b/src/DataShare/DataShare/Az.DataShare.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataShare.dll' diff --git a/src/Databricks/Az.Databricks.psd1 b/src/Databricks/Az.Databricks.psd1 index 891807c803ec..946f8d2830f7 100644 --- a/src/Databricks/Az.Databricks.psd1 +++ b/src/Databricks/Az.Databricks.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Databricks.private.dll' diff --git a/src/DedicatedHsm/Az.DedicatedHsm.psd1 b/src/DedicatedHsm/Az.DedicatedHsm.psd1 index 1b469991b235..2b2ee6e41832 100644 --- a/src/DedicatedHsm/Az.DedicatedHsm.psd1 +++ b/src/DedicatedHsm/Az.DedicatedHsm.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DedicatedHsm.private.dll' diff --git a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 index 5ef562055e42..c1da324340dd 100644 --- a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 +++ b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 @@ -52,7 +52,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeploymentManager.dll' diff --git a/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 b/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 index b189841bae84..1d076852b798 100644 --- a/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 +++ b/src/DesktopVirtualization/Az.DesktopVirtualization.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DesktopVirtualization.private.dll' diff --git a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 index c8517740d8ab..71f10be16dbc 100644 --- a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 +++ b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevSpaces.dll' diff --git a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 index 0cbfaa3e3806..fcaa05894e44 100644 --- a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 +++ b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevTestLabs.dll' diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 index ab43f4fa6e66..a7def48d2bc8 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeviceProvisioningServices.dll', diff --git a/src/DigitalTwins/Az.DigitalTwins.psd1 b/src/DigitalTwins/Az.DigitalTwins.psd1 index af2c0671eddc..9d060546e762 100644 --- a/src/DigitalTwins/Az.DigitalTwins.psd1 +++ b/src/DigitalTwins/Az.DigitalTwins.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DigitalTwins.private.dll' diff --git a/src/DiskPool/Az.DiskPool.psd1 b/src/DiskPool/Az.DiskPool.psd1 index efd5e13d441f..09cc029784f9 100644 --- a/src/DiskPool/Az.DiskPool.psd1 +++ b/src/DiskPool/Az.DiskPool.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.DiskPool.private.dll' diff --git a/src/Dns/Dns/Az.Dns.psd1 b/src/Dns/Dns/Az.Dns.psd1 index 602456e97f15..7541bafa72ad 100644 --- a/src/Dns/Dns/Az.Dns.psd1 +++ b/src/Dns/Dns/Az.Dns.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Dns.dll' diff --git a/src/EventGrid/EventGrid/Az.EventGrid.psd1 b/src/EventGrid/EventGrid/Az.EventGrid.psd1 index 4815e2a57180..620786bf924e 100644 --- a/src/EventGrid/EventGrid/Az.EventGrid.psd1 +++ b/src/EventGrid/EventGrid/Az.EventGrid.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.EventGrid.dll' diff --git a/src/EventHub/EventHub/Az.EventHub.psd1 b/src/EventHub/EventHub/Az.EventHub.psd1 index e2d04865d6c5..9bcd8d5bc14d 100644 --- a/src/EventHub/EventHub/Az.EventHub.psd1 +++ b/src/EventHub/EventHub/Az.EventHub.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/17/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.7.2' +ModuleVersion = '1.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -130,7 +130,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed that ''New-AzServiceBusAuthorizationRuleSASToken'' returns invalid token. [#12975]' + ReleaseNotes = '* Added functionality to accept input from pipeline for ''Get-AzEventHub'' from ''Get-AzEventHubNamespace''.' # Prerelease string of this module # Prerelease = '' diff --git a/src/EventHub/EventHub/ChangeLog.md b/src/EventHub/EventHub/ChangeLog.md index 44162e48dd1a..3f702fb549a5 100644 --- a/src/EventHub/EventHub/ChangeLog.md +++ b/src/EventHub/EventHub/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.8.0 * Added functionality to accept input from pipeline for `Get-AzEventHub` from `Get-AzEventHubNamespace`. ## Version 1.7.2 diff --git a/src/EventHub/EventHub/Properties/AssemblyInfo.cs b/src/EventHub/EventHub/Properties/AssemblyInfo.cs index c0a60b365c3c..7703d9de08f4 100644 --- a/src/EventHub/EventHub/Properties/AssemblyInfo.cs +++ b/src/EventHub/EventHub/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")] -[assembly: AssemblyVersion("1.7.2")] -[assembly: AssemblyFileVersion("1.7.2")] +[assembly: AssemblyVersion("1.8.0")] +[assembly: AssemblyFileVersion("1.8.0")] diff --git a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 index 827cdff35442..a18a7eb4f868 100644 --- a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 +++ b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.FrontDoor.dll' diff --git a/src/Functions/Az.Functions.psd1 b/src/Functions/Az.Functions.psd1 index 9f4d7b4e1ebf..e04d7be53853 100644 --- a/src/Functions/Az.Functions.psd1 +++ b/src/Functions/Az.Functions.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Functions.private.dll' diff --git a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 index 2d529902092a..29e6b6beee33 100644 --- a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 +++ b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.GuestConfiguration.dll' diff --git a/src/HDInsight/HDInsight/Az.HDInsight.psd1 b/src/HDInsight/HDInsight/Az.HDInsight.psd1 index 4042ee8a1312..f26e37a8e161 100644 --- a/src/HDInsight/HDInsight/Az.HDInsight.psd1 +++ b/src/HDInsight/HDInsight/Az.HDInsight.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/8/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.2.1' +ModuleVersion = '4.3.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -104,9 +104,9 @@ CmdletsToExport = 'Get-AzHDInsightJob', 'New-AzHDInsightSqoopJobDefinition', 'Get-AzHDInsightClusterAutoscaleConfiguration', 'New-AzHDInsightClusterAutoscaleConfiguration', 'Set-AzHDInsightClusterAutoscaleConfiguration', - 'Remove-AzHDInsightClusterAutoscaleConfiguration', - 'Get-AzHDInsightAzureMonitor', - 'Enable-AzHDInsightAzureMonitor', 'Disable-AzHDInsightAzureMonitor' + 'Remove-AzHDInsightClusterAutoscaleConfiguration', + 'Get-AzHDInsightAzureMonitor', 'Enable-AzHDInsightAzureMonitor', + 'Disable-AzHDInsightAzureMonitor' # Variables to export from this module # VariablesToExport = @() @@ -141,7 +141,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported getting default vmsize from backend if customer does not provide the related parameters: ''-WorkerNodeSize'', ''-HeadNodeSize'', ''-ZookeeperNodeSize'', ''-EdgeNodeSize'', ''-KafkaManagementNodeSize''.' + ReleaseNotes = '* Support new azure monitor feature in HDInsight: + - Add cmdlet ''Get-AzHDInsightAzureMonitor'' to allow customer to get the Azure Monitor status of HDInsight cluster. + - Add cmdlet ''Enable-AzHDInsightAzureMonitor'' to allow customer to enable the Azure Monitor in HDInsight cluster. + - Add cmdlet ''Disable-AzHDInsightAzureMonitor'' to allow customer to disable the Azure Monitor in HDInsight cluster.' # Prerelease string of this module # Prerelease = '' diff --git a/src/HDInsight/HDInsight/ChangeLog.md b/src/HDInsight/HDInsight/ChangeLog.md index 68ad26668ef5..e93141897db0 100644 --- a/src/HDInsight/HDInsight/ChangeLog.md +++ b/src/HDInsight/HDInsight/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 4.3.0 * Support new azure monitor feature in HDInsight: - Add cmdlet `Get-AzHDInsightAzureMonitor` to allow customer to get the Azure Monitor status of HDInsight cluster. - Add cmdlet `Enable-AzHDInsightAzureMonitor` to allow customer to enable the Azure Monitor in HDInsight cluster. diff --git a/src/HDInsight/HDInsight/Properties/AssemblyInfo.cs b/src/HDInsight/HDInsight/Properties/AssemblyInfo.cs index 0823c77cf093..814df38d1d27 100644 --- a/src/HDInsight/HDInsight/Properties/AssemblyInfo.cs +++ b/src/HDInsight/HDInsight/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("57ad7b0e-1f56-4166-b1f9-ec6512139a54")] -[assembly: AssemblyVersion("4.2.1")] -[assembly: AssemblyFileVersion("4.2.1")] +[assembly: AssemblyVersion("4.3.0")] +[assembly: AssemblyFileVersion("4.3.0")] diff --git a/src/HPCCache/HPCCache/Az.HPCCache.psd1 b/src/HPCCache/HPCCache/Az.HPCCache.psd1 index 334349920000..8b275af91d53 100644 --- a/src/HPCCache/HPCCache/Az.HPCCache.psd1 +++ b/src/HPCCache/HPCCache/Az.HPCCache.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StorageCache.dll' diff --git a/src/HanaOnAzure/Az.HanaOnAzure.psd1 b/src/HanaOnAzure/Az.HanaOnAzure.psd1 index e45c5df75723..a68904e6d5dd 100644 --- a/src/HanaOnAzure/Az.HanaOnAzure.psd1 +++ b/src/HanaOnAzure/Az.HanaOnAzure.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.HanaOnAzure.private.dll' diff --git a/src/HealthBot/Az.HealthBot.psd1 b/src/HealthBot/Az.HealthBot.psd1 index 033e5ac27272..6d0d9e64df83 100644 --- a/src/HealthBot/Az.HealthBot.psd1 +++ b/src/HealthBot/Az.HealthBot.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.HealthBot.private.dll' diff --git a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 index 01f606f35eca..399bdf9368b7 100644 --- a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 +++ b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HealthcareApis.dll' diff --git a/src/ImageBuilder/Az.ImageBuilder.psd1 b/src/ImageBuilder/Az.ImageBuilder.psd1 index 12bf4cdda94a..32779c30cdce 100644 --- a/src/ImageBuilder/Az.ImageBuilder.psd1 +++ b/src/ImageBuilder/Az.ImageBuilder.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ImageBuilder.private.dll' diff --git a/src/ImportExport/Az.ImportExport.psd1 b/src/ImportExport/Az.ImportExport.psd1 index 10670559497f..0e85cd5a955f 100644 --- a/src/ImportExport/Az.ImportExport.psd1 +++ b/src/ImportExport/Az.ImportExport.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.ImportExport.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) FormatsToProcess = './Az.ImportExport.format.ps1xml' FunctionsToExport = 'Get-AzImportExport', 'Get-AzImportExportBitLockerKey', 'Get-AzImportExportLocation', 'New-AzImportExport', 'New-AzImportExportDriveListObject', 'Remove-AzImportExport', 'Update-AzImportExport' AliasesToExport = '*' diff --git a/src/IotCentral/IotCentral/Az.IotCentral.psd1 b/src/IotCentral/IotCentral/Az.IotCentral.psd1 index b624ce8a0412..e14bac4c3790 100644 --- a/src/IotCentral/IotCentral/Az.IotCentral.psd1 +++ b/src/IotCentral/IotCentral/Az.IotCentral.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotCentral.dll' diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index 1b3d6244378d..9557d46b2e39 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotHub.dll', diff --git a/src/KeyVault/KeyVault/Az.KeyVault.psd1 b/src/KeyVault/KeyVault/Az.KeyVault.psd1 index fb4dff86fc46..b6585f47e989 100644 --- a/src/KeyVault/KeyVault/Az.KeyVault.psd1 +++ b/src/KeyVault/KeyVault/Az.KeyVault.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.4.4' +ModuleVersion = '3.4.5' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -161,7 +161,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Provided key size for RSA key [#14819]' + ReleaseNotes = '* Removed duplicate list item in ''Get-AzKeyVault'' [#15164] +* Added ''SecretManagement'' tag to ''Az.KeyVault'' module [#15173]' # Prerelease string of this module # Prerelease = '' diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md index 8fda7b31356f..3d4f0f9a7235 100644 --- a/src/KeyVault/KeyVault/ChangeLog.md +++ b/src/KeyVault/KeyVault/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.4.5 * Removed duplicate list item in `Get-AzKeyVault` [#15164] * Added `SecretManagement` tag to `Az.KeyVault` module [#15173] diff --git a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs index adb216d32297..309763888bbd 100644 --- a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs +++ b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")] -[assembly: AssemblyVersion("3.4.4")] -[assembly: AssemblyFileVersion("3.4.4")] +[assembly: AssemblyVersion("3.4.5")] +[assembly: AssemblyFileVersion("3.4.5")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Test")] [assembly: InternalsVisibleTo("SecurityDomain.Test")] diff --git a/src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1 b/src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1 index 7d53cb882577..cec8f9c0f0dc 100644 --- a/src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1 +++ b/src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.KubernetesConfiguration.private.dll' diff --git a/src/Kusto/Az.Kusto.psd1 b/src/Kusto/Az.Kusto.psd1 index ca66007ba03f..dd3e397b49d1 100644 --- a/src/Kusto/Az.Kusto.psd1 +++ b/src/Kusto/Az.Kusto.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Kusto.private.dll' diff --git a/src/LogicApp/LogicApp/Az.LogicApp.psd1 b/src/LogicApp/LogicApp/Az.LogicApp.psd1 index 9834fb21e8c3..e7d8a58a0419 100644 --- a/src/LogicApp/LogicApp/Az.LogicApp.psd1 +++ b/src/LogicApp/LogicApp/Az.LogicApp.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Logic.dll' diff --git a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 index a3f1c9ff37fb..8610eb6d2360 100644 --- a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 +++ b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll' diff --git a/src/Maintenance/Maintenance/Az.Maintenance.psd1 b/src/Maintenance/Maintenance/Az.Maintenance.psd1 index 91a646840e0e..50a618976b51 100644 --- a/src/Maintenance/Maintenance/Az.Maintenance.psd1 +++ b/src/Maintenance/Maintenance/Az.Maintenance.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Maintenance.dll' diff --git a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 index a293feed0cec..ab3bb4d2eeb8 100644 --- a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 +++ b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServiceIdentity.dll' diff --git a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 index b0c8532d0408..254c122eff98 100644 --- a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 +++ b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServices.dll' diff --git a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 index 48bf358c353e..2b60a3037542 100644 --- a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 +++ b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagementPartner.dll' diff --git a/src/Maps/Maps/Az.Maps.psd1 b/src/Maps/Maps/Az.Maps.psd1 index 5e634ec774b4..30969e19d372 100644 --- a/src/Maps/Maps/Az.Maps.psd1 +++ b/src/Maps/Maps/Az.Maps.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Maps.dll' diff --git a/src/MariaDb/Az.MariaDb.psd1 b/src/MariaDb/Az.MariaDb.psd1 index 6c74b487df7a..8c42a990cb2b 100644 --- a/src/MariaDb/Az.MariaDb.psd1 +++ b/src/MariaDb/Az.MariaDb.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.MariaDb.private.dll' diff --git a/src/Marketplace/Marketplace/Az.Marketplace.psd1 b/src/Marketplace/Marketplace/Az.Marketplace.psd1 index a84b2ff2d9ec..504b0990b28b 100644 --- a/src/Marketplace/Marketplace/Az.Marketplace.psd1 +++ b/src/Marketplace/Marketplace/Az.Marketplace.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Marketplace.dll' diff --git a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 index 4313da163125..099e836b62b6 100644 --- a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 +++ b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MarketplaceOrdering.dll' diff --git a/src/Media/Media/Az.Media.psd1 b/src/Media/Media/Az.Media.psd1 index 8d2ed39748e4..a45f9658a718 100644 --- a/src/Media/Media/Az.Media.psd1 +++ b/src/Media/Media/Az.Media.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Media.dll' diff --git a/src/Migrate/Az.Migrate.psd1 b/src/Migrate/Az.Migrate.psd1 index 5b79b44d6401..09b40356041e 100644 --- a/src/Migrate/Az.Migrate.psd1 +++ b/src/Migrate/Az.Migrate.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Migrate.private.dll' diff --git a/src/MixedReality/MixedReality/Az.MixedReality.psd1 b/src/MixedReality/MixedReality/Az.MixedReality.psd1 index 08753fb428c9..7974542913bc 100644 --- a/src/MixedReality/MixedReality/Az.MixedReality.psd1 +++ b/src/MixedReality/MixedReality/Az.MixedReality.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MixedReality.dll' diff --git a/src/Monitor/Monitor/Az.Monitor.psd1 b/src/Monitor/Monitor/Az.Monitor.psd1 index 50ac8d4035c5..099c3e7caa16 100644 --- a/src/Monitor/Monitor/Az.Monitor.psd1 +++ b/src/Monitor/Monitor/Az.Monitor.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Monitor.dll', 'AutoMapper.dll' diff --git a/src/MonitoringSolutions/Az.MonitoringSolutions.psd1 b/src/MonitoringSolutions/Az.MonitoringSolutions.psd1 index 8609246cc0ce..b95a9075b2f2 100644 --- a/src/MonitoringSolutions/Az.MonitoringSolutions.psd1 +++ b/src/MonitoringSolutions/Az.MonitoringSolutions.psd1 @@ -10,7 +10,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.MonitoringSolutions.private.dll' - RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) FormatsToProcess = './Az.MonitoringSolutions.format.ps1xml' FunctionsToExport = 'Get-AzMonitorLogAnalyticsSolution', 'New-AzMonitorLogAnalyticsSolution', 'Remove-AzMonitorLogAnalyticsSolution', 'Update-AzMonitorLogAnalyticsSolution' AliasesToExport = '*' diff --git a/src/MySql/Az.MySql.psd1 b/src/MySql/Az.MySql.psd1 index 51c49df9e42b..30a2771199cd 100644 --- a/src/MySql/Az.MySql.psd1 +++ b/src/MySql/Az.MySql.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.MySql.private.dll' diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 index d96bf80f1bc1..8d6d0382ffad 100644 --- a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 +++ b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/29/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.5.0' +ModuleVersion = '0.6.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -153,10 +153,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added AllowLocalNfsUsersWithLdap to ActiveDirectory -* Added VolumeName to Backup -* Added LdapEnabled to Volume -* Added Get-AzNetAppFilesVolumeBackupStatus to get the status of the backup for a volume' + ReleaseNotes = '* Added UseExistingSnapshot to Backups +* SnapshotPolicyId to UpdateAnfNetAppFilesVolume, this can be used to apply a snapshot policy to an existing volume' # Prerelease string of this module # Prerelease = '' diff --git a/src/NetAppFiles/NetAppFiles/ChangeLog.md b/src/NetAppFiles/NetAppFiles/ChangeLog.md index b33227db2b9e..970a7369331a 100644 --- a/src/NetAppFiles/NetAppFiles/ChangeLog.md +++ b/src/NetAppFiles/NetAppFiles/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.6.0 * Added UseExistingSnapshot to Backups * SnapshotPolicyId to UpdateAnfNetAppFilesVolume, this can be used to apply a snapshot policy to an existing volume diff --git a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs index 19448e5a802f..6b80abe516b5 100644 --- a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs +++ b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("42656543-77AD-4968-BA4B-BE0778705625")] -[assembly: AssemblyVersion("0.5.0")] -[assembly: AssemblyFileVersion("0.5.0")] +[assembly: AssemblyVersion("0.6.0")] +[assembly: AssemblyFileVersion("0.6.0")] diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1 index b602847c39c0..53de204ab8a1 100644 --- a/src/Network/Network/Az.Network.psd1 +++ b/src/Network/Network/Az.Network.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.8.0' +ModuleVersion = '4.9.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -337,7 +337,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'New-AzLoadBalancerBackendAddressPool', 'Remove-AzLoadBalancerBackendAddressPool', 'Set-AzLoadBalancerBackendAddressPool', - 'New-AzLoadBalancerBackendAddressPoolTunnelInterfaceConfig', + 'New-AzLoadBalancerBackendAddressPoolTunnelInterfaceConfig', 'New-AzLoadBalancerBackendAddressConfig', 'Get-AzLoadBalancerBackendAddressPoolConfig', 'Add-AzLoadBalancerBackendAddressPoolConfig', @@ -380,8 +380,8 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'Test-AzDnsAvailability', 'Add-AzVirtualNetworkPeering', 'Get-AzVirtualNetworkPeering', 'Remove-AzVirtualNetworkPeering', 'Set-AzVirtualNetworkPeering', 'Sync-AzVirtualNetworkPeering', - 'Remove-AzVirtualNetwork', - 'Set-AzVirtualNetwork', 'Remove-AzVirtualNetworkSubnetConfig', + 'Remove-AzVirtualNetwork', 'Set-AzVirtualNetwork', + 'Remove-AzVirtualNetworkSubnetConfig', 'Set-AzVirtualNetworkSubnetConfig', 'Get-AzVirtualNetworkSubnetConfig', 'Add-AzVirtualNetworkSubnetConfig', @@ -536,10 +536,9 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'New-AzVirtualApplianceSkuProperty', 'New-AzCustomIpPrefix', 'Update-AzCustomIpPrefix', 'Get-AzCustomIpPrefix', 'Remove-AzCustomIpPrefix', 'New-AzExpressRoutePortLOA', - 'New-AzO365PolicyProperty', - 'Get-AzVirtualNetworkGatewayNatRule', - 'New-AzVirtualNetworkGatewayNatRule', - 'Update-AzVirtualNetworkGatewayNatRule', + 'New-AzO365PolicyProperty', 'Get-AzVirtualNetworkGatewayNatRule', + 'New-AzVirtualNetworkGatewayNatRule', + 'Update-AzVirtualNetworkGatewayNatRule', 'Remove-AzVirtualNetworkGatewayNatRule' # Variables to export from this module @@ -588,12 +587,35 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated validation to allow passing zero value for saDataSizeKilobytes parameter - - ''New-AzureRmIpsecPolicy'' -* Added optional parameter ''-EdgeZone'' to the following cmdlets: - - ''New-AzNetworkInterface'' - - ''New-AzPublicIpAddress'' - - ''New-AzVirtualNetwork''' + ReleaseNotes = '* Updated cmdlets for route server for a more stable way to add IP configuration. +* Added support for getting a single private link resource. +* Added more detailed description about GroupId in ''New-AzPrivateLinkServiceConnection'' +* Updated cmdlets to enable setting of PrivateRange on AzureFirewallPolicy. + - ''New-AzFirewallPolicy'' + - ''Set-AzFirewallPolicy'' +* Updated cmdlets to add NatRules in VirtualNetworkGateway and BgpRouteTranslationForNat. + - ''New-AzVirtualNetworkGateway'' + - ''Set-AzVirtualNetworkGateway'' +* Updated cmdlets to add EngressNatRules and EgressNatRules in VirtualNetworkGateway Connection. + - ''New-AzVirtualNetworkGatewayConnection'' + - ''Set-AzVirtualNetworkGatewayConnection'' +* Updated cmdlet to enable setting of FlowTimeout in VirtualNetwork. + - ''New-AzVirtualNetwork'' +* Added cmdlets for Get/Create/Update/Delete VirtualNetworkGatewayNatRules. + - ''New-AzVirtualNetworkGatewayNatRule'' + - ''Update-AzVirtualNetworkGatewayNatRule'' + - ''Get-AzVirtualNetworkGatewayNatRule'' + - ''Remove-AzVirtualNetworkGatewayNatRule'' +* Added a new cmdlet for Sync on VirtualNetworkPeering + - ''Sync-AzVirtualNetworkPeering'' +* Updated cmdlets to add new properties and redefined an existing property in the VirtualNetworkPeering + - ''Add-AzVirtualNetworkPeering'' + - ''Get-AzVirtualNetworkPeering'' +* Updated cmdlets to enable setting of PreferredRoutingGateway on VirtualHub. + - ''New-AzVirtualHub'' + - ''Update-AzVirtualHub'' +* Updated cmdlets to expose two read-only properties of client certificate. + - ''Get-AzApplicationGatewayTrustedClientCertificate''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 5862cf4121ad..dc67bea72f35 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -19,6 +19,8 @@ ---> ## Upcoming Release + +## Version 4.9.0 * Updated cmdlets for route server for a more stable way to add IP configuration. * Added support for getting a single private link resource. * Added more detailed description about GroupId in `New-AzPrivateLinkServiceConnection` diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs index 2bf0c267f476..1f848b9d1232 100644 --- a/src/Network/Network/Properties/AssemblyInfo.cs +++ b/src/Network/Network/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] -[assembly: AssemblyVersion("4.8.0")] -[assembly: AssemblyFileVersion("4.8.0")] +[assembly: AssemblyVersion("4.9.0")] +[assembly: AssemblyFileVersion("4.9.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")] #endif diff --git a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 index 0f0a805938c3..aae24b41d1e6 100644 --- a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 +++ b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.NotificationHubs.dll' diff --git a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 index 6f011655145f..8badc36eeaee 100644 --- a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 +++ b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.OperationalInsights.dll', diff --git a/src/Peering/Peering/Az.Peering.psd1 b/src/Peering/Peering/Az.Peering.psd1 index b362da10b292..3db340cd71f0 100644 --- a/src/Peering/Peering/Az.Peering.psd1 +++ b/src/Peering/Peering/Az.Peering.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Peering.dll', 'AutoMapper.dll' diff --git a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 index 0073ec1e0b1a..d3572d1db0a5 100644 --- a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 +++ b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PolicyInsights.dll' diff --git a/src/Portal/Az.Portal.psd1 b/src/Portal/Az.Portal.psd1 index 2c35bd84b448..8afedcecc9d4 100644 --- a/src/Portal/Az.Portal.psd1 +++ b/src/Portal/Az.Portal.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Portal.private.dll' diff --git a/src/PostgreSql/Az.PostgreSql.psd1 b/src/PostgreSql/Az.PostgreSql.psd1 index e5236d652fba..182c556f7f2a 100644 --- a/src/PostgreSql/Az.PostgreSql.psd1 +++ b/src/PostgreSql/Az.PostgreSql.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.PostgreSql.private.dll' diff --git a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 index 6b049137af29..fa61045fe0c1 100644 --- a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 +++ b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PowerBIEmbedded.dll', diff --git a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 index c7aa3c2f6d21..2a7c9c483108 100644 --- a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 +++ b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PrivateDns.dll' diff --git a/src/ProviderHub/Az.ProviderHub.psd1 b/src/ProviderHub/Az.ProviderHub.psd1 index 2e6b6dd88161..19d4baa8c650 100644 --- a/src/ProviderHub/Az.ProviderHub.psd1 +++ b/src/ProviderHub/Az.ProviderHub.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ProviderHub.private.dll' diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs index 456c6a7514dd..644f0bbb4e23 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs index 456c6a7514dd..644f0bbb4e23 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs index 456c6a7514dd..644f0bbb4e23 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs index 456c6a7514dd..644f0bbb4e23 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs index 456c6a7514dd..644f0bbb4e23 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs index a506d50268c0..3d89583133d0 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs index efb9d4823c99..aeaadca50a28 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 index 0e46a3f12277..35b2c1c710b6 100644 --- a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 +++ b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.1.0' +ModuleVersion = '4.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -48,7 +48,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -192,11 +192,10 @@ CmdletsToExport = 'Get-AzRecoveryServicesBackupProperty', 'Undo-AzRecoveryServicesBackupItemDeletion', 'Set-AzRecoveryServicesVaultProperty', 'Get-AzRecoveryServicesVaultProperty', - 'Copy-AzRecoveryServicesVault', - 'Update-AzRecoveryServicesVault', + 'Copy-AzRecoveryServicesVault', 'Update-AzRecoveryServicesVault', 'New-AzRecoveryServicesAsrInMageRcmDiskInput', - 'Start-AzRecoveryServicesAsrCancelFailoverJob', - 'Test-AzRecoveryServicesDSMove', + 'Start-AzRecoveryServicesAsrCancelFailoverJob', + 'Test-AzRecoveryServicesDSMove', 'Initialize-AzRecoveryServicesDSMove' # Variables to export from this module @@ -273,11 +272,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed security issue with SQL restore, this is a necessary breaking change. TargetContainer becomes mandatory for Alternate Location Restore. -* Removed Set-AzRecoveryServicesBackupProperties cmdlet alias, Set-AzRecoveryServicesBackupProperty is supported. -* Removed Get-AzRecoveryServicesBackupJobDetails cmdlet alias, Get-AzRecoveryServicesBackupJobDetail is supported. -* Added support for cross subscription DS Move. -* Azure Site Recovery support for VMware to Azure disaster recovery scenarios using RCM as the control plane.' + ReleaseNotes = '* Added cross tenant DS Move. +* Removed restriction to fetch recovery points only for a 30 days time range. +* Enabled CRR for new regions.' # Prerelease string of this module # Prerelease = '' diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index f3ccef8f3131..71566404bf36 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 4.2.0 * Added cross tenant DS Move. * Removed restriction to fetch recovery points only for a 30 days time range. * Enabled CRR for new regions. diff --git a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs index 553300b2cebd..3865e2d7b9b2 100644 --- a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs @@ -42,5 +42,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] diff --git a/src/RedisCache/RedisCache/Az.RedisCache.psd1 b/src/RedisCache/RedisCache/Az.RedisCache.psd1 index 27496c6ffb9a..37ca7b7d17b1 100644 --- a/src/RedisCache/RedisCache/Az.RedisCache.psd1 +++ b/src/RedisCache/RedisCache/Az.RedisCache.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Insights.dll', diff --git a/src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 b/src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 index 5b8482d472d5..8277e4061642 100644 --- a/src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 +++ b/src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.RedisEnterpriseCache.private.dll' diff --git a/src/Relay/Relay/Az.Relay.psd1 b/src/Relay/Relay/Az.Relay.psd1 index 0b288ba77208..c82d3f288e7c 100644 --- a/src/Relay/Relay/Az.Relay.psd1 +++ b/src/Relay/Relay/Az.Relay.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Relay.dll' diff --git a/src/Reservations/Reservations/Az.Reservations.psd1 b/src/Reservations/Reservations/Az.Reservations.psd1 index 7bf8fca61358..ece66b6e5786 100644 --- a/src/Reservations/Reservations/Az.Reservations.psd1 +++ b/src/Reservations/Reservations/Az.Reservations.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Reservations.dll' diff --git a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 index 29b3d7e14b69..1fd2d04d03e2 100644 --- a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 +++ b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll', diff --git a/src/ResourceMover/Az.ResourceMover.psd1 b/src/ResourceMover/Az.ResourceMover.psd1 index 92b299d39ad4..749ff7f49c14 100644 --- a/src/ResourceMover/Az.ResourceMover.psd1 +++ b/src/ResourceMover/Az.ResourceMover.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.ResourceMover.private.dll' diff --git a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs index 409a46a5b097..43c7270ad205 100644 --- a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs +++ b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")] -[assembly: AssemblyVersion("4.1.1")] -[assembly: AssemblyFileVersion("4.1.1")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.Test")] diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1 index 1e4d14950662..4ea8a0c54449 100644 --- a/src/Resources/Resources/Az.Resources.psd1 +++ b/src/Resources/Resources/Az.Resources.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/28/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.1.1' +ModuleVersion = '4.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -48,7 +48,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -197,7 +197,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed issue that property ''IdentifierUri'' is cleaned by ''Update-AzAdApplication'' [#15134]' + ReleaseNotes = '* Allowed naming the deployment when testing deployments [#11497]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index 0e33b350f0f6..9482c4a20a76 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 4.2.0 * Allowed naming the deployment when testing deployments [#11497] ## Version 4.1.1 diff --git a/src/Resources/Resources/Properties/AssemblyInfo.cs b/src/Resources/Resources/Properties/AssemblyInfo.cs index a7890a45eb35..1cc92b0a42a9 100644 --- a/src/Resources/Resources/Properties/AssemblyInfo.cs +++ b/src/Resources/Resources/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("4.1.1")] -[assembly: AssemblyFileVersion("4.1.1")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Resources/Tags/Properties/AssemblyInfo.cs b/src/Resources/Tags/Properties/AssemblyInfo.cs index abac66e6bddd..796636eec89a 100644 --- a/src/Resources/Tags/Properties/AssemblyInfo.cs +++ b/src/Resources/Tags/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("4.1.1")] -[assembly: AssemblyFileVersion("4.1.1")] +[assembly: AssemblyVersion("4.2.0")] +[assembly: AssemblyFileVersion("4.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/Search/Search/Az.Search.psd1 b/src/Search/Search/Az.Search.psd1 index 8d9683f9d83a..1a43ac5e6c71 100644 --- a/src/Search/Search/Az.Search.psd1 +++ b/src/Search/Search/Az.Search.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Search.dll' diff --git a/src/Security/Security/Az.Security.psd1 b/src/Security/Security/Az.Security.psd1 index e4e79e72ac14..35c05628495a 100644 --- a/src/Security/Security/Az.Security.psd1 +++ b/src/Security/Security/Az.Security.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SecurityCenter.dll' diff --git a/src/SecurityInsights/SecurityInsights/Az.SecurityInsights.psd1 b/src/SecurityInsights/SecurityInsights/Az.SecurityInsights.psd1 index bcbd6f4263c2..16b1eb535f02 100644 --- a/src/SecurityInsights/SecurityInsights/Az.SecurityInsights.psd1 +++ b/src/SecurityInsights/SecurityInsights/Az.SecurityInsights.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.1.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SecurityInsights.dll' diff --git a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 index a83b7f6246e0..23d8d43436d9 100644 --- a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 +++ b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ServiceBus.dll' diff --git a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 index 12cd4f7606c0..55956ab9ad68 100644 --- a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 +++ b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', diff --git a/src/SignalR/SignalR/Az.SignalR.psd1 b/src/SignalR/SignalR/Az.SignalR.psd1 index 2028ba65957d..84142a4b8577 100644 --- a/src/SignalR/SignalR/Az.SignalR.psd1 +++ b/src/SignalR/SignalR/Az.SignalR.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 8/21/2020 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.2.0' +ModuleVersion = '1.3.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -112,8 +112,14 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed ''Restart-AzSignalR'' and ''Update-AzSignalR'' help files errors -* Added cmdlets ''Update-AzSignalRNetworkAcl'', ''Set-AzSignalRUpstream''' + ReleaseNotes = '* Changed to ''Allow'' and ''Deny'' parameters of ''Update-AzSignalRNetworkAcl'' cmdlet: + - Accepted ''Trace'' as a valid value. + - Accepted ''@()'' as empty collection to clear the list. +* Supported ''ResourceGroupCompleter'' and ''ResourceNameCompleter'' in the applicable cmdlets. +* Deprecated the ''HostNamePrefix'' property of output type ''PSSignalRResource'' of following cmdlets: + - ''Get-AzSignalR'' + - ''New-AzSignalR'' + - ''Update-AzSignalR''' # Prerelease string of this module # Prerelease = '' diff --git a/src/SignalR/SignalR/ChangeLog.md b/src/SignalR/SignalR/ChangeLog.md index b16beb1f94ec..863db71d47ab 100644 --- a/src/SignalR/SignalR/ChangeLog.md +++ b/src/SignalR/SignalR/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.3.0 * Changed to `Allow` and `Deny` parameters of `Update-AzSignalRNetworkAcl` cmdlet: - Accepted `Trace` as a valid value. - Accepted `@()` as empty collection to clear the list. diff --git a/src/SignalR/SignalR/Properties/AssemblyInfo.cs b/src/SignalR/SignalR/Properties/AssemblyInfo.cs index ef5e36f1cd43..fa03bb0f4d48 100644 --- a/src/SignalR/SignalR/Properties/AssemblyInfo.cs +++ b/src/SignalR/SignalR/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("1.2.0")] -[assembly: AssemblyFileVersion("1.2.0")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] diff --git a/src/SpringCloud/Az.SpringCloud.psd1 b/src/SpringCloud/Az.SpringCloud.psd1 index 5aa13d5206ba..9b6550d82930 100644 --- a/src/SpringCloud/Az.SpringCloud.psd1 +++ b/src/SpringCloud/Az.SpringCloud.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.SpringCloud.private.dll' diff --git a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs index 8a3d8af42dac..6b7aabfcb421 100644 --- a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs +++ b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft Azure SQL Server Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")] -[assembly: AssemblyVersion("3.1.0")] -[assembly: AssemblyFileVersion("3.1.0")] +[assembly: AssemblyVersion("3.2.0")] +[assembly: AssemblyFileVersion("3.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/Sql/Sql/Az.Sql.psd1 b/src/Sql/Sql/Az.Sql.psd1 index ebfd0c94c5d4..65e674f2d25d 100644 --- a/src/Sql/Sql/Az.Sql.psd1 +++ b/src/Sql/Sql/Az.Sql.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.1.0' +ModuleVersion = '3.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -274,8 +274,9 @@ CmdletsToExport = 'Get-AzSqlDatabaseTransparentDataEncryption', 'Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication', 'Get-AzSqlInstanceActiveDirectoryOnlyAuthentication', 'Get-AzSqlServerTrustGroup', 'New-AzSqlServerTrustGroup', - 'Remove-AzSqlServerTrustGroup', - 'Enable-AzSqlDatabaseLedgerDigestUpload', 'Disable-AzSqlDatabaseLedgerDigestUpload', + 'Remove-AzSqlServerTrustGroup', + 'Enable-AzSqlDatabaseLedgerDigestUpload', + 'Disable-AzSqlDatabaseLedgerDigestUpload', 'Get-AzSqlDatabaseLedgerDigestUpload' # Variables to export from this module @@ -332,13 +333,19 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated ''Set-AzSqlDatabaseVulnerabilityAssessmentRuleBaseline'' documentation to include example of define array of array with one inner array. -* Added cmdlet ''Copy-AzSqlDatabaseLongTermRetentionBackup'' - - Copy LTR backups to different servers -* Added cmdlet ''Update-AzSqlDatabaseLongTermRetentionBackup'' - - Update Backup Storage Redundancy values for LTR backups -* Added CurrentBackupStorageRedundancy, RequestedBackupStorageRedundancy to ''Get-AzSqlDatabase'', ''New-AzSqlDatabase'', ''Set-AzSqlDatabase'', ''New-AzSqlDatabaseSecondary'', ''Set-AzSqlDatabaseSecondary'', ''New-AzSqlDatabaseCopy'' - - Changed BackupStorageRedundancy value to CurrentBackupStorageRedundancy, RequestedBackupStorageRedundancy to reflect both the current value and what has been requested if a change was made' + ReleaseNotes = '* Added option to support short version of maintenance configuration id for Managed Instance in ''New-AzSqlInstance'' and ''Set-AzSqlInstance'' cmdlets +* Added HighAvailabilityReplicaCount to ''New-AzSqlDatabaseSecondary'' +* Added External Administrator and AAD Only Properties to AzSqlServer and AzSqlInstance + - Added option to specify ''-ExternalAdminName'', ''-ExternalAdminSid'', ''-EnableActiveDirectoryOnlyAuthentication'' in ''New-AzSqlInstance'' and ''Set-AzSqlInstance'' cmdlets + - Added option to expand external administrators information using ''-ExpandActiveDirectoryAdministrator'' in ''Get-AzSqlServer'' and ''Get-AzSqlInstance'' cmdlets +* Fixed ''Set-AzSqlDatabase'' to no longer default ReadScale to Disabled when not specified +* Fixed ''Set-AzSqlServer'' and ''Set-AzSqlInstance'' for partial PUT with only identity and null properties +* Added parameters related to UMI in ''New-AzSqlServer'', ''New-AzSqlInstance'', ''Set-AzSqlServer'' and ''Set-AzSqlInstance'' cmdlets. +* Added -AutoRotationEnabled parameter to following cmdlets: + - ''Set-AzSqlServerTransparentDataEncryptionProtector'' + - ''Get-AzSqlServerTransparentDataEncryptionProtector'' + - ''Set-AzSqlInstanceTransparentDataEncryptionProtector'' + - ''Get-AzSqlInstanceTransparentDataEncryptionProtector''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md index 0b81e90163ac..976118215d13 100644 --- a/src/Sql/Sql/ChangeLog.md +++ b/src/Sql/Sql/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.2.0 * Added option to support short version of maintenance configuration id for Managed Instance in `New-AzSqlInstance` and `Set-AzSqlInstance` cmdlets * Added HighAvailabilityReplicaCount to `New-AzSqlDatabaseSecondary` * Added External Administrator and AAD Only Properties to AzSqlServer and AzSqlInstance diff --git a/src/Sql/Sql/Properties/AssemblyInfo.cs b/src/Sql/Sql/Properties/AssemblyInfo.cs index c3b9df44dc36..e2b0852ccf8c 100644 --- a/src/Sql/Sql/Properties/AssemblyInfo.cs +++ b/src/Sql/Sql/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.1.0")] -[assembly: AssemblyFileVersion("3.1.0")] +[assembly: AssemblyVersion("3.2.0")] +[assembly: AssemblyFileVersion("3.2.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 index 3d231f590507..d0ab5f7a96ba 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 +++ b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SqlVirtualMachine.dll' diff --git a/src/StackEdge/StackEdge/Az.StackEdge.psd1 b/src/StackEdge/StackEdge/Az.StackEdge.psd1 index a3b012b97d2e..e29c92139f4f 100644 --- a/src/StackEdge/StackEdge/Az.StackEdge.psd1 +++ b/src/StackEdge/StackEdge/Az.StackEdge.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll' diff --git a/src/StackHCI/Az.StackHCI.psd1 b/src/StackHCI/Az.StackHCI.psd1 index 5530ef8b5e45..a1cc5f3d7777 100644 --- a/src/StackHCI/Az.StackHCI.psd1 +++ b/src/StackHCI/Az.StackHCI.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.StackHCI.psm1' # Version number of this module. -ModuleVersion = '0.7.0' +ModuleVersion = '0.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -45,13 +45,13 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() @@ -108,8 +108,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Made changes in the registration to onboard nodes to Azure Arc. - - Registering On-Premises Azure Stack HCI with Azure will also make the nodes in the cluster Azure Arc enabled. ' + ReleaseNotes = '* Made changes to use FQDN while connecting to nodes and the cluster. + - Using FQDN while connecting to cluster and the nodes. + - Using AAD retries in Arc AAD application setup. + - Returning ErrorDetails in PS output stream for WAC to handle the case of RegisteredButArcFailed.' # Prerelease string of this module # Prerelease = '' diff --git a/src/StackHCI/ChangeLog.md b/src/StackHCI/ChangeLog.md index 550454ea7a60..364e78d1d773 100644 --- a/src/StackHCI/ChangeLog.md +++ b/src/StackHCI/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.8.0 * Made changes to use FQDN while connecting to nodes and the cluster. - Using FQDN while connecting to cluster and the nodes. - Using AAD retries in Arc AAD application setup. diff --git a/src/StackHCI/Properties/AssemblyInfo.cs b/src/StackHCI/Properties/AssemblyInfo.cs index dcabff986ae1..a662f22a08f2 100644 --- a/src/StackHCI/Properties/AssemblyInfo.cs +++ b/src/StackHCI/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("8853A329-2E41-4A6A-808B-9D1170A5BBB4")] -[assembly: AssemblyVersion("0.7.0")] -[assembly: AssemblyFileVersion("0.7.0")] +[assembly: AssemblyVersion("0.8.0")] +[assembly: AssemblyFileVersion("0.8.0")] diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1 index 8d73134a03b8..9f10aa168a28 100644 --- a/src/Storage/Storage.Management/Az.Storage.psd1 +++ b/src/Storage/Storage.Management/Az.Storage.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.7.0' +ModuleVersion = '3.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -222,30 +222,15 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported file share snapshot + ReleaseNotes = '* Supported create file share with NFS/SMB enabledEnabledProtocol and RootSquash, and update share with RootSquash - ''New-AzRmStorageShare'' - - ''Get-AzRmStorageShare'' - - ''Remove-AzRmStorageShare'' -* Supported remove file share with it''s snapshot (leased and not leased), by default remove file share will fail when share has snapshot - - ''Remove-AzRmStorageShare'' -* Supported Set/Get/Remove blob inventory policy - - ''New-AzStorageBlobInventoryPolicyRule'' - - ''Set-AzStorageBlobInventoryPolicy'' - - ''Get-AzStorageBlobInventoryPolicy'' - - ''Remove-AzStorageBlobInventoryPolicy'' -* Supported DefaultSharePermission in create/update storage account + - ''Update-AzRmStorageShare'' +* Supported enable Smb Multichannel on File service + - ''Update-AzStorageFileServiceProperty'' +* Fixed copy inside same account issue by access source with anonymous credential, when copy Blob inside same account with Oauth credential +* Removed StorageFileDataSmbShareOwner from value set of parameter DefaultSharePermission in create/update storage account - ''New-AzStorageAccount'' - - ''Set-AzStorageAccount'' -* Supported AllowCrossTenantReplication in create/update storage account - - ''New-AzStorageAccount'' - - ''Set-AzStorageAccount'' -* Supported Set Object Replication Policy with SourceAccount/DestinationAccount as Storage account resource Id - - ''Set-AzStorageObjectReplicationPolicy'' -* Supported set SasExpirationPeriod as TimeSpan.Zero - - ''New-AzStorageAccount'' - - ''Set-AzStorageAccount -* Make sure the correct account name is used when create account credential - - ''New-AzStorageContext''' + - ''Set-AzStorageAccount''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index 60e8492276ff..468eb5c0bd55 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.8.0 * Supported create file share with NFS/SMB enabledEnabledProtocol and RootSquash, and update share with RootSquash - `New-AzRmStorageShare` - `Update-AzRmStorageShare` diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs index aedf87092692..c4e7eae6a191 100644 --- a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.7.0")] -[assembly: AssemblyFileVersion("3.7.0")] +[assembly: AssemblyVersion("3.8.0")] +[assembly: AssemblyFileVersion("3.8.0")] diff --git a/src/Storage/Storage/Properties/AssemblyInfo.cs b/src/Storage/Storage/Properties/AssemblyInfo.cs index a81889adcbc0..996b99f79ed1 100644 --- a/src/Storage/Storage/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("3.7.0")] -[assembly: AssemblyFileVersion("3.7.0")] +[assembly: AssemblyVersion("3.8.0")] +[assembly: AssemblyFileVersion("3.8.0")] [assembly: CLSCompliant(false)] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")] diff --git a/src/StorageSync/StorageSync/Az.StorageSync.psd1 b/src/StorageSync/StorageSync/Az.StorageSync.psd1 index 9d1ba7e9d082..6c7b0028ff89 100644 --- a/src/StorageSync/StorageSync/Az.StorageSync.psd1 +++ b/src/StorageSync/StorageSync/Az.StorageSync.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StorageSync.dll', diff --git a/src/StreamAnalytics/Az.StreamAnalytics.psd1 b/src/StreamAnalytics/Az.StreamAnalytics.psd1 index 2dbdb68426db..57a70dbfcc90 100644 --- a/src/StreamAnalytics/Az.StreamAnalytics.psd1 +++ b/src/StreamAnalytics/Az.StreamAnalytics.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.StreamAnalytics.private.dll' diff --git a/src/Subscription/Subscription/Az.Subscription.psd1 b/src/Subscription/Subscription/Az.Subscription.psd1 index e79778a045d7..3ac0ae8d70ad 100644 --- a/src/Subscription/Subscription/Az.Subscription.psd1 +++ b/src/Subscription/Subscription/Az.Subscription.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Subscription.dll' diff --git a/src/Support/Support/Az.Support.psd1 b/src/Support/Support/Az.Support.psd1 index 7801c47ba160..0608dfb4929a 100644 --- a/src/Support/Support/Az.Support.psd1 +++ b/src/Support/Support/Az.Support.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Support.dll' diff --git a/src/Synapse/Synapse/Az.Synapse.psd1 b/src/Synapse/Synapse/Az.Synapse.psd1 index 1875341a6535..271acafe07c3 100644 --- a/src/Synapse/Synapse/Az.Synapse.psd1 +++ b/src/Synapse/Synapse/Az.Synapse.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Synapse.dll', diff --git a/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 b/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 index b155ba2e8372..f14b98f4fa61 100644 --- a/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 +++ b/src/TimeSeriesInsights/Az.TimeSeriesInsights.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.TimeSeriesInsights.private.dll' diff --git a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 index b055afc18508..a572095bb3e1 100644 --- a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 +++ b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.TrafficManager.dll' diff --git a/src/VMware/Az.VMware.psd1 b/src/VMware/Az.VMware.psd1 index 3bf807f4ce33..921f9777499c 100644 --- a/src/VMware/Az.VMware.psd1 +++ b/src/VMware/Az.VMware.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.VMware.private.dll' diff --git a/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs b/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs index 417456927a91..e405fd286e9c 100644 --- a/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs +++ b/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2e0f29c2-1b3d-4956-929d-b62910f21ab5")] -[assembly: AssemblyVersion("2.6.0")] -[assembly: AssemblyFileVersion("2.6.0")] +[assembly: AssemblyVersion("2.7.0")] +[assembly: AssemblyFileVersion("2.7.0")] diff --git a/src/Websites/Websites/Az.Websites.psd1 b/src/Websites/Websites/Az.Websites.psd1 index 98e59d31acbc..0b2e76ed1316 100644 --- a/src/Websites/Websites/Az.Websites.psd1 +++ b/src/Websites/Websites/Az.Websites.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.6.0' +ModuleVersion = '2.7.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -47,7 +47,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' @@ -164,10 +164,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* updated ''Set-AzAppServicePlan'' to keep existing Tags when adding new Tags -* Fixed ''Set-AzWebApp'' to set the AppSettings -* updated ''Set-AzWebAppSlot'' to set FtpsState -* Added support for StaticSites.' + ReleaseNotes = '* Fixed issue that prevented removing rules by name and unique identifier in ''Remove-AzWebAppAccessRestrictionRule'' +* Fixed issue that defaults AlwaysOn to false in ''Set-AzWebAppSlot''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Websites/Websites/ChangeLog.md b/src/Websites/Websites/ChangeLog.md index ca76faa1d12f..42f9f694b99f 100644 --- a/src/Websites/Websites/ChangeLog.md +++ b/src/Websites/Websites/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.7.0 * Fixed issue that prevented removing rules by name and unique identifier in `Remove-AzWebAppAccessRestrictionRule` * Fixed issue that defaults AlwaysOn to false in `Set-AzWebAppSlot` diff --git a/src/Websites/Websites/Properties/AssemblyInfo.cs b/src/Websites/Websites/Properties/AssemblyInfo.cs index b6b251c86f02..7df94c22e02e 100644 --- a/src/Websites/Websites/Properties/AssemblyInfo.cs +++ b/src/Websites/Websites/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("76158def-441b-472a-9b1a-a75726a813f4")] -[assembly: AssemblyVersion("2.6.0")] -[assembly: AssemblyFileVersion("2.6.0")] +[assembly: AssemblyVersion("2.7.0")] +[assembly: AssemblyFileVersion("2.7.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Websites.Test")] #endif diff --git a/src/WindowsIotServices/Az.WindowsIotServices.psd1 b/src/WindowsIotServices/Az.WindowsIotServices.psd1 index 6af0647559a5..26a24e084375 100644 --- a/src/WindowsIotServices/Az.WindowsIotServices.psd1 +++ b/src/WindowsIotServices/Az.WindowsIotServices.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.WindowsIotServices.private.dll' diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index a665c5b8c65b..0af58e27c177 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/20/2021 +# Generated on: 6/11/2021 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.0.0' +ModuleVersion = '6.1.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -52,25 +52,25 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Aks'; RequiredVersion = '2.1.0'; }, + @{ModuleName = 'Az.Aks'; RequiredVersion = '2.1.1'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; }, @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.0'; }, @{ModuleName = 'Az.Batch'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; }, - @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.7.0'; }, + @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.7.1'; }, @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.8.0'; }, - @{ModuleName = 'Az.Compute'; RequiredVersion = '4.13.0'; }, - @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '2.0.0'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '4.14.0'; }, + @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '2.1.0'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '2.2.3'; }, @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.12.0'; }, + @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.12.1'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.0'; }, @@ -79,13 +79,13 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, @{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.3.0'; }, - @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.7.2'; }, + @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.8.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.8.0'; }, @{ModuleName = 'Az.Functions'; RequiredVersion = '3.0.0'; }, - @{ModuleName = 'Az.HDInsight'; RequiredVersion = '4.2.1'; }, + @{ModuleName = 'Az.HDInsight'; RequiredVersion = '4.3.0'; }, @{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '1.3.1'; }, @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.3'; }, - @{ModuleName = 'Az.KeyVault'; RequiredVersion = '3.4.4'; }, + @{ModuleName = 'Az.KeyVault'; RequiredVersion = '3.4.5'; }, @{ModuleName = 'Az.Kusto'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.5.0'; }, @{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; }, @@ -95,30 +95,30 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, @{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.Migrate'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Monitor'; RequiredVersion = '2.5.0'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '4.8.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '4.9.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '2.3.0'; }, @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.4.1'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; }, - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '4.1.0'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '4.2.0'; }, @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Resources'; RequiredVersion = '4.1.1'; }, + @{ModuleName = 'Az.Resources'; RequiredVersion = '4.2.0'; }, @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.5.0'; }, @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.0.0'; }, - @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.2.0'; }, - @{ModuleName = 'Az.Sql'; RequiredVersion = '3.1.0'; }, + @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.3.0'; }, + @{ModuleName = 'Az.Sql'; RequiredVersion = '3.2.0'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.Storage'; RequiredVersion = '3.7.0'; }, + @{ModuleName = 'Az.Storage'; RequiredVersion = '3.8.0'; }, @{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.5.0'; }, @{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.0.4'; }, - @{ModuleName = 'Az.Websites'; RequiredVersion = '2.6.0'; }) + @{ModuleName = 'Az.Websites'; RequiredVersion = '2.7.0'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() @@ -174,158 +174,124 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '6.0.0 - May 2021 + ReleaseNotes = '6.1.0 - June 2021 Az.Accounts -* Upgraded Azure.Identity to 1.4 and MSAL to 4.30.1 -* Removed obsolete parameters ''ManagedServiceHostName'', ''ManagedServicePort'' and ''ManagedServiceSecret'' of cmdlet ''Connect-AzAccount'', environment variables ''MSI_ENDPOINT'' and ''MSI_SECRET'' could be used instead -* Customize display format of PSAzureRmAccount to hide secret of service principal [#14208] -* Added optional parameter ''AuthScope'' to ''Connect-AzAccount'' to support enhanced authentication of data plane features -* Set retry times by environment variable [#14748] -* Supported subject name issuer authentication +* Added cmdlet ''Open-AzSurveyLink'' +* Supported certificate file as input parameter of Connect-AzAccount + +Az.Aks +* Fixed the issue that ''Set-AzAks'' will fail in Automation Runbook. [#15006] + +Az.ApplicationInsights +* Fixed issue that ''ResourcegroupName'' is missed when executing below cmdlets with ''InputObject'' parameter [#14848] + * ''Get-AzApplicationInsightsLinkedStorageAccount'' + * ''New-AzApplicationInsightsLinkedStorageAccount'' + * ''Update-AzApplicationInsightsLinkedStorageAccount'' + * ''Remove-AzApplicationInsightsLinkedStorageAccount'' + +Az.Cdn +* Fixed profile missing issue in ''Remove-AzCdnProfile'' cmdlet Az.Compute -* Added ''Invoke-AzVmInstallPatch'' to support patch installation in VMs using PowerShell. -* Updated Compute module to use the latest .Net SDK version 46.0.0. -* Added optional parameter ''-EdgeZone'' to the following cmdlets: - - ''Get-AzVMImage - - ''Get-AzVMImageOffer'' - - ''Get-AzVMImageSku'' - - ''New-AzDiskConfig'' - - ''New-AzImageConfig'' - - ''New-AzSnapshotConfig'' - - ''New-AzVM'' - - ''New-AzVmssConfig'' - - ''New-AzVMSS'' +* Updated Compute module to use the latest .Net SDK version 47.0.0. Az.ContainerInstance -* Added new cmdlets: ''Start-AzContainerGroup'', ''Stop-AzContainerGroup'' [#10773], ''Invoke-AzContainerInstanceCommand'' [#7648], ''Update-AzContainerGroup'', ''Add-AzContainerInstanceOutput'', ''Get-AzContainerInstanceCachedImage'', ''Get-AzContainerInstanceCapability'', ''Get-AzContainerInstanceUsage'', ''New-AzContainerGroupImageRegistryCredentialObject'', ''New-AzContainerGroupPortObject'', ''New-AzContainerGroupVolumeObject'', ''New-AzContainerInstanceEnvironmentVariableObject'', ''New-AzContainerInstanceInitDefinitionObject'', ''New-AzContainerInstanceObject'', ''New-AzContainerInstancePortObject'' and ''New-AzContainerInstanceVolumeMountObject'' -* Supported Log Analytics parameters in ''New-AzContainerGroup'' [#11117] -* Added support to specify network profile and the name of Azure File Share in ''New-AzContainerGroup'' [#9993] [#12218] -* Added support to specify environment variables as SecureValue [#10110] [#10640] - -Az.ContainerRegistry -* Fixed username and password issue in ''Import-AzContainerRegistryImage'' [#14971] -* Fixed data plane operations (repository, tag, manifest) failed cross registry in single Powershell session [#14849] - -Az.CosmosDB -* Introduced support for Sql data plane RBAC, allowing the creation, updating, removal, and retrieval of Role Definitions and Role Assignments - - The following cmdlets are added: - - Get-AzCosmosDBSqlRoleDefinition, Get-AzCosmosDBSqlRoleAssignment, - - New-AzCosmosDBSqlRoleDefinition, New-AzCosmosDBSqlRoleAssignment, - - Remove-AzCosmosDBSqlRoleDefinition, Remove-AzCosmosDBSqlRoleAssignment, - - Update-AzCosmosDBSqlRoleDefinition, Update-AzCosmosDBSqlRoleAssignment, - - New-AzCosmosDBSqlPermission - -Az.DesktopVirtualization -* Upgraded api version to 2021-02-01-preview. - -Az.Functions -* Added support in function app creation for Python 3.9 and Node 14 function apps -* Removed support in function app creation for V2, Python 3.6, Node 8, and Node 10 function apps -* Updated IdentityID parameter from string to string array in Update-AzFunctionApp. This is to be consistent with New-AzFunctionApp which has the same parameter as a string array -* Updated FullyQualifiedErrorId for an invalid Functions version from FunctionsVersionIsInvalid to FunctionsVersionNotSupported -* When creating a Node.js function app, if no runtime version is specified, the default runtime version is set to 14 instead of 12 +* Removed the display of file share credential [#15224] -Az.KeyVault -* Provided key size for RSA key [#14819] +Az.DataFactory +* Updated ADF .Net SDK version to 4.19.0 -Az.Kusto -* Bumped API version to stable 2021-01-01 +Az.EventHub +* Added functionality to accept input from pipeline for ''Get-AzEventHub'' from ''Get-AzEventHubNamespace''. -Az.Maintenance -* Bumped API version to stable 2021-05-01 +Az.HDInsight +* Support new azure monitor feature in HDInsight: + - Add cmdlet ''Get-AzHDInsightAzureMonitor'' to allow customer to get the Azure Monitor status of HDInsight cluster. + - Add cmdlet ''Enable-AzHDInsightAzureMonitor'' to allow customer to enable the Azure Monitor in HDInsight cluster. + - Add cmdlet ''Disable-AzHDInsightAzureMonitor'' to allow customer to disable the Azure Monitor in HDInsight cluster. -Az.Migrate -* Fixed an issue in Initialize-AzMigrateReplicationInfrastructure.ps1 +Az.KeyVault +* Removed duplicate list item in ''Get-AzKeyVault'' [#15164] +* Added ''SecretManagement'' tag to ''Az.KeyVault'' module [#15173] Az.Network -* Updated validation to allow passing zero value for saDataSizeKilobytes parameter - - ''New-AzureRmIpsecPolicy'' -* Added optional parameter ''-EdgeZone'' to the following cmdlets: - - ''New-AzNetworkInterface'' - - ''New-AzPublicIpAddress'' +* Updated cmdlets for route server for a more stable way to add IP configuration. +* Added support for getting a single private link resource. +* Added more detailed description about GroupId in ''New-AzPrivateLinkServiceConnection'' +* Updated cmdlets to enable setting of PrivateRange on AzureFirewallPolicy. + - ''New-AzFirewallPolicy'' + - ''Set-AzFirewallPolicy'' +* Updated cmdlets to add NatRules in VirtualNetworkGateway and BgpRouteTranslationForNat. + - ''New-AzVirtualNetworkGateway'' + - ''Set-AzVirtualNetworkGateway'' +* Updated cmdlets to add EngressNatRules and EgressNatRules in VirtualNetworkGateway Connection. + - ''New-AzVirtualNetworkGatewayConnection'' + - ''Set-AzVirtualNetworkGatewayConnection'' +* Updated cmdlet to enable setting of FlowTimeout in VirtualNetwork. - ''New-AzVirtualNetwork'' +* Added cmdlets for Get/Create/Update/Delete VirtualNetworkGatewayNatRules. + - ''New-AzVirtualNetworkGatewayNatRule'' + - ''Update-AzVirtualNetworkGatewayNatRule'' + - ''Get-AzVirtualNetworkGatewayNatRule'' + - ''Remove-AzVirtualNetworkGatewayNatRule'' +* Added a new cmdlet for Sync on VirtualNetworkPeering + - ''Sync-AzVirtualNetworkPeering'' +* Updated cmdlets to add new properties and redefined an existing property in the VirtualNetworkPeering + - ''Add-AzVirtualNetworkPeering'' + - ''Get-AzVirtualNetworkPeering'' +* Updated cmdlets to enable setting of PreferredRoutingGateway on VirtualHub. + - ''New-AzVirtualHub'' + - ''Update-AzVirtualHub'' +* Updated cmdlets to expose two read-only properties of client certificate. + - ''Get-AzApplicationGatewayTrustedClientCertificate'' Az.RecoveryServices -* Fixed security issue with SQL restore, this is a necessary breaking change. TargetContainer becomes mandatory for Alternate Location Restore. -* Removed Set-AzRecoveryServicesBackupProperties cmdlet alias, Set-AzRecoveryServicesBackupProperty is supported. -* Removed Get-AzRecoveryServicesBackupJobDetails cmdlet alias, Get-AzRecoveryServicesBackupJobDetail is supported. -* Added support for cross subscription DS Move. -* Azure Site Recovery support for VMware to Azure disaster recovery scenarios using RCM as the control plane. +* Added cross tenant DS Move. +* Removed restriction to fetch recovery points only for a 30 days time range. +* Enabled CRR for new regions. Az.Resources -* Changed ''-IdentifierUris'' in ''New-AzADApplication'' to optional parameter -* Removed generated ''DisplayName'' of ADApplication created by ''New-AzADServicePrincipal'' -* Updated SDK to 3.13.1-preview to use GA TemplateSpecs API version -* Added ''AdditionalProperties'' to PSADUser and PSADGroup [#14568] -* Supported ''CustomKeyIdentifier'' in ''New-AzADAppCredential'' and ''Get-AzADAppCredential'' [#11457], [#13723] -* Changed ''MainTemplate'' to be shown by the default formatter for Template Spec Versions - -Az.SecurityInsights -* GA release for ''Az.SecurityInsights'' - -Az.ServiceFabric -* Removed deprecated cluster certificate commands: - - ''Add-AzServiceFabricClusterCertificate'' - - ''Remove-AzServiceFabricClusterCertificate'' -* Changed PSManagedService model to avoid using the properties parameter directly from sdk. -* Removed deprecated parameters for managed cmdlets: - - ''ReverseProxyEndpointPort'' - - ''InstanceCloseDelayDuration'' - - ''ServiceDnsName'' - - ''InstanceCloseDelayDuration'' - - ''DropSourceReplicaOnMove'' -* Fixed ''Update-AzServiceFabricReliability'' to update correctly the vm instance count of the primary node type on the cluster resource. +* Allowed naming the deployment when testing deployments [#11497] + +Az.SignalR +* Changed to ''Allow'' and ''Deny'' parameters of ''Update-AzSignalRNetworkAcl'' cmdlet: + - Accepted ''Trace'' as a valid value. + - Accepted ''@()'' as empty collection to clear the list. +* Supported ''ResourceGroupCompleter'' and ''ResourceNameCompleter'' in the applicable cmdlets. +* Deprecated the ''HostNamePrefix'' property of output type ''PSSignalRResource'' of following cmdlets: + - ''Get-AzSignalR'' + - ''New-AzSignalR'' + - ''Update-AzSignalR'' Az.Sql -* Updated ''Set-AzSqlDatabaseVulnerabilityAssessmentRuleBaseline'' documentation to include example of define array of array with one inner array. -* Added cmdlet ''Copy-AzSqlDatabaseLongTermRetentionBackup'' - - Copy LTR backups to different servers -* Added cmdlet ''Update-AzSqlDatabaseLongTermRetentionBackup'' - - Update Backup Storage Redundancy values for LTR backups -* Added CurrentBackupStorageRedundancy, RequestedBackupStorageRedundancy to ''Get-AzSqlDatabase'', ''New-AzSqlDatabase'', ''Set-AzSqlDatabase'', ''New-AzSqlDatabaseSecondary'', ''Set-AzSqlDatabaseSecondary'', ''New-AzSqlDatabaseCopy'' - - Changed BackupStorageRedundancy value to CurrentBackupStorageRedundancy, RequestedBackupStorageRedundancy to reflect both the current value and what has been requested if a change was made +* Added option to support short version of maintenance configuration id for Managed Instance in ''New-AzSqlInstance'' and ''Set-AzSqlInstance'' cmdlets +* Added HighAvailabilityReplicaCount to ''New-AzSqlDatabaseSecondary'' +* Added External Administrator and AAD Only Properties to AzSqlServer and AzSqlInstance + - Added option to specify ''-ExternalAdminName'', ''-ExternalAdminSid'', ''-EnableActiveDirectoryOnlyAuthentication'' in ''New-AzSqlInstance'' and ''Set-AzSqlInstance'' cmdlets + - Added option to expand external administrators information using ''-ExpandActiveDirectoryAdministrator'' in ''Get-AzSqlServer'' and ''Get-AzSqlInstance'' cmdlets +* Fixed ''Set-AzSqlDatabase'' to no longer default ReadScale to Disabled when not specified +* Fixed ''Set-AzSqlServer'' and ''Set-AzSqlInstance'' for partial PUT with only identity and null properties +* Added parameters related to UMI in ''New-AzSqlServer'', ''New-AzSqlInstance'', ''Set-AzSqlServer'' and ''Set-AzSqlInstance'' cmdlets. +* Added -AutoRotationEnabled parameter to following cmdlets: + - ''Set-AzSqlServerTransparentDataEncryptionProtector'' + - ''Get-AzSqlServerTransparentDataEncryptionProtector'' + - ''Set-AzSqlInstanceTransparentDataEncryptionProtector'' + - ''Get-AzSqlInstanceTransparentDataEncryptionProtector'' Az.Storage -* Supported file share snapshot +* Supported create file share with NFS/SMB enabledEnabledProtocol and RootSquash, and update share with RootSquash - ''New-AzRmStorageShare'' - - ''Get-AzRmStorageShare'' - - ''Remove-AzRmStorageShare'' -* Supported remove file share with it''s snapshot (leased and not leased), by default remove file share will fail when share has snapshot - - ''Remove-AzRmStorageShare'' -* Supported Set/Get/Remove blob inventory policy - - ''New-AzStorageBlobInventoryPolicyRule'' - - ''Set-AzStorageBlobInventoryPolicy'' - - ''Get-AzStorageBlobInventoryPolicy'' - - ''Remove-AzStorageBlobInventoryPolicy'' -* Supported DefaultSharePermission in create/update storage account + - ''Update-AzRmStorageShare'' +* Supported enable Smb Multichannel on File service + - ''Update-AzStorageFileServiceProperty'' +* Fixed copy inside same account issue by access source with anonymous credential, when copy Blob inside same account with Oauth credential +* Removed StorageFileDataSmbShareOwner from value set of parameter DefaultSharePermission in create/update storage account - ''New-AzStorageAccount'' - ''Set-AzStorageAccount'' -* Supported AllowCrossTenantReplication in create/update storage account - - ''New-AzStorageAccount'' - - ''Set-AzStorageAccount'' -* Supported Set Object Replication Policy with SourceAccount/DestinationAccount as Storage account resource Id - - ''Set-AzStorageObjectReplicationPolicy'' -* Supported set SasExpirationPeriod as TimeSpan.Zero - - ''New-AzStorageAccount'' - - ''Set-AzStorageAccount -* Make sure the correct account name is used when create account credential - - ''New-AzStorageContext'' - -Az.StorageSync -* Deprecated ''Invoke-AzStorageSyncFileRecall'' - - Customers should instead use ''Invoke-StorageSyncFileRecall'', a cmdlet that is shipped with the Azure File Sync agent. -* Removed offline data transfer feature in ''New-AzStorageSyncServerEndpoint''. - -Az.StreamAnalytics -* Bumped API version to 2017-04-01-preview -* Added StreamAnalytics Cluster support Az.Websites -* updated ''Set-AzAppServicePlan'' to keep existing Tags when adding new Tags -* Fixed ''Set-AzWebApp'' to set the AppSettings -* updated ''Set-AzWebAppSlot'' to set FtpsState -* Added support for StaticSites. +* Fixed issue that prevented removing rules by name and unique identifier in ''Remove-AzWebAppAccessRestrictionRule'' +* Fixed issue that defaults AlwaysOn to false in ''Set-AzWebAppSlot'' ' # Prerelease string of this module diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index aa8078e313e8..faaf814e7f9a 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.0.0' +ModuleVersion = '6.1.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -52,31 +52,31 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; }, @{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Aks'; RequiredVersion = '2.1.0'; }, + @{ModuleName = 'Az.Aks'; RequiredVersion = '2.1.1'; }, @{ModuleName = 'Az.AlertsManagement'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; }, @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.Attestation'; RequiredVersion = '0.1.8'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.0'; }, @{ModuleName = 'Az.Batch'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; }, - @{ModuleName = 'Az.Blockchain'; RequiredVersion = '0.2.0'; }, + @{ModuleName = 'Az.Blockchain'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.BotService'; RequiredVersion = '0.3.0'; }, - @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.7.0'; }, + @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.7.1'; }, @{ModuleName = 'Az.CloudService'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.8.0'; }, @{ModuleName = 'Az.Communication'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.Compute'; RequiredVersion = '4.13.0'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '4.14.0'; }, @{ModuleName = 'Az.Confluent'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '0.2.0'; }, - @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '2.0.0'; }, + @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '2.1.0'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '2.2.3'; }, @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.CostManagement'; RequiredVersion = '0.2.0'; }, @@ -84,7 +84,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, @{ModuleName = 'Az.DataBox'; RequiredVersion = '0.1.1'; }, @{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.12.0'; }, + @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.12.1'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.7.4'; }, @@ -97,14 +97,15 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, @{ModuleName = 'Az.DevSpaces'; RequiredVersion = '0.7.3'; }, @{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DigitalTwins'; RequiredVersion = '0.1.0'; }, + @{ModuleName = 'Az.DiskPool'; RequiredVersion = '0.1.1'; }, @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.3.0'; }, - @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.7.2'; }, + @{ModuleName = 'Az.EventHub'; RequiredVersion = '1.8.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.8.0'; }, @{ModuleName = 'Az.Functions'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.GuestConfiguration'; RequiredVersion = '0.10.8'; }, @{ModuleName = 'Az.HanaOnAzure'; RequiredVersion = '0.3.0'; }, - @{ModuleName = 'Az.HDInsight'; RequiredVersion = '4.2.1'; }, + @{ModuleName = 'Az.HDInsight'; RequiredVersion = '4.3.0'; }, @{ModuleName = 'Az.HealthBot'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '1.3.1'; }, @{ModuleName = 'Az.HPCCache'; RequiredVersion = '0.1.1'; }, @@ -112,7 +113,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, @{ModuleName = 'Az.ImportExport'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.IotCentral'; RequiredVersion = '0.9.0'; }, @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.3'; }, - @{ModuleName = 'Az.KeyVault'; RequiredVersion = '3.4.4'; }, + @{ModuleName = 'Az.KeyVault'; RequiredVersion = '3.4.5'; }, @{ModuleName = 'Az.KubernetesConfiguration'; RequiredVersion = '0.4.0'; }, @{ModuleName = 'Az.Kusto'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.5.0'; }, @@ -131,8 +132,8 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, @{ModuleName = 'Az.Monitor'; RequiredVersion = '2.5.0'; }, @{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.MySql'; RequiredVersion = '0.6.0'; }, - @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.5.0'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '4.8.0'; }, + @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.6.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '4.9.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '2.3.0'; }, @{ModuleName = 'Az.Peering'; RequiredVersion = '0.3.0'; }, @@ -142,26 +143,26 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.2'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.ProviderHub'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '4.1.0'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '4.2.0'; }, @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.Reservations'; RequiredVersion = '0.9.0'; }, @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '0.10.0'; }, @{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Resources'; RequiredVersion = '4.1.0'; }, + @{ModuleName = 'Az.Resources'; RequiredVersion = '4.2.0'; }, @{ModuleName = 'Az.Search'; RequiredVersion = '0.8.0'; }, @{ModuleName = 'Az.Security'; RequiredVersion = '0.11.0'; }, @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.5.0'; }, @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.0.0'; }, - @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.2.0'; }, + @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.2.0'; }, - @{ModuleName = 'Az.Sql'; RequiredVersion = '3.1.0'; }, + @{ModuleName = 'Az.Sql'; RequiredVersion = '3.2.0'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.StackEdge'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.StackHCI'; RequiredVersion = '0.7.0'; }, - @{ModuleName = 'Az.Storage'; RequiredVersion = '3.7.0'; }, + @{ModuleName = 'Az.StackHCI'; RequiredVersion = '0.8.0'; }, + @{ModuleName = 'Az.Storage'; RequiredVersion = '3.8.0'; }, @{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.5.0'; }, @{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Subscription'; RequiredVersion = '0.8.0'; }, @@ -170,7 +171,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; }, @{ModuleName = 'Az.TimeSeriesInsights'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.0.4'; }, @{ModuleName = 'Az.VMware'; RequiredVersion = '0.2.0'; }, - @{ModuleName = 'Az.Websites'; RequiredVersion = '2.6.0'; }, + @{ModuleName = 'Az.Websites'; RequiredVersion = '2.7.0'; }, @{ModuleName = 'Az.WindowsIotServices'; RequiredVersion = '0.1.0'; }) # Assemblies that must be loaded prior to importing this module diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json index 6fac391fe280..19a9dd6dc31b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json @@ -448,7 +448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -709,7 +709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -727,7 +727,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -745,7 +745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -760,6 +760,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -784,16 +804,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -814,16 +824,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -1291,7 +1291,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1636,7 +1636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1651,6 +1651,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -1675,16 +1695,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -1705,16 +1715,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2183,7 +2183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2198,6 +2198,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2222,16 +2242,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2252,16 +2262,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2336,7 +2336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2360,7 +2360,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2384,7 +2384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2399,6 +2399,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2423,16 +2443,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2453,16 +2463,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2537,7 +2537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2552,6 +2552,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2576,16 +2596,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2606,16 +2616,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2716,7 +2716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2734,7 +2734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2752,7 +2752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2767,6 +2767,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2791,16 +2811,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2821,16 +2831,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2894,7 +2894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2918,7 +2918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2942,7 +2942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2958,28 +2958,14 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", + "Name": "HasFlag", "Parameters": [ { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { "Name": "CompareTo", @@ -2991,12 +2977,26 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ { "Name": "format", "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], "ReturnType": "System.String" @@ -3005,21 +3005,21 @@ "Name": "ToString", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "format", + "Type": "System.String" } ], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "ToString", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { "Name": "GetTypeCode", @@ -3121,7 +3121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3139,7 +3139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3157,7 +3157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3175,7 +3175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3190,6 +3190,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -3214,16 +3234,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -3244,16 +3254,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -3317,7 +3317,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3341,7 +3341,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3365,7 +3365,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3389,7 +3389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3404,6 +3404,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -3428,16 +3448,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -3458,16 +3468,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -3542,7 +3542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3566,7 +3566,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3590,7 +3590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3605,6 +3605,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -3629,16 +3649,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -3659,16 +3669,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -3763,6 +3763,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -3777,11 +3782,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3824,7 +3824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3878,7 +3878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3992,7 +3992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4069,7 +4069,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4087,7 +4087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4127,7 +4127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4145,7 +4145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4163,7 +4163,43 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CertificatePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CertificatePassword", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4181,7 +4217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4196,6 +4232,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -4220,16 +4276,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -4250,16 +4296,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -4373,7 +4409,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4397,7 +4433,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4421,7 +4457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4436,6 +4472,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -4461,17 +4517,7 @@ "ReturnType": "System.String" }, { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", + "Name": "ToString", "Parameters": [ { "Name": "format", @@ -4490,16 +4536,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -4574,7 +4610,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4598,7 +4634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4776,7 +4812,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4800,7 +4836,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4824,7 +4860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4839,6 +4875,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -4863,16 +4919,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -4893,16 +4939,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -4977,7 +5013,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5155,7 +5191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5179,7 +5215,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5203,7 +5239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5218,6 +5254,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -5242,16 +5298,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -5272,16 +5318,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -5404,7 +5440,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5532,7 +5568,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5606,7 +5642,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5630,7 +5666,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5654,7 +5690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5669,6 +5705,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -5693,16 +5749,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -5723,16 +5769,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -5798,15 +5834,12 @@ ] }, { - "Name": "UserWithSubscriptionId", + "Name": "ServicePrincipalCertificateFileWithSubscriptionId", "Parameters": [ { "ParameterMetadata": { - "Name": "Tenant", - "AliasList": [ - "Domain", - "TenantId" - ], + "Name": "ApplicationId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -5820,7 +5853,31 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServicePrincipal", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -5829,10 +5886,10 @@ }, { "ParameterMetadata": { - "Name": "Subscription", + "Name": "Tenant", "AliasList": [ - "SubscriptionName", - "SubscriptionId" + "Domain", + "TenantId" ], "Type": { "Namespace": "System", @@ -5849,16 +5906,17 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthScope", + "Name": "Subscription", "AliasList": [ - "AuthScopeTypeName" + "SubscriptionName", + "SubscriptionId" ], "Type": { "Namespace": "System", @@ -5873,11 +5931,11 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -5906,16 +5964,60 @@ }, { "ParameterMetadata": { - "Name": "UseDeviceAuthentication", - "AliasList": [ - "DeviceCode", - "DeviceAuth", - "Device" - ], + "Name": "SendCertificateChain", + "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CertificatePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CertificatePassword", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5989,7 +6091,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6013,7 +6115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6037,7 +6139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6053,28 +6155,14 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", + "Name": "HasFlag", "Parameters": [ { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { "Name": "CompareTo", @@ -6086,6 +6174,30 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -6106,6 +6218,325 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UserWithSubscriptionId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Tenant", + "AliasList": [ + "Domain", + "TenantId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Subscription", + "AliasList": [ + "SubscriptionName", + "SubscriptionId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthScope", + "AliasList": [ + "AuthScopeTypeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxContextPopulation", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": -1, + "ValidateRangeMax": 2147483647, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UseDeviceAuthentication", + "AliasList": [ + "DeviceCode", + "DeviceAuth", + "Device" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Environment", + "AliasList": [ + "EnvironmentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ContextName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkipContextPopulation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Profile.Common", + "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "HasFlag", "Parameters": [ @@ -6116,6 +6547,60 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, { "Name": "GetTypeCode", "Parameters": [], @@ -6340,7 +6825,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6438,7 +6923,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6462,7 +6947,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6486,7 +6971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6501,6 +6986,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -6525,16 +7030,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -6555,16 +7050,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -6693,7 +7178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6844,7 +7329,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6868,7 +7353,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6892,7 +7377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6907,6 +7392,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -6931,16 +7436,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -6961,16 +7456,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -7055,7 +7540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -7067,6 +7552,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7086,11 +7576,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7113,21 +7598,41 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "flag", + "Type": "System.Enum" } ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -7152,16 +7657,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -7182,16 +7677,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -7255,7 +7740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7270,6 +7755,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -7294,16 +7799,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -7324,16 +7819,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -7598,7 +8083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7707,7 +8192,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7801,6 +8286,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -7815,11 +8305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7941,6 +8426,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -7955,11 +8445,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8015,6 +8500,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8034,11 +8524,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8098,7 +8583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8113,6 +8598,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -8137,16 +8642,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -8167,16 +8662,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -8267,7 +8752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8282,6 +8767,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -8306,16 +8811,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -8336,16 +8831,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -8471,7 +8956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8486,6 +8971,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -8510,16 +9015,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -8540,16 +9035,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -8643,6 +9128,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -8657,11 +9147,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8709,20 +9194,40 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -8748,16 +9253,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -8778,16 +9273,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -8876,6 +9361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8895,11 +9385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8947,7 +9432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8962,6 +9447,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -8986,16 +9491,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -9016,16 +9511,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -9124,7 +9609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9139,6 +9624,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -9163,16 +9668,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -9193,16 +9688,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -9277,7 +9762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9292,6 +9777,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -9316,16 +9821,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -9346,16 +9841,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -9440,7 +9925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -9452,6 +9937,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9471,11 +9961,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9498,7 +9983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9513,6 +9998,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -9537,16 +10042,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -9567,16 +10062,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -9640,7 +10125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9655,6 +10140,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -9679,16 +10184,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -9709,16 +10204,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -9969,7 +10454,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10079,7 +10564,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10154,7 +10639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpiresOn": "System.DateTimeOffset", "Token": "System.String", @@ -10165,6 +10650,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10184,11 +10674,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10583,6 +11068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10602,11 +11092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10649,7 +11134,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10667,7 +11152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10742,7 +11227,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10766,7 +11251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10953,7 +11438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication", "Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -10965,6 +11450,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10984,11 +11474,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11011,7 +11496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11026,6 +11511,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -11050,16 +11555,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -11080,16 +11575,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -11153,7 +11638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11168,6 +11653,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -11192,16 +11697,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -11222,16 +11717,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -11313,7 +11798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -11324,6 +11809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11343,11 +11833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11370,7 +11855,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11427,7 +11912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11816,6 +12301,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -11830,11 +12320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11931,7 +12416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12036,7 +12521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12152,7 +12637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12220,7 +12705,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12312,6 +12797,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -12326,11 +12816,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12526,6 +13011,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -12540,11 +13030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12857,6 +13342,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -12871,11 +13361,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12939,7 +13424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12954,6 +13439,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -12978,16 +13483,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -13008,16 +13503,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -13371,6 +13856,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -13385,11 +13875,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13441,7 +13926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13456,6 +13941,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -13480,16 +13985,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -13510,16 +14005,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -13618,20 +14103,40 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -13657,16 +14162,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -13687,16 +14182,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -13771,7 +14256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13786,6 +14271,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -13810,16 +14315,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -13840,16 +14335,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -13931,7 +14416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Int32", "Headers": "System.Net.Http.Headers.HttpResponseHeaders", @@ -13942,6 +14427,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13961,11 +14451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14161,7 +14646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14416,7 +14901,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14562,7 +15047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14684,7 +15169,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14747,6 +15232,36 @@ "Invoke-AzRest" ] }, + { + "VerbName": "Open", + "NounName": "AzSurveyLink", + "Name": "Open-AzSurveyLink", + "ClassName": "Microsoft.Azure.Commands.Profile.Survey.OpenAzSurveyLinkCmdlet", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [], + "ParameterSets": [], + "AliasList": [] + }, { "VerbName": "Register", "NounName": "AzModule", @@ -14761,13 +15276,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common", "Name": "Microsoft.Azure.Commands.Common.VTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14787,11 +15307,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14839,6 +15354,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14858,11 +15378,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14919,6 +15434,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14938,11 +15458,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14984,7 +15499,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15002,7 +15517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15020,7 +15535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15035,6 +15550,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -15059,16 +15594,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -15089,16 +15614,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -15194,6 +15709,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15213,11 +15733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15265,7 +15780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15289,7 +15804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15313,7 +15828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15328,6 +15843,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -15352,16 +15887,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -15382,16 +15907,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -15466,7 +15981,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15490,7 +16005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15514,7 +16029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15529,6 +16044,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -15551,17 +16086,7 @@ "Type": "System.IFormatProvider" } ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { "Name": "ToString", @@ -15583,16 +16108,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -15691,7 +16206,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15715,7 +16230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15739,7 +16254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15754,6 +16269,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -15778,16 +16313,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -15808,16 +16333,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -16023,7 +16538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16038,6 +16553,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -16062,16 +16597,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -16092,16 +16617,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -16189,7 +16704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16204,6 +16719,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -16228,16 +16763,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -16258,16 +16783,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -16363,6 +16878,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16382,11 +16902,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16443,6 +16958,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16462,11 +16982,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16508,7 +17023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16526,7 +17041,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16544,7 +17059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16559,6 +17074,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -16583,16 +17118,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -16613,16 +17138,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -16736,6 +17251,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16755,11 +17275,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16807,7 +17322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16831,7 +17346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16855,7 +17370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16870,6 +17385,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -16894,16 +17429,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -16924,16 +17449,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -17032,7 +17547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17056,7 +17571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17080,20 +17595,40 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -17119,16 +17654,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -17149,16 +17674,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -17281,7 +17796,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17305,7 +17820,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17329,7 +17844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17344,6 +17859,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -17368,16 +17903,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -17398,16 +17923,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -17513,7 +18028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorCategory": "System.Management.Automation.ErrorCategoryInfo", "ErrorDetails": "System.Management.Automation.ErrorDetails", @@ -17523,6 +18038,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17542,11 +18062,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17570,7 +18085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerException": "System.Boolean", "Exception": "System.Exception", @@ -17585,6 +18100,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17604,11 +18124,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17640,7 +18155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", "ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", @@ -17659,6 +18174,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17678,11 +18198,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17736,7 +18251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.ErrorRecord[]", - "AssemblyQualifiedName": "System.Management.Automation.ErrorRecord[], System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.ErrorRecord[], System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "System.Management.Automation.ErrorRecord", "GenericTypeArguments": [], @@ -17754,7 +18269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17811,7 +18326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.ErrorRecord[]", - "AssemblyQualifiedName": "System.Management.Automation.ErrorRecord[], System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.ErrorRecord[], System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "System.Management.Automation.ErrorRecord", "GenericTypeArguments": [], @@ -17879,7 +18394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18013,6 +18528,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -18027,11 +18547,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18342,6 +18857,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -18356,11 +18876,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18424,7 +18939,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18769,6 +19284,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -18783,11 +19303,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18863,7 +19378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18954,6 +19469,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18973,11 +19493,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19034,6 +19549,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19053,11 +19573,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19099,7 +19614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19114,6 +19629,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19138,16 +19673,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19168,16 +19693,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19273,6 +19788,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19292,11 +19812,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19344,7 +19859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19359,6 +19874,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19383,16 +19918,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19413,16 +19938,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19497,20 +20012,40 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -19536,16 +20071,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19566,16 +20091,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19674,7 +20189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19689,6 +20204,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19713,16 +20248,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19743,16 +20268,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19957,6 +20472,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19976,11 +20496,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20037,6 +20552,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20056,11 +20576,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20119,6 +20634,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -20133,11 +20653,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20211,6 +20726,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -20225,11 +20745,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20352,7 +20867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20370,7 +20885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20385,6 +20900,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -20409,16 +20944,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -20439,16 +20964,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -20526,6 +21041,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20545,11 +21065,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20648,7 +21163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20672,7 +21187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20687,6 +21202,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -20711,16 +21246,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -20741,16 +21266,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -20842,6 +21357,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -20856,11 +21376,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20959,7 +21474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20983,7 +21498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20998,6 +21513,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21022,16 +21557,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21052,16 +21577,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21168,6 +21683,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -21182,11 +21702,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21285,7 +21800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21309,7 +21824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21324,6 +21839,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21348,16 +21883,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21378,16 +21903,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21567,7 +22082,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21591,7 +22106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21606,6 +22121,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21630,16 +22165,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21660,16 +22185,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21822,7 +22337,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21846,7 +22361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21861,6 +22376,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21885,16 +22420,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21915,16 +22440,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -22050,7 +22565,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22074,7 +22589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22089,6 +22604,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -22113,16 +22648,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -22143,16 +22668,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -22236,7 +22751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -22247,6 +22762,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22266,11 +22786,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22311,7 +22826,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22329,7 +22844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22344,6 +22859,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -22368,16 +22903,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -22398,16 +22923,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -22495,7 +23010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22519,7 +23034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22534,6 +23049,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -22558,16 +23093,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -22582,21 +23107,11 @@ "Name": "ToString", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { "Name": "GetTypeCode", @@ -22672,7 +23187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22696,7 +23211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22711,6 +23226,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -22735,16 +23270,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -22765,16 +23290,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -23290,7 +23805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23551,7 +24066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23566,6 +24081,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -23590,16 +24125,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -23620,16 +24145,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -23963,7 +24478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23978,6 +24493,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24002,16 +24537,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24032,16 +24557,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -24496,7 +25011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24865,7 +25380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24880,6 +25395,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24904,16 +25439,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24934,16 +25459,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -25412,7 +25927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25427,6 +25942,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -25451,16 +25986,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -25481,16 +26006,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -25591,7 +26106,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25648,7 +26163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26079,6 +26594,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26098,11 +26618,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26268,7 +26783,7 @@ "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26292,6 +26807,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -26306,11 +26826,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26668,6 +27183,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -26682,11 +27202,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26724,7 +27239,7 @@ "System.Net.Http.Headers.HttpResponseHeaders": { "Namespace": "System.Net.Http.Headers", "Name": "System.Net.Http.Headers.HttpResponseHeaders", - "AssemblyQualifiedName": "System.Net.Http.Headers.HttpResponseHeaders, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.Http.Headers.HttpResponseHeaders, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26734,7 +27249,7 @@ "System.Management.Automation.ErrorCategoryInfo": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.ErrorCategoryInfo", - "AssemblyQualifiedName": "System.Management.Automation.ErrorCategoryInfo, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.ErrorCategoryInfo, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26744,7 +27259,7 @@ "System.Management.Automation.ErrorDetails": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.ErrorDetails", - "AssemblyQualifiedName": "System.Management.Automation.ErrorDetails, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.ErrorDetails, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26754,7 +27269,7 @@ "System.Management.Automation.InvocationInfo": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.InvocationInfo", - "AssemblyQualifiedName": "System.Management.Automation.InvocationInfo, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.InvocationInfo, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26774,7 +27289,7 @@ "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "Verb": "System.String", @@ -26789,6 +27304,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -26803,11 +27323,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26861,7 +27376,7 @@ "System.Uri": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26871,7 +27386,7 @@ "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "ResponseStatusCode": "System.String", @@ -26885,6 +27400,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -26899,11 +27419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26932,7 +27447,7 @@ "System.Management.Automation.ErrorRecord": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.ErrorRecord", - "AssemblyQualifiedName": "System.Management.Automation.ErrorRecord, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.ErrorRecord, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Blockchain.json b/tools/Tools.Common/SerializedCmdlets/Az.Blockchain.json index c5eb1e554a37..84b33f33f27e 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Blockchain.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Blockchain.json @@ -1,14 +1,12 @@ { - "ProcessedTypes": {}, "Cmdlets": [ { "VerbName": "Get", "NounName": "AzBlockchainConsortium", "Name": "Get-AzBlockchainConsortium", "ClassName": "Get-AzBlockchainConsortium", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -38,7 +36,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56,7 +54,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -77,7 +75,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95,7 +93,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149,7 +147,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167,7 +165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185,7 +183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -209,7 +207,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233,7 +231,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -260,7 +258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284,7 +282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -356,7 +354,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -380,7 +378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -404,7 +402,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432,8 +430,7 @@ "Name": "Get-AzBlockchainMember", "ClassName": "Get-AzBlockchainMember", "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "HasForceSwitch": true, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List1", "OutputTypes": [ @@ -479,7 +476,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -497,7 +494,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -515,7 +512,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -562,7 +559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -580,7 +577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -634,7 +631,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -652,7 +649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -670,7 +667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -696,7 +693,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -720,7 +717,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -744,7 +741,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -771,7 +768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -795,7 +792,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -867,7 +864,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -891,7 +888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -915,7 +912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -944,7 +941,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -968,7 +965,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -995,7 +992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1019,7 +1016,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1091,7 +1088,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1115,7 +1112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1139,7 +1136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1168,7 +1165,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -1195,7 +1192,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1219,7 +1216,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1291,7 +1288,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1315,7 +1312,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1339,7 +1336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1403,7 +1400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1427,7 +1424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1499,7 +1496,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1523,7 +1520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1547,7 +1544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1579,7 +1576,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1603,7 +1600,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1675,7 +1672,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1699,7 +1696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1723,7 +1720,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1750,9 +1747,8 @@ "NounName": "AzBlockchainMemberApiKey", "Name": "Get-AzBlockchainMemberApiKey", "ClassName": "Get-AzBlockchainMemberApiKey", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -1782,7 +1778,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1800,7 +1796,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1818,7 +1814,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -1839,7 +1835,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1857,7 +1853,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1911,7 +1907,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1929,7 +1925,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1947,7 +1943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1971,7 +1967,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1995,7 +1991,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2019,7 +2015,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -2046,7 +2042,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2070,7 +2066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2142,7 +2138,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2166,7 +2162,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2190,7 +2186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2218,8 +2214,7 @@ "Name": "Get-AzBlockchainMemberConsortiumMember", "ClassName": "Get-AzBlockchainMemberConsortiumMember", "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "HasForceSwitch": true, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -2254,7 +2249,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2272,7 +2267,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2290,7 +2285,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -2311,7 +2306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2329,7 +2324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2383,7 +2378,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2401,7 +2396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2419,7 +2414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2443,7 +2438,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2467,7 +2462,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2491,7 +2486,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -2518,7 +2513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2542,7 +2537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2614,7 +2609,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2638,7 +2633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2662,7 +2657,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2690,8 +2685,7 @@ "Name": "Get-AzBlockchainSku", "ClassName": "Get-AzBlockchainSku", "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "HasForceSwitch": true, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -2721,7 +2715,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -2742,7 +2736,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2760,7 +2754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2814,7 +2808,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2832,7 +2826,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2850,7 +2844,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2874,7 +2868,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -2901,7 +2895,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2925,7 +2919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2997,7 +2991,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3021,7 +3015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3045,7 +3039,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3073,8 +3067,7 @@ "Name": "Get-AzBlockchainTransactionNode", "ClassName": "Get-AzBlockchainTransactionNode", "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "HasForceSwitch": true, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -3109,7 +3102,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3129,7 +3122,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3147,7 +3140,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3165,7 +3158,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -3212,7 +3205,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3230,7 +3223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3284,7 +3277,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3302,7 +3295,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3320,7 +3313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3344,7 +3337,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3368,7 +3361,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3392,7 +3385,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -3419,7 +3412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3443,7 +3436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3515,7 +3508,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3539,7 +3532,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3563,7 +3556,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3592,7 +3585,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3618,7 +3611,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3642,7 +3635,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3666,7 +3659,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -3693,7 +3686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3717,7 +3710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3789,7 +3782,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3813,7 +3806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3837,7 +3830,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3901,7 +3894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3925,7 +3918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3997,7 +3990,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4021,7 +4014,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4045,7 +4038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4077,7 +4070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4101,7 +4094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4173,7 +4166,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4197,7 +4190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4221,7 +4214,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4248,9 +4241,8 @@ "NounName": "AzBlockchainTransactionNodeApiKey", "Name": "Get-AzBlockchainTransactionNodeApiKey", "ClassName": "Get-AzBlockchainTransactionNodeApiKey", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -4280,7 +4272,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4298,7 +4290,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4316,7 +4308,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4334,7 +4326,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -4355,7 +4347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4373,7 +4365,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4427,7 +4419,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4445,7 +4437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4463,7 +4455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4487,7 +4479,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4511,7 +4503,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4535,7 +4527,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4559,7 +4551,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -4586,7 +4578,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4610,7 +4602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4682,7 +4674,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4706,7 +4698,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4730,7 +4722,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4757,9 +4749,8 @@ "NounName": "AzBlockchainMember", "Name": "New-AzBlockchainMember", "ClassName": "New-AzBlockchainMember", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", "OutputTypes": [ @@ -4805,7 +4796,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4823,7 +4814,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4841,7 +4832,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4859,7 +4850,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4877,7 +4868,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4895,7 +4886,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4913,7 +4904,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4949,7 +4940,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4967,7 +4958,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5065,7 +5056,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5083,7 +5074,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5101,7 +5092,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5119,7 +5110,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5140,7 +5131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5158,7 +5149,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5176,7 +5167,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5230,7 +5221,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5248,7 +5239,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5266,7 +5257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5284,7 +5275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5310,7 +5301,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5334,7 +5325,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5358,7 +5349,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5382,7 +5373,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5406,7 +5397,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5430,7 +5421,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5454,7 +5445,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5502,7 +5493,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5526,7 +5517,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5636,7 +5627,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5660,7 +5651,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5684,7 +5675,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5708,7 +5699,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5735,7 +5726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5759,7 +5750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5783,7 +5774,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5855,7 +5846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5879,7 +5870,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5903,7 +5894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5927,7 +5918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5954,9 +5945,8 @@ "NounName": "AzBlockchainMemberApiKey", "Name": "New-AzBlockchainMemberApiKey", "ClassName": "New-AzBlockchainMemberApiKey", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "RegenerateExpanded", "OutputTypes": [ @@ -5986,7 +5976,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6004,7 +5994,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6022,7 +6012,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6066,7 +6056,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6084,7 +6074,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6105,7 +6095,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6123,7 +6113,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6177,7 +6167,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6195,7 +6185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6213,7 +6203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6237,7 +6227,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6261,7 +6251,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6285,7 +6275,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6309,7 +6299,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6333,7 +6323,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6360,7 +6350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6384,7 +6374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6456,7 +6446,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6480,7 +6470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6504,7 +6494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6565,7 +6555,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6589,7 +6579,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6616,7 +6606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6640,7 +6630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6712,7 +6702,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6736,7 +6726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6760,7 +6750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6789,7 +6779,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6813,7 +6803,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6840,7 +6830,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6864,7 +6854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6936,7 +6926,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6960,7 +6950,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6984,7 +6974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7011,9 +7001,8 @@ "NounName": "AzBlockchainTransactionNode", "Name": "New-AzBlockchainTransactionNode", "ClassName": "New-AzBlockchainTransactionNode", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", "OutputTypes": [ @@ -7048,7 +7037,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7068,7 +7057,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7086,7 +7075,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7104,7 +7093,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7140,7 +7129,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7158,7 +7147,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7179,7 +7168,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7197,7 +7186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7215,7 +7204,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7269,7 +7258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7287,7 +7276,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7305,7 +7294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7323,7 +7312,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7347,7 +7336,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7373,7 +7362,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7397,7 +7386,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7421,7 +7410,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7469,7 +7458,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7493,7 +7482,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7520,7 +7509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7544,7 +7533,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7568,7 +7557,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7640,7 +7629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7664,7 +7653,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7688,7 +7677,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7712,7 +7701,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7739,9 +7728,8 @@ "NounName": "AzBlockchainTransactionNodeApiKey", "Name": "New-AzBlockchainTransactionNodeApiKey", "ClassName": "New-AzBlockchainTransactionNodeApiKey", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "RegenerateExpanded", "OutputTypes": [ @@ -7771,7 +7759,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7789,7 +7777,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7807,7 +7795,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7825,7 +7813,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7869,7 +7857,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7887,7 +7875,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7908,7 +7896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7926,7 +7914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7980,7 +7968,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7998,7 +7986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8016,7 +8004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8040,7 +8028,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8064,7 +8052,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8088,7 +8076,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8112,7 +8100,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8136,7 +8124,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8160,7 +8148,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8187,7 +8175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8211,7 +8199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8283,7 +8271,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8307,7 +8295,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8331,7 +8319,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8392,7 +8380,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8416,7 +8404,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8443,7 +8431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8467,7 +8455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8539,7 +8527,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8563,7 +8551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8587,7 +8575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8616,7 +8604,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8640,7 +8628,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8667,7 +8655,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8691,7 +8679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8763,7 +8751,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8787,7 +8775,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8811,7 +8799,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8838,9 +8826,8 @@ "NounName": "AzBlockchainMember", "Name": "Remove-AzBlockchainMember", "ClassName": "Remove-AzBlockchainMember", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "Delete", "OutputTypes": [ @@ -8848,7 +8835,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8869,7 +8856,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8887,7 +8874,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8905,7 +8892,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8952,7 +8939,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8970,7 +8957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8988,7 +8975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9042,7 +9029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9060,7 +9047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9078,7 +9065,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9096,7 +9083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9114,7 +9101,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9140,7 +9127,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9164,7 +9151,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9188,7 +9175,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9215,7 +9202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9239,7 +9226,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9263,7 +9250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9335,7 +9322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9359,7 +9346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9383,7 +9370,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9407,7 +9394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9431,7 +9418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9495,7 +9482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9519,7 +9506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9543,7 +9530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9615,7 +9602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9639,7 +9626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9663,7 +9650,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9687,7 +9674,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9711,7 +9698,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9743,7 +9730,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9767,7 +9754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9791,7 +9778,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9863,7 +9850,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9887,7 +9874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9911,7 +9898,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9935,7 +9922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9959,7 +9946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9986,9 +9973,8 @@ "NounName": "AzBlockchainTransactionNode", "Name": "Remove-AzBlockchainTransactionNode", "ClassName": "Remove-AzBlockchainTransactionNode", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "Delete", "OutputTypes": [ @@ -9996,7 +9982,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10015,7 +10001,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10035,7 +10021,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10053,7 +10039,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10071,7 +10057,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10118,7 +10104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10136,7 +10122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10154,7 +10140,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10208,7 +10194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10226,7 +10212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10244,7 +10230,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10262,7 +10248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10280,7 +10266,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10304,7 +10290,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10330,7 +10316,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10354,7 +10340,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10378,7 +10364,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10405,7 +10391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10429,7 +10415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10453,7 +10439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10525,7 +10511,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10549,7 +10535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10573,7 +10559,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10597,7 +10583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10621,7 +10607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10685,7 +10671,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10709,7 +10695,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10733,7 +10719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10805,7 +10791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10829,7 +10815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10853,7 +10839,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10877,7 +10863,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10901,7 +10887,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10933,7 +10919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10957,7 +10943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10981,7 +10967,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11053,7 +11039,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11077,7 +11063,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11101,7 +11087,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11125,7 +11111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11149,7 +11135,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11176,9 +11162,8 @@ "NounName": "AzBlockchainLocationNameAvailability", "Name": "Test-AzBlockchainLocationNameAvailability", "ClassName": "Test-AzBlockchainLocationNameAvailability", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "CheckExpanded", "OutputTypes": [ @@ -11209,7 +11194,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11227,7 +11212,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11245,7 +11230,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11263,7 +11248,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11284,7 +11269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11302,7 +11287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11356,7 +11341,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11374,7 +11359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11392,7 +11377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11416,7 +11401,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11440,7 +11425,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11464,7 +11449,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11488,7 +11473,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11515,7 +11500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11539,7 +11524,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11611,7 +11596,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11635,7 +11620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11659,7 +11644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11686,9 +11671,8 @@ "NounName": "AzBlockchainMember", "Name": "Update-AzBlockchainMember", "ClassName": "Update-AzBlockchainMember", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ @@ -11734,7 +11718,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11752,7 +11736,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11770,7 +11754,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11814,7 +11798,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11850,7 +11834,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11868,7 +11852,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11889,7 +11873,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11907,7 +11891,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11961,7 +11945,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11979,7 +11963,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11997,7 +11981,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12023,7 +12007,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12047,7 +12031,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12071,7 +12055,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12095,7 +12079,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12143,7 +12127,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12167,7 +12151,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12194,7 +12178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12218,7 +12202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12290,7 +12274,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12314,7 +12298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12338,7 +12322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12399,7 +12383,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12447,7 +12431,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12471,7 +12455,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12498,7 +12482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12522,7 +12506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12594,7 +12578,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12618,7 +12602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12642,7 +12626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12671,7 +12655,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12719,7 +12703,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12743,7 +12727,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12770,7 +12754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12794,7 +12778,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12866,7 +12850,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12890,7 +12874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12914,7 +12898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12941,9 +12925,8 @@ "NounName": "AzBlockchainTransactionNode", "Name": "Update-AzBlockchainTransactionNode", "ClassName": "Update-AzBlockchainTransactionNode", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", "OutputTypes": [ @@ -12978,7 +12961,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12998,7 +12981,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13016,7 +12999,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13034,7 +13017,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13096,7 +13079,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13117,7 +13100,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13135,7 +13118,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13189,7 +13172,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13207,7 +13190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13225,7 +13208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13249,7 +13232,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13275,7 +13258,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13299,7 +13282,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13323,7 +13306,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13371,7 +13354,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13398,7 +13381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13422,7 +13405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13494,7 +13477,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13518,7 +13501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13542,7 +13525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13627,7 +13610,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13654,7 +13637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13678,7 +13661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13750,7 +13733,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13774,7 +13757,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13798,7 +13781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13851,7 +13834,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13878,7 +13861,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13902,7 +13885,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13974,7 +13957,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13998,7 +13981,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14022,7 +14005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14189,7 +14172,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.BlockchainProtocol]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.BlockchainProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.BlockchainProtocol, Az.Blockchain.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.BlockchainProtocol, Az.Blockchain.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14273,7 +14256,7 @@ "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14285,7 +14268,7 @@ "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14295,7 +14278,7 @@ "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14447,7 +14430,7 @@ "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14457,7 +14440,7 @@ "System.Reflection.MethodInfo": { "Namespace": "System.Reflection", "Name": "System.Reflection.MethodInfo", - "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14467,7 +14450,7 @@ "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14479,7 +14462,7 @@ "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14489,7 +14472,7 @@ "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14499,7 +14482,7 @@ "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14509,7 +14492,7 @@ "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", - "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Delegate", "GenericTypeArguments": [], @@ -14519,7 +14502,7 @@ "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14553,7 +14536,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.BlockchainMemberProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.BlockchainMemberProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.BlockchainMemberProvisioningState, Az.Blockchain.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.BlockchainMemberProvisioningState, Az.Blockchain.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14637,7 +14620,7 @@ "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14649,7 +14632,7 @@ "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14661,7 +14644,7 @@ "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14696,7 +14679,7 @@ "System.String[]": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -14706,7 +14689,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.NodeProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.NodeProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.NodeProvisioningState, Az.Blockchain.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.NodeProvisioningState, Az.Blockchain.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14790,7 +14773,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.NameAvailabilityReason]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.NameAvailabilityReason]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.NameAvailabilityReason, Az.Blockchain.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Support.NameAvailabilityReason, Az.Blockchain.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14874,7 +14857,7 @@ "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14884,4 +14867,4 @@ "Constructors": [] } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json index f6a869168cf5..af400c0a123c 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -31,6 +31,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50,11 +55,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77,7 +77,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -94,6 +94,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113,11 +118,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -175,7 +175,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -324,7 +324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -341,6 +341,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -360,11 +365,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -440,7 +440,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -637,7 +637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalFilePath": "System.IO.FileInfo", "DestinationUri": "System.Uri" @@ -645,6 +645,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -664,11 +669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -711,7 +711,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -731,7 +731,7 @@ "Type": { "Namespace": "System.IO", "Name": "System.IO.FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -773,7 +773,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -793,7 +793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -811,7 +811,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -894,7 +894,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -920,7 +920,7 @@ "Type": { "Namespace": "System.IO", "Name": "System.IO.FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -974,7 +974,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -998,7 +998,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1068,7 +1068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1118,7 +1118,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1144,7 +1144,7 @@ "Type": { "Namespace": "System.IO", "Name": "System.IO.FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1198,7 +1198,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1222,7 +1222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1297,7 +1297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -1337,6 +1337,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1356,11 +1361,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1385,7 +1385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -1425,6 +1425,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1444,11 +1449,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1488,7 +1488,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1549,7 +1549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -1589,6 +1589,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1608,11 +1613,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1664,7 +1664,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1741,7 +1741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -1781,6 +1781,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1800,11 +1805,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1823,7 +1823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -1855,6 +1855,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1874,11 +1879,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1903,7 +1903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -1943,6 +1943,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1962,11 +1967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2024,7 +2024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2039,6 +2039,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2063,16 +2083,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2093,16 +2103,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2259,7 +2259,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2271,6 +2271,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -2318,7 +2336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -2358,6 +2376,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2377,11 +2400,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2483,7 +2501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2498,6 +2516,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2522,16 +2560,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2552,16 +2580,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2685,6 +2703,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -2738,7 +2780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -2778,6 +2820,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2797,11 +2844,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2901,7 +2943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2925,7 +2967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2940,6 +2982,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2964,16 +3026,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2994,16 +3046,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -3127,6 +3169,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3178,7 +3244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3193,6 +3259,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -3217,16 +3303,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -3247,16 +3323,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -3380,6 +3446,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3438,7 +3528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -3478,6 +3568,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3497,11 +3592,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3526,7 +3616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -3566,6 +3656,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3585,11 +3680,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3652,7 +3742,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3664,6 +3754,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -3711,7 +3819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -3751,6 +3859,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3770,11 +3883,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3829,7 +3937,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3846,6 +3954,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3899,7 +4031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -3939,6 +4071,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3958,11 +4095,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4009,6 +4141,30 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4053,6 +4209,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4111,7 +4291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -4151,6 +4331,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4170,11 +4355,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4199,7 +4379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -4239,6 +4419,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4258,11 +4443,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4381,7 +4561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -4421,6 +4601,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4440,11 +4625,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4597,7 +4777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4629,6 +4809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4648,11 +4833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4675,7 +4855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4707,6 +4887,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4726,11 +4911,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4752,7 +4932,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -4772,7 +4952,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -4792,7 +4972,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -4869,7 +5049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -4901,6 +5081,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4920,11 +5105,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4952,7 +5132,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -4978,7 +5158,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5004,7 +5184,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5105,7 +5285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5137,6 +5317,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5156,11 +5341,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5183,7 +5363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5215,6 +5395,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5234,11 +5419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5296,7 +5476,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5316,7 +5496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5481,7 +5661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5513,6 +5693,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5532,11 +5717,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5612,7 +5792,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5638,7 +5818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5857,7 +6037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5889,6 +6069,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5908,11 +6093,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5935,7 +6115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -5967,6 +6147,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5986,11 +6171,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6107,7 +6287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6164,7 +6344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6196,6 +6376,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6215,11 +6400,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6372,7 +6552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6447,7 +6627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6479,6 +6659,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6498,11 +6683,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6525,7 +6705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6557,6 +6737,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6576,11 +6761,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6825,7 +7005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -6857,6 +7037,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6876,11 +7061,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7203,7 +7383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -7243,6 +7423,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7262,11 +7447,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7291,7 +7471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -7331,6 +7511,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7350,11 +7535,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7453,7 +7633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -7493,6 +7673,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7512,11 +7697,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7643,7 +7823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7675,6 +7855,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7694,11 +7879,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7721,7 +7901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -7753,6 +7933,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7772,11 +7957,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7854,7 +8034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", "GenericTypeArguments": [], @@ -7872,7 +8052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7890,7 +8070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7940,6 +8120,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "NetworkApiVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -7985,7 +8183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8017,6 +8215,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8036,11 +8239,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8142,7 +8340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", "GenericTypeArguments": [], @@ -8166,7 +8364,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8190,7 +8388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8257,6 +8455,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NetworkApiVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8315,7 +8537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8347,6 +8569,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8366,11 +8593,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8393,7 +8615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8425,6 +8647,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8444,11 +8671,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8488,7 +8710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", "GenericTypeArguments": [], @@ -8545,7 +8767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8577,6 +8799,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8596,11 +8823,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8652,7 +8874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", "GenericTypeArguments": [], @@ -8727,7 +8949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8759,6 +8981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8778,11 +9005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8805,7 +9027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8837,6 +9059,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8856,11 +9083,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8957,7 +9179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -8989,6 +9211,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9008,11 +9235,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9139,7 +9361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -9171,6 +9393,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9190,11 +9417,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9217,7 +9439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -9249,6 +9471,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9268,11 +9495,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9384,7 +9606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9399,6 +9621,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -9423,16 +9665,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -9453,16 +9685,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -9505,7 +9727,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9562,7 +9784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -9594,6 +9816,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9613,11 +9840,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9765,7 +9987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9780,6 +10002,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -9804,16 +10046,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -9834,16 +10066,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -9898,7 +10120,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9973,7 +10195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -10005,6 +10227,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10024,11 +10251,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10051,7 +10273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -10083,6 +10305,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10102,11 +10329,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10128,7 +10350,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10205,7 +10427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -10237,6 +10459,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10256,11 +10483,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10288,7 +10510,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10389,7 +10611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -10400,6 +10622,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10419,11 +10646,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10484,7 +10706,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10591,7 +10813,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10659,7 +10881,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10734,7 +10956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -10744,6 +10966,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10763,11 +10990,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10891,7 +11113,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10909,7 +11131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11133,7 +11355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11157,7 +11379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11280,7 +11502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -11312,6 +11534,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11331,11 +11558,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11436,7 +11658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11454,7 +11676,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11472,7 +11694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11631,7 +11853,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11655,7 +11877,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11679,7 +11901,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11754,7 +11976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -11766,6 +11988,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11785,11 +12012,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11884,7 +12106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11899,6 +12121,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -11923,16 +12165,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -11953,16 +12185,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -11987,7 +12209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12005,7 +12227,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12023,7 +12245,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12041,7 +12263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12059,7 +12281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12077,7 +12299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12095,7 +12317,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12248,7 +12470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12263,6 +12485,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -12287,16 +12529,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -12317,16 +12549,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -12357,7 +12579,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12381,7 +12603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12405,7 +12627,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12429,7 +12651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12453,7 +12675,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12477,7 +12699,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12501,7 +12723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12569,7 +12791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12593,7 +12815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12668,7 +12890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -12680,6 +12902,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12699,11 +12926,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12798,7 +13020,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12816,7 +13038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12834,7 +13056,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12852,7 +13074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12870,7 +13092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12888,7 +13110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12906,7 +13128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13059,7 +13281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13083,7 +13305,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13107,7 +13329,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13131,7 +13353,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13155,7 +13377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13179,7 +13401,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13203,7 +13425,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13271,7 +13493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13295,7 +13517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13370,7 +13592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13393,6 +13615,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13412,11 +13639,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13619,7 +13841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", @@ -13638,6 +13860,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13657,11 +13884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13816,7 +14038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -13854,6 +14076,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13873,11 +14100,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14122,7 +14344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", @@ -14136,6 +14358,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14155,11 +14382,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14490,7 +14712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -14507,6 +14729,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14526,11 +14753,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14972,7 +15194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14987,6 +15209,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15006,11 +15233,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15341,7 +15563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -15366,6 +15588,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15385,11 +15612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15762,7 +15984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -15778,6 +16000,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15797,11 +16024,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15916,7 +16138,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16071,7 +16293,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16163,7 +16385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16231,7 +16453,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16306,7 +16528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -16327,6 +16549,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16346,11 +16573,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16447,7 +16669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16578,7 +16800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16670,7 +16892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16738,7 +16960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16813,7 +17035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16830,6 +17052,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16849,11 +17076,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16914,7 +17136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17039,7 +17261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17226,7 +17448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -17243,6 +17465,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17262,11 +17489,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17553,7 +17775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17570,6 +17792,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17589,11 +17816,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17654,7 +17876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17779,7 +18001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17847,7 +18069,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17939,7 +18161,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18090,7 +18312,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18385,7 +18607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18511,7 +18733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -18539,6 +18761,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18558,11 +18785,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18795,124 +19017,495 @@ }, { "VerbName": "Get", - "NounName": "AzVM", - "Name": "Get-AzVM", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMCommand", - "SupportsShouldProcess": false, + "NounName": "AzSshKey", + "Name": "Get-AzSshKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureSshKey", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "DefaultParamSet", + "DefaultParameterSetName": "DefaultParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "StatusCode": "System.Net.HttpStatusCode", - "RequestId": "System.String", - "LicenseType": "System.String", - "FullyQualifiedDomainName": "System.String", - "Location": "System.String", - "Type": "System.String", "Name": "System.String", - "VmId": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", + "Location": "System.String", "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" + "publicKey": "System.String", + "Type": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", - "VMAgent": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView", - "VMHealth": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus", - "PatchStatus": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus", - "Disks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "PlatformFaultDomain": "System.Nullable`1[System.Int32]", - "PlatformUpdateDomain": "System.Nullable`1[System.Int32]", - "AssignedHost": "System.String", - "OsVersion": "System.String", - "OsName": "System.String", - "RemoteDesktopThumbprint": "System.String", - "ComputerName": "System.String", - "Name": "System.String", - "HyperVGeneration": "System.String", - "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "sshkeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "sshkeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIDParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzVM", + "Name": "Get-AzVM", + "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParamSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "StatusCode": "System.Net.HttpStatusCode", + "RequestId": "System.String", + "LicenseType": "System.String", + "FullyQualifiedDomainName": "System.String", + "Location": "System.String", + "Type": "System.String", + "Name": "System.String", + "VmId": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", + "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", + "VMAgent": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView", + "VMHealth": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus", + "PatchStatus": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus", + "Disks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", + "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", + "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", + "PlatformFaultDomain": "System.Nullable`1[System.Int32]", + "PlatformUpdateDomain": "System.Nullable`1[System.Int32]", + "AssignedHost": "System.String", + "OsVersion": "System.String", + "OsName": "System.String", + "RemoteDesktopThumbprint": "System.String", + "ComputerName": "System.String", + "Name": "System.String", + "HyperVGeneration": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18932,11 +19525,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19016,7 +19604,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19034,7 +19622,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19052,7 +19640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19067,6 +19655,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19091,16 +19699,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19121,16 +19719,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19245,7 +19833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19364,7 +19952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19379,6 +19967,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19403,16 +20011,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19433,16 +20031,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19473,7 +20061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19565,7 +20153,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19633,7 +20221,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19701,7 +20289,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19725,7 +20313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19800,7 +20388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -19825,6 +20413,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19844,11 +20437,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19934,7 +20522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20067,7 +20655,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20142,7 +20730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -20170,6 +20758,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20189,11 +20782,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20279,7 +20867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20412,7 +21000,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20487,7 +21075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -20510,6 +21098,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20529,11 +21122,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20614,7 +21202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20765,7 +21353,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20864,7 +21452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -20904,6 +21492,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20923,11 +21516,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20946,7 +21534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -20970,6 +21558,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20989,11 +21582,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21055,7 +21643,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21073,7 +21661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21243,7 +21831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21386,7 +21974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21536,7 +22124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -21559,6 +22147,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21578,11 +22171,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21663,7 +22251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21681,7 +22269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21699,7 +22287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21832,7 +22420,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21900,7 +22488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22000,7 +22588,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22068,7 +22656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22168,7 +22756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22243,7 +22831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -22267,6 +22855,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22286,11 +22879,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22376,7 +22964,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22509,7 +23097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22584,7 +23172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -22607,6 +23195,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22626,11 +23219,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22711,7 +23299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22844,7 +23432,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22919,7 +23507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", "Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -22952,6 +23540,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22971,11 +23564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23311,7 +23899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.DSC", "Name": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -23337,6 +23925,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23356,11 +23949,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23437,7 +24025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23455,7 +24043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -23495,6 +24083,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23514,11 +24107,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23651,7 +24239,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23719,7 +24307,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23787,7 +24375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -23827,6 +24415,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23846,11 +24439,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23878,7 +24466,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23953,7 +24541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -23977,6 +24565,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23996,11 +24589,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24077,7 +24665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -24117,6 +24705,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24136,11 +24729,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24317,7 +24905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -24357,6 +24945,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24376,11 +24969,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24503,7 +25091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -24526,6 +25114,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24545,11 +25138,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24630,7 +25218,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24648,7 +25236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -24688,6 +25276,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24707,11 +25300,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24866,7 +25454,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24934,7 +25522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25002,7 +25590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25042,6 +25630,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25061,11 +25654,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25093,7 +25681,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25185,7 +25773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25260,7 +25848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -25275,6 +25863,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25294,11 +25887,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25317,7 +25905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]", @@ -25337,6 +25925,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25356,11 +25949,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25683,7 +26271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -25696,6 +26284,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25715,11 +26308,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25916,7 +26504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -25932,6 +26520,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25951,11 +26544,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25974,7 +26562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", "OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", @@ -25999,6 +26587,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26018,11 +26611,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26707,7 +27295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Offer": "System.String", @@ -26720,6 +27308,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26739,11 +27332,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26982,7 +27570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -26994,6 +27582,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27013,11 +27606,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27172,7 +27760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Skus": "System.String", @@ -27186,6 +27774,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27205,11 +27798,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27490,7 +28078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", @@ -27503,6 +28091,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27522,11 +28115,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27767,7 +28355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MemoryInMB": "System.Int32", "NumberOfCores": "System.Int32", @@ -27781,6 +28369,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27800,11 +28393,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28241,7 +28829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -28264,6 +28852,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28283,11 +28876,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28526,7 +29114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -28558,6 +29146,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28577,11 +29170,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28642,7 +29230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28660,7 +29248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28811,7 +29399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28929,7 +29517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29054,7 +29642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", "EncryptionEnabled": "System.Boolean", @@ -29066,6 +29654,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29085,11 +29678,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29334,7 +29922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -29349,6 +29937,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29368,11 +29961,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29617,7 +30205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", "Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", @@ -29626,6 +30214,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29645,11 +30238,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29894,7 +30482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -29926,6 +30514,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29945,11 +30538,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30028,7 +30616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30277,7 +30865,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30396,7 +30984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", "DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", @@ -30408,6 +30996,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30427,11 +31020,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30718,7 +31306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", "StatusCode": "System.Net.HttpStatusCode", @@ -30730,6 +31318,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30749,11 +31342,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30908,13 +31496,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessSAS": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30934,11 +31527,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31035,7 +31623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31190,7 +31778,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31258,7 +31846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31333,13 +31921,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccessSAS": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31359,11 +31952,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31460,7 +32048,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31615,7 +32203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31683,7 +32271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31758,7 +32346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Patches": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]", @@ -31776,6 +32364,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31795,11 +32388,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31880,7 +32468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -31920,6 +32508,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31939,11 +32532,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31965,7 +32553,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31983,7 +32571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32073,7 +32661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32163,7 +32751,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32270,7 +32858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32342,7 +32930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32438,7 +33026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32556,7 +33144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32700,7 +33288,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32792,7 +33380,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32864,7 +33452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32960,7 +33548,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33052,7 +33640,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33196,7 +33784,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33266,7 +33854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33306,6 +33894,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33325,11 +33918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33357,7 +33945,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33429,7 +34017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33525,7 +34113,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33595,7 +34183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33635,6 +34223,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33654,11 +34247,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33686,7 +34274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33830,7 +34418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33946,7 +34534,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34021,7 +34609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Patches": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]", @@ -34035,6 +34623,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34054,11 +34647,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34137,7 +34725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34177,6 +34765,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34196,11 +34789,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34222,7 +34810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34327,7 +34915,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34419,7 +35007,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34489,7 +35077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34529,6 +35117,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34548,11 +35141,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34580,7 +35168,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34648,7 +35236,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34726,7 +35314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -34737,6 +35325,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34756,11 +35349,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34821,7 +35409,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34839,7 +35427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34946,7 +35534,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34970,7 +35558,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35038,7 +35626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35113,7 +35701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -35129,6 +35717,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35148,11 +35741,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35249,7 +35837,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35287,7 +35875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35327,6 +35915,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35346,11 +35939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35372,7 +35960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35527,7 +36115,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35551,7 +36139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35667,7 +36255,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35691,7 +36279,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35831,7 +36419,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35855,7 +36443,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35925,7 +36513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35965,6 +36553,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35984,11 +36577,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36064,7 +36652,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36088,7 +36676,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36163,7 +36751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -36179,6 +36767,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36198,11 +36791,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36317,7 +36905,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36353,7 +36941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -36385,6 +36973,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36404,11 +36997,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36430,7 +37018,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36609,7 +37197,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36633,7 +37221,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36749,7 +37337,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36773,7 +37361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36913,7 +37501,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36937,7 +37525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37005,7 +37593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -37037,6 +37625,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37056,11 +37649,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37136,7 +37724,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37160,7 +37748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37235,7 +37823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -37258,6 +37846,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37277,11 +37870,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37437,7 +38025,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37455,7 +38043,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37687,7 +38275,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37711,7 +38299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37786,7 +38374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -37824,6 +38412,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37843,11 +38436,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37908,7 +38496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -37946,6 +38534,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37965,11 +38558,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37991,7 +38579,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38098,7 +38686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -38136,6 +38724,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38155,11 +38748,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38187,7 +38775,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38255,7 +38843,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38330,7 +38918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", @@ -38344,6 +38932,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38363,11 +38956,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38446,7 +39034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38577,7 +39165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38652,7 +39240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -38690,6 +39278,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38709,11 +39302,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38792,7 +39380,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38992,7 +39580,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39046,7 +39634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -39059,6 +39647,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39078,11 +39671,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39118,7 +39706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -39131,6 +39719,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39150,11 +39743,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39264,7 +39852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -39277,6 +39865,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39296,11 +39889,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39336,7 +39924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -39349,6 +39937,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39368,11 +39961,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39613,7 +40201,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39879,7 +40467,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39951,7 +40539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -39964,6 +40552,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39983,11 +40576,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40029,7 +40617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -40042,6 +40630,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40061,11 +40654,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40205,7 +40793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -40218,6 +40806,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40237,11 +40830,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40283,7 +40871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -40296,6 +40884,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40315,11 +40908,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40534,7 +41122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -40551,6 +41139,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40570,11 +41163,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40637,7 +41225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -40654,6 +41242,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40673,11 +41266,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40699,7 +41287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40808,7 +41396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -40825,6 +41413,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40844,11 +41437,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40876,7 +41464,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40944,7 +41532,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41019,7 +41607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -41036,6 +41624,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41055,11 +41648,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41100,7 +41688,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41253,7 +41841,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41424,7 +42012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -41445,6 +42033,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41464,11 +42057,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41625,7 +42213,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41663,7 +42251,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41737,7 +42325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -41750,6 +42338,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41769,11 +42362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41809,7 +42397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -41822,6 +42410,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41841,11 +42434,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42152,7 +42740,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42202,7 +42790,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42300,7 +42888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -42313,6 +42901,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42332,11 +42925,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42378,7 +42966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -42391,6 +42979,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42410,11 +43003,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42581,7 +43169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -42596,6 +43184,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42615,11 +43208,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42680,7 +43268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42734,7 +43322,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42841,7 +43429,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42913,7 +43501,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42981,7 +43569,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43053,7 +43641,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43128,7 +43716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -43153,6 +43741,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43172,11 +43765,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43255,7 +43843,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43345,7 +43933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43360,6 +43948,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -43384,16 +43992,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -43414,16 +44012,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -43448,7 +44036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43463,6 +44051,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -43487,16 +44095,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -43517,16 +44115,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -43803,7 +44391,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43934,7 +44522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44054,7 +44642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44069,6 +44657,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -44093,16 +44701,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -44123,16 +44721,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -44163,7 +44751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44178,6 +44766,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -44202,16 +44810,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -44232,16 +44830,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -44608,7 +45196,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44676,7 +45264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44796,7 +45384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44811,6 +45399,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -44835,16 +45443,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -44865,16 +45463,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -44905,7 +45493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44920,6 +45508,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -44944,16 +45552,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -44974,16 +45572,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -45350,7 +45938,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45425,7 +46013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -45441,6 +46029,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45460,11 +46053,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45561,7 +46149,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45597,7 +46185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -45615,7 +46203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -45624,6 +46212,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45643,11 +46236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45705,7 +46293,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45777,7 +46365,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45795,7 +46383,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Collections.Hashtable", "GenericTypeArguments": [], @@ -45950,7 +46538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45998,7 +46586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -46022,7 +46610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -46031,6 +46619,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46050,11 +46643,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46124,7 +46712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46220,7 +46808,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46244,7 +46832,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Collections.Hashtable", "GenericTypeArguments": [], @@ -46312,7 +46900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46360,7 +46948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -46384,7 +46972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -46393,6 +46981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46412,11 +47005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46486,7 +47074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46582,7 +47170,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46606,7 +47194,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Collections.Hashtable", "GenericTypeArguments": [], @@ -46681,7 +47269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -46702,6 +47290,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46721,11 +47314,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46876,7 +47464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46891,6 +47479,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -46915,16 +47523,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -46945,16 +47543,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -46979,7 +47567,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46997,7 +47585,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47224,7 +47812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47239,6 +47827,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -47263,16 +47871,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -47293,16 +47891,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -47333,7 +47921,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47357,7 +47945,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47521,7 +48109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47536,6 +48124,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -47560,16 +48168,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -47590,16 +48188,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -47630,7 +48218,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47654,7 +48242,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47729,7 +48317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -47746,6 +48334,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47765,11 +48358,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47902,7 +48490,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47920,7 +48508,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48123,7 +48711,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48147,7 +48735,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48311,7 +48899,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48335,7 +48923,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48410,7 +48998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -48427,6 +49015,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48446,11 +49039,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48511,7 +49099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -48528,6 +49116,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48547,11 +49140,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48573,7 +49161,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48680,7 +49268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -48697,6 +49285,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48716,11 +49309,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48748,7 +49336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48816,7 +49404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48891,7 +49479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -48908,6 +49496,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48927,11 +49520,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48990,7 +49578,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49026,7 +49614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -49046,6 +49634,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49065,11 +49658,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49151,7 +49739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", "GenericTypeArguments": [], @@ -49169,7 +49757,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49274,7 +49862,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49322,7 +49910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -49342,6 +49930,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49361,11 +49954,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49459,7 +50047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", "GenericTypeArguments": [], @@ -49483,7 +50071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49558,7 +50146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -49575,6 +50163,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49594,11 +50187,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49695,7 +50283,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49713,7 +50301,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49868,7 +50456,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49892,7 +50480,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49967,7 +50555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -49995,6 +50583,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50014,11 +50607,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50079,7 +50667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -50107,6 +50695,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50126,11 +50719,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50152,7 +50740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50259,7 +50847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -50287,6 +50875,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50306,11 +50899,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50338,7 +50926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50406,7 +50994,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50481,7 +51069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -50509,6 +51097,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50528,11 +51121,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50575,7 +51163,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -50667,7 +51255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50685,7 +51273,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50739,7 +51327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -50752,6 +51340,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50771,11 +51364,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50867,7 +51455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -50880,6 +51468,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50899,11 +51492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50939,7 +51527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -50952,6 +51540,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50971,11 +51564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51148,7 +51736,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -51270,7 +51858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51294,7 +51882,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51366,7 +51954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -51379,6 +51967,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51398,11 +51991,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51518,7 +52106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -51531,6 +52119,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51550,11 +52143,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51596,7 +52184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -51609,6 +52197,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51628,11 +52221,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51821,7 +52409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -51833,6 +52421,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51852,11 +52445,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51899,7 +52487,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -51937,7 +52525,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51975,7 +52563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -51988,6 +52576,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52007,11 +52600,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52047,7 +52635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -52060,6 +52648,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52079,11 +52672,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52220,7 +52808,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -52270,7 +52858,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52320,7 +52908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -52333,6 +52921,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52352,11 +52945,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52398,7 +52986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -52411,6 +52999,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52430,11 +53023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52561,6 +53149,284 @@ ], "AliasList": [] }, + { + "VerbName": "New", + "NounName": "AzSshKey", + "Name": "New-AzSshKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureSshKey", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Location": "System.String", + "Id": "System.String", + "publicKey": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "sshkeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "sshkeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PublicKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "New", "NounName": "AzVM", @@ -52575,7 +53441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -52585,6 +53451,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52604,11 +53475,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52627,7 +53493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -52667,6 +53533,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52686,11 +53557,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52769,7 +53635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -52809,6 +53675,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52828,11 +53699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52872,7 +53738,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52890,7 +53756,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52944,7 +53810,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkInterfaceDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53165,7 +54049,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53219,7 +54103,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53255,7 +54139,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OSDiskDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53285,13 +54187,31 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "DataDiskDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "EnableUltraSSD", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53419,7 +54339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53544,7 +54464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -53584,6 +54504,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53603,11 +54528,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53659,7 +54579,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53683,7 +54603,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53755,7 +54675,55 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OSDiskDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataDiskDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53919,7 +54887,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53936,6 +54904,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NetworkInterfaceDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "VirtualNetworkName", @@ -54236,7 +55228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54308,7 +55300,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54478,7 +55470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54550,7 +55542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54569,31 +55561,16 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "OSDiskDeleteOption", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -54605,15 +55582,10 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "DiskFileParameterSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "DataDiskDeleteOption", "AliasList": [], "Type": { "Namespace": "System", @@ -54628,7 +55600,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -54637,31 +55609,51 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "DiskFileParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -54678,14 +55670,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VirtualNetworkName", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -54700,7 +55692,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -54709,7 +55701,7 @@ }, { "ParameterMetadata": { - "Name": "AddressPrefix", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -54724,16 +55716,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubnetName", + "Name": "NetworkInterfaceDeleteOption", "AliasList": [], "Type": { "Namespace": "System", @@ -54757,7 +55749,7 @@ }, { "ParameterMetadata": { - "Name": "SubnetAddressPrefix", + "Name": "VirtualNetworkName", "AliasList": [], "Type": { "Namespace": "System", @@ -54781,7 +55773,7 @@ }, { "ParameterMetadata": { - "Name": "PublicIpAddressName", + "Name": "AddressPrefix", "AliasList": [], "Type": { "Namespace": "System", @@ -54805,7 +55797,79 @@ }, { "ParameterMetadata": { - "Name": "DomainNameLabel", + "Name": "SubnetName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubnetAddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicIpAddressName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DomainNameLabel", "AliasList": [], "Type": { "Namespace": "System", @@ -54933,7 +55997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55005,7 +56069,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55077,7 +56141,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55247,7 +56311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55319,7 +56383,55 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OSDiskDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataDiskDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55411,7 +56523,55 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OSDiskDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DataDiskDeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55486,7 +56646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -55526,6 +56686,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55545,11 +56710,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55647,7 +56807,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55813,7 +56973,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55831,7 +56991,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55849,7 +57009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56175,7 +57335,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56199,7 +57359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56223,7 +57383,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56291,7 +57451,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56610,7 +57770,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56634,7 +57794,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56658,7 +57818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56733,7 +57893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -56747,7 +57907,8 @@ "DiskMBpsReadWrite": "System.Nullable`1[System.Int64]", "Name": "System.String", "CreateOption": "System.String", - "DetachOption": "System.String" + "DetachOption": "System.String", + "DeleteOption": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -56757,6 +57918,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56776,11 +57942,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56857,7 +58018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56872,6 +58033,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -56896,16 +58077,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -56926,16 +58097,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -57072,7 +58233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57201,7 +58362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57216,6 +58377,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -57240,16 +58421,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -57270,16 +58441,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -57526,7 +58687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57541,6 +58702,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -57565,16 +58746,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -57595,16 +58766,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -57777,7 +58938,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57873,7 +59034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57888,6 +59049,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -57912,16 +59093,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -57942,16 +59113,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -58083,7 +59244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -58101,6 +59262,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58120,11 +59286,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58165,7 +59326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58201,7 +59362,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58265,7 +59426,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58301,7 +59462,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58484,7 +59645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58532,7 +59693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58580,7 +59741,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58628,7 +59789,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58886,7 +60047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58934,7 +60095,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58982,7 +60143,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59030,7 +60191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59237,7 +60398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -59248,6 +60409,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59267,11 +60433,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59294,7 +60455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59401,7 +60562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59544,7 +60705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -59557,6 +60718,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59576,11 +60742,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59621,7 +60782,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59741,7 +60902,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59873,7 +61034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -59905,6 +61066,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59924,11 +61090,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59989,7 +61150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -60021,6 +61182,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60040,11 +61206,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60066,7 +61227,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60102,7 +61263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60318,7 +61479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60333,6 +61494,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -60357,16 +61538,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -60387,16 +61558,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -60514,7 +61675,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60550,7 +61711,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60736,7 +61897,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60754,7 +61915,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60823,7 +61984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60897,7 +62058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -60929,6 +62090,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60948,11 +62114,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60980,7 +62141,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61146,7 +62307,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61410,7 +62571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61425,6 +62586,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -61449,16 +62630,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -61479,16 +62650,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -61642,7 +62803,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61690,7 +62851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61936,7 +63097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61960,7 +63121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62008,7 +63169,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62032,7 +63193,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62124,7 +63285,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62223,7 +63384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -62255,6 +63416,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62274,11 +63440,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62357,7 +63518,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62431,7 +63592,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -62451,7 +63612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -62464,6 +63625,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62483,11 +63649,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62543,7 +63704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -62557,6 +63718,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62576,11 +63742,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62620,7 +63781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -62638,7 +63799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -62656,7 +63817,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62694,7 +63855,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62820,7 +63981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -62837,6 +63998,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62856,11 +64022,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62912,7 +64073,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62948,7 +64109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62984,7 +64145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63020,7 +64181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -63028,6 +64189,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63047,11 +64213,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63159,7 +64320,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63231,7 +64392,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -63269,7 +64430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63400,7 +64561,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63498,7 +64659,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -63524,7 +64685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -63537,6 +64698,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63556,11 +64722,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63622,7 +64783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -63636,6 +64797,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63655,11 +64821,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63705,7 +64866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -63729,7 +64890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -63753,7 +64914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63803,7 +64964,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63971,7 +65132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -63988,6 +65149,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64007,11 +65173,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64069,7 +65230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64117,7 +65278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64165,7 +65326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64213,7 +65374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -64221,6 +65382,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64240,11 +65406,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64382,7 +65543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64478,7 +65639,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64546,7 +65707,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -64670,7 +65831,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64768,7 +65929,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -64794,7 +65955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -64807,6 +65968,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64826,11 +65992,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64892,7 +66053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -64906,6 +66067,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64925,11 +66091,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64975,7 +66136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -64999,7 +66160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -65023,7 +66184,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65073,7 +66234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65241,7 +66402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -65258,6 +66419,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65277,11 +66443,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65339,7 +66500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65387,7 +66548,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65435,7 +66596,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65483,7 +66644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -65491,6 +66652,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65510,11 +66676,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65652,7 +66813,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65748,7 +66909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65823,7 +66984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", @@ -65844,6 +67005,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65863,11 +67029,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66044,7 +67205,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66140,7 +67301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", "GenericTypeArguments": [], @@ -66377,7 +67538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66503,7 +67664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", "GenericTypeArguments": [], @@ -66626,7 +67787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -66634,6 +67795,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66653,11 +67819,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66868,7 +68029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -66876,6 +68037,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66895,11 +68061,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67239,7 +68400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67257,7 +68418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67470,7 +68631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67494,7 +68655,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67634,7 +68795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67658,7 +68819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67824,7 +68985,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67848,7 +69009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67971,7 +69132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -67981,6 +69142,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68000,11 +69166,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68066,7 +69227,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68084,7 +69245,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68192,7 +69353,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68216,7 +69377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68291,7 +69452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -68302,6 +69463,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68321,11 +69487,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68386,7 +69547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68404,7 +69565,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68511,7 +69672,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68535,7 +69696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68603,7 +69764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68627,7 +69788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68702,7 +69863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -68713,6 +69874,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68732,11 +69898,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68817,7 +69978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", @@ -68831,6 +69992,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68850,11 +70016,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68876,7 +70037,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68983,7 +70144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69075,7 +70236,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69145,7 +70306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", @@ -69159,6 +70320,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69178,11 +70344,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69210,7 +70371,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69278,7 +70439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69353,7 +70514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -69364,6 +70525,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69383,11 +70549,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69448,7 +70609,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69486,7 +70647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -69503,6 +70664,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69522,11 +70688,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69548,7 +70709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69655,7 +70816,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69679,7 +70840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69747,7 +70908,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69771,7 +70932,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69863,7 +71024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69887,7 +71048,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69957,7 +71118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -69974,6 +71135,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69993,11 +71159,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70025,7 +71186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70049,7 +71210,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70124,7 +71285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -70135,6 +71296,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70154,11 +71320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70219,7 +71380,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70257,7 +71418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -70272,6 +71433,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70291,11 +71457,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70317,7 +71478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70424,7 +71585,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70448,7 +71609,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70516,7 +71677,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70540,7 +71701,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70632,7 +71793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70656,7 +71817,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70726,7 +71887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -70741,6 +71902,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70760,11 +71926,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70792,7 +71953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70816,7 +71977,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70891,7 +72052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -70902,6 +72063,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70921,11 +72087,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71004,7 +72165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71042,7 +72203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -71067,6 +72228,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71086,11 +72252,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71112,7 +72273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71243,7 +72404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71267,7 +72428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71335,7 +72496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71359,7 +72520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71451,7 +72612,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71475,7 +72636,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71545,7 +72706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -71570,6 +72731,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71589,11 +72755,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71621,7 +72782,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71645,7 +72806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71720,7 +72881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -71731,6 +72892,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71750,11 +72916,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71851,7 +73012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71889,7 +73050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -71905,6 +73066,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71924,11 +73090,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71950,7 +73111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72105,7 +73266,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72129,7 +73290,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72197,7 +73358,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72221,7 +73382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72313,7 +73474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72337,7 +73498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72407,7 +73568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -72423,6 +73584,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72442,11 +73608,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72474,7 +73635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72498,7 +73659,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72573,7 +73734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -72584,6 +73745,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72603,11 +73769,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72706,7 +73867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -72727,6 +73888,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72746,11 +73912,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72772,7 +73933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72903,7 +74064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72995,7 +74156,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73065,7 +74226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -73086,6 +74247,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73105,11 +74271,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73137,7 +74298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73205,7 +74366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73280,7 +74441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -73291,6 +74452,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73310,11 +74476,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73395,7 +74556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -73412,6 +74573,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73431,11 +74597,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73457,7 +74618,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73564,7 +74725,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73656,7 +74817,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73726,7 +74887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -73743,6 +74904,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73762,11 +74928,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73794,7 +74955,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73862,7 +75023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73937,7 +75098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -73948,6 +75109,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73967,11 +75133,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74032,7 +75193,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74050,7 +75211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74157,7 +75318,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74181,7 +75342,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74249,7 +75410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74273,7 +75434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74348,7 +75509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -74365,6 +75526,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74384,11 +75550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74411,7 +75572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -74428,6 +75589,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74447,11 +75613,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74532,7 +75693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -74549,144 +75710,149 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "LunParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Lun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Image", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "ProvisioningState": "System.String", - "HyperVGeneration": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "LunParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Image", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", + "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "HyperVGeneration": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74706,11 +75872,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74789,7 +75950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -74800,6 +75961,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74819,11 +75985,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74884,7 +76045,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74922,7 +76083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -74939,6 +76100,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74958,11 +76124,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74984,7 +76145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75091,7 +76252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75115,7 +76276,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75183,7 +76344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75207,7 +76368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75299,7 +76460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75323,7 +76484,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75393,7 +76554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -75410,6 +76571,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75429,11 +76595,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75461,7 +76622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75485,7 +76646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75560,7 +76721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -75571,6 +76732,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75590,11 +76756,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75655,7 +76816,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75673,7 +76834,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75780,7 +76941,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75804,7 +76965,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75872,7 +77033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75896,7 +77057,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75959,82 +77120,34 @@ }, { "VerbName": "Remove", - "NounName": "AzVM", - "Name": "Remove-AzVM", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMCommand", + "NounName": "AzSshKey", + "Name": "Remove-AzSshKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureSshKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ResourceGroupNameParameterSetName", + "DefaultParameterSetName": "DefaultParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", "EndTime": "System.Nullable`1[System.DateTime]", - "OperationId": "System.String", - "Status": "System.String", - "Name": "System.String" + "Name": "System.String", + "Status": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "StatusCode": "System.Net.HttpStatusCode", - "RequestId": "System.String", - "ReasonPhrase": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, { "Name": "ToString", "Parameters": [], @@ -76054,11 +77167,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76076,11 +77184,8 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -76094,47 +77199,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "sshkeyName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -76148,10 +77219,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Id", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -76166,25 +77237,648 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", - "AliasList": [], + "Name": "InputObject", + "AliasList": [ + "SshKey" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Location": "System.String", + "Id": "System.String", + "publicKey": "System.String", + "Type": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "sshkeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIDParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "SshKey" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Location": "System.String", + "Id": "System.String", + "publicKey": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzVM", + "Name": "Remove-AzVM", + "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceGroupNameParameterSetName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "OperationId": "System.String", + "Status": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsSuccessStatusCode": "System.Boolean", + "StatusCode": "System.Net.HttpStatusCode", + "RequestId": "System.String", + "ReasonPhrase": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VMName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NoWait", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Id", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -76282,7 +77976,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76306,7 +78000,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76330,7 +78024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76398,7 +78092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76422,7 +78116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76446,7 +78140,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76538,7 +78232,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76562,7 +78256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76586,7 +78280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76661,7 +78355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -76671,6 +78365,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76690,11 +78389,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76775,7 +78469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76793,7 +78487,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76926,7 +78620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76950,7 +78644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77025,7 +78719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -77035,6 +78729,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77054,11 +78753,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77157,7 +78851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77314,7 +79008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77389,7 +79083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -77399,6 +79093,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77418,11 +79117,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77665,7 +79359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -77675,6 +79369,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77694,11 +79393,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77779,7 +79473,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77797,7 +79491,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77815,7 +79509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77948,7 +79642,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78016,7 +79710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78116,7 +79810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78184,7 +79878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78284,7 +79978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78359,7 +80053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -78369,6 +80063,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78388,11 +80087,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78473,7 +80167,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78491,7 +80185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78624,7 +80318,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78648,7 +80342,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78723,7 +80417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -78763,6 +80457,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78782,11 +80481,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78811,7 +80505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -78851,6 +80545,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78870,11 +80569,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78957,7 +80651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -78997,6 +80691,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79016,11 +80715,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79125,7 +80819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -79135,6 +80829,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79154,11 +80853,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79239,7 +80933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79372,7 +81066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79447,7 +81141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -79457,6 +81151,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79476,11 +81175,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79561,7 +81255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79579,7 +81273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79712,7 +81406,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79736,7 +81430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79811,7 +81505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -79821,6 +81515,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79840,11 +81539,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79921,7 +81615,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80050,7 +81744,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80125,7 +81819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -80135,6 +81829,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80154,11 +81853,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80239,7 +81933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80372,7 +82066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80447,7 +82141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -80487,6 +82181,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80506,11 +82205,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80535,7 +82229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -80575,6 +82269,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80594,11 +82293,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80682,7 +82376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -80722,6 +82416,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80741,11 +82440,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80851,7 +82545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -80891,6 +82585,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80910,11 +82609,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80939,7 +82633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -80979,6 +82673,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80998,11 +82697,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81085,7 +82779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -81125,6 +82819,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81144,11 +82843,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81253,7 +82947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -81263,6 +82957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81282,11 +82981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81367,7 +83061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81500,7 +83194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81575,7 +83269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -81586,6 +83280,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81605,11 +83304,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81688,7 +83382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81706,7 +83400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81837,7 +83531,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81861,7 +83555,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81929,7 +83623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81953,7 +83647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82028,7 +83722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82060,6 +83754,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82079,11 +83778,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82106,7 +83800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82138,6 +83832,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82157,11 +83856,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82260,7 +83954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82292,6 +83986,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82311,11 +84010,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82411,7 +84105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82443,6 +84137,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82462,11 +84161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82564,7 +84258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82596,6 +84290,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82615,11 +84314,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82698,7 +84392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82730,6 +84424,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82749,11 +84448,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82776,7 +84470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82808,6 +84502,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82827,11 +84526,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82912,7 +84606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -82944,6 +84638,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82963,11 +84662,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83072,7 +84766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83104,6 +84798,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83123,11 +84822,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83150,7 +84844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83182,6 +84876,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83201,11 +84900,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83302,7 +84996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83334,6 +85028,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83353,11 +85052,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83453,7 +85147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83485,6 +85179,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83504,11 +85203,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83604,7 +85298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83636,6 +85330,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83655,11 +85354,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83738,7 +85432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83770,6 +85464,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83789,11 +85488,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83816,7 +85510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -83848,6 +85542,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83867,11 +85566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83968,7 +85662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84000,6 +85694,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84019,11 +85718,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84119,7 +85813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84151,6 +85845,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84170,11 +85869,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84270,7 +85964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84302,6 +85996,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84321,11 +86020,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84404,7 +86098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -84436,6 +86130,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84455,11 +86154,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84482,7 +86176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -84514,6 +86208,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84533,11 +86232,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84616,7 +86310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -84648,6 +86342,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84667,11 +86366,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84774,7 +86468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WalkPerformed": "System.Nullable`1[System.Boolean]", "NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]" @@ -84782,6 +86476,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84801,11 +86500,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84902,7 +86596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -84934,6 +86628,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84953,11 +86652,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84979,7 +86673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85110,7 +86804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85202,7 +86896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85318,7 +87012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85386,7 +87080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -85418,6 +87112,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85437,11 +87136,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85493,7 +87187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85570,7 +87264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -85582,6 +87276,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85601,11 +87300,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85624,7 +87318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -85634,6 +87328,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85653,11 +87352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85734,7 +87428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85752,7 +87446,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85770,7 +87464,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85875,7 +87569,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85899,7 +87593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86015,7 +87709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86039,7 +87733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86063,7 +87757,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86155,7 +87849,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86179,7 +87873,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86271,7 +87965,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86295,7 +87989,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86319,7 +88013,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86387,7 +88081,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86411,7 +88105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86486,7 +88180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -86497,6 +88191,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86516,11 +88215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86599,7 +88293,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86730,7 +88424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86798,7 +88492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86873,7 +88567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -86884,6 +88578,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86903,11 +88602,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86968,7 +88662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87075,7 +88769,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87143,7 +88837,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87218,7 +88912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -87229,6 +88923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87248,11 +88947,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87313,7 +89007,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87420,7 +89114,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87488,7 +89182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87563,7 +89257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalFilePath": "System.IO.FileInfo", "Source": "System.Uri" @@ -87571,6 +89265,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87590,11 +89289,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87658,7 +89352,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87678,7 +89372,7 @@ "Type": { "Namespace": "System.IO", "Name": "System.IO.FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87718,7 +89412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87736,7 +89430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87820,7 +89514,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87846,7 +89540,7 @@ "Type": { "Namespace": "System.IO", "Name": "System.IO.FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87898,7 +89592,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87922,7 +89616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88019,7 +89713,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88045,7 +89739,7 @@ "Type": { "Namespace": "System.IO", "Name": "System.IO.FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88097,7 +89791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88121,7 +89815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88192,7 +89886,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88218,7 +89912,7 @@ "Type": { "Namespace": "System.IO", "Name": "System.IO.FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88270,7 +89964,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88294,7 +89988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88369,7 +90063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -88381,6 +90075,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88400,11 +90099,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88485,7 +90179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88557,7 +90251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88714,7 +90408,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88762,7 +90456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88880,7 +90574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88928,7 +90622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89070,7 +90764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89118,7 +90812,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89193,7 +90887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -89231,6 +90925,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89250,11 +90949,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89277,7 +90971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -89315,6 +91009,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89334,11 +91033,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89435,7 +91129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -89473,6 +91167,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89492,11 +91191,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89623,7 +91317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -89661,6 +91355,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89680,11 +91379,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89707,7 +91401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -89745,6 +91439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89764,11 +91463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89865,7 +91559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -89903,6 +91597,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89922,11 +91621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90053,7 +91747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -90091,6 +91785,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90110,11 +91809,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90137,7 +91831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -90175,6 +91869,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90194,11 +91893,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90295,7 +91989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -90333,6 +92027,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90352,11 +92051,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90483,7 +92177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90504,6 +92198,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90523,11 +92222,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90550,7 +92244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90571,6 +92265,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90590,11 +92289,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90691,7 +92385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90712,6 +92406,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90731,11 +92430,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90862,7 +92556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90883,6 +92577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90902,11 +92601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90929,7 +92623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90950,6 +92644,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90969,11 +92668,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91070,7 +92764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91091,6 +92785,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91110,11 +92809,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91241,7 +92935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -91258,6 +92952,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91277,11 +92976,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91304,7 +92998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -91321,6 +93015,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91340,11 +93039,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91366,7 +93060,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -91386,7 +93080,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -91424,7 +93118,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -91573,7 +93267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -91590,6 +93284,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91609,11 +93308,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91641,7 +93335,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -91667,7 +93361,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -91717,7 +93411,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -91914,7 +93608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91942,6 +93636,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91961,11 +93660,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91988,7 +93682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92016,6 +93710,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92035,11 +93734,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92136,7 +93830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92164,6 +93858,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92183,11 +93882,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92314,7 +94008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92342,6 +94036,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92361,11 +94060,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92388,7 +94082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92416,6 +94110,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92435,11 +94134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92536,7 +94230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92564,6 +94258,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92583,11 +94282,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92714,7 +94408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92742,6 +94436,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92761,11 +94460,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92788,7 +94482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92816,6 +94510,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92835,11 +94534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92936,7 +94630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92964,6 +94658,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92983,11 +94682,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93114,7 +94808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93126,6 +94820,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93145,11 +94844,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93172,7 +94866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93184,6 +94878,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93203,11 +94902,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93304,7 +94998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93316,6 +95010,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93335,11 +95034,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93466,7 +95160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93478,6 +95172,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93497,11 +95196,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93524,7 +95218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93536,6 +95230,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93555,11 +95254,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93656,7 +95350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93668,6 +95362,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93687,11 +95386,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93818,7 +95512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -93830,6 +95524,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93849,11 +95548,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93872,7 +95566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -93882,6 +95576,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93901,11 +95600,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93982,7 +95676,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94000,7 +95694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94018,7 +95712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94036,7 +95730,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94054,7 +95748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94072,7 +95766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94177,7 +95871,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94201,7 +95895,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94317,7 +96011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94341,7 +96035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94365,7 +96059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94481,7 +96175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94505,7 +96199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94529,7 +96223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94645,7 +96339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94669,7 +96363,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94761,7 +96455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94785,7 +96479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94877,7 +96571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94901,7 +96595,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94925,7 +96619,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95017,7 +96711,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95041,7 +96735,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95065,7 +96759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95157,7 +96851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95181,7 +96875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95249,7 +96943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95324,7 +97018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -95334,6 +97028,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95353,11 +97052,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95380,7 +97074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95495,7 +97189,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95551,7 +97245,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95608,7 +97302,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95759,7 +97453,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95833,7 +97527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95908,7 +97602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -95918,6 +97612,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95937,11 +97636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96020,7 +97714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96038,7 +97732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96153,7 +97847,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96209,7 +97903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96340,7 +98034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96364,7 +98058,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96515,7 +98209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96589,7 +98283,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96664,7 +98358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -96674,6 +98368,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96693,11 +98392,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96758,7 +98452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96812,7 +98506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96830,7 +98524,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96848,7 +98542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96866,7 +98560,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96973,7 +98667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97045,7 +98739,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97069,7 +98763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97137,7 +98831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97161,7 +98855,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97235,7 +98929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97307,7 +99001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97331,7 +99025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97406,7 +99100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -97416,6 +99110,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97435,11 +99134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97728,7 +99422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -97738,6 +99432,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97757,11 +99456,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97881,7 +99575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97937,7 +99631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98121,7 +99815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98195,7 +99889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98270,7 +99964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -98310,6 +100004,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98329,11 +100028,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -98358,7 +100052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -98398,6 +100092,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98417,11 +100116,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -98443,7 +100137,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98461,7 +100155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98556,7 +100250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -98596,6 +100290,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98615,11 +100314,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -98691,7 +100385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98765,7 +100459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -98805,6 +100499,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98824,11 +100523,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -98900,7 +100594,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98926,7 +100620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -98966,6 +100660,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98985,11 +100684,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -99068,7 +100762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -99078,6 +100772,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -99097,11 +100796,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -99423,7 +101117,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99441,7 +101135,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99515,7 +101209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100041,7 +101735,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100109,7 +101803,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100602,7 +102296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100670,7 +102364,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101163,7 +102857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101238,7 +102932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -101248,6 +102942,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101267,11 +102966,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -101352,7 +103046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -101392,6 +103086,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101411,11 +103110,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -101455,7 +103149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -101479,6 +103173,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101498,11 +103197,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -101676,7 +103370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101733,7 +103427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101789,7 +103483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102093,7 +103787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102168,7 +103862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102242,7 +103936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102461,7 +104155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102536,7 +104230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102610,7 +104304,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102704,7 +104398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -102744,6 +104438,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -102763,11 +104462,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102966,7 +104660,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103041,7 +104735,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103115,7 +104809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103209,7 +104903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -103249,6 +104943,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -103268,11 +104967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -103375,7 +105069,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103450,7 +105144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103524,7 +105218,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103787,7 +105481,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103862,7 +105556,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103936,7 +105630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104103,7 +105797,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104178,7 +105872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104252,7 +105946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104320,7 +106014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -104344,6 +106038,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -104363,11 +106062,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -104571,7 +106265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104646,7 +106340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104720,7 +106414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104788,7 +106482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -104812,6 +106506,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -104831,11 +106530,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -104943,7 +106637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105018,7 +106712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105092,7 +106786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105211,7 +106905,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105286,7 +106980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105360,7 +107054,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105435,7 +107129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -105475,6 +107169,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105494,11 +107193,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105523,7 +107217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -105563,6 +107257,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105582,11 +107281,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105646,7 +107340,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -105722,7 +107416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105781,7 +107475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -105821,6 +107515,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105840,11 +107539,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105872,7 +107566,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -105972,7 +107666,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106066,7 +107760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -106106,6 +107800,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106125,11 +107824,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106157,7 +107851,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -106257,7 +107951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106353,7 +108047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -106393,6 +108087,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106412,11 +108111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106444,7 +108138,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -106544,7 +108238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106619,7 +108313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -106629,6 +108323,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106648,11 +108347,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106890,7 +108584,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107228,7 +108922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107303,7 +108997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -107313,6 +109007,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -107332,11 +109031,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107643,7 +109337,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107661,7 +109355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107679,7 +109373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107733,7 +109427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107751,7 +109445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107769,7 +109463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108032,7 +109726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108056,7 +109750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108080,7 +109774,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108152,7 +109846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108570,7 +110264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108594,7 +110288,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108618,7 +110312,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108690,7 +110384,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109108,7 +110802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109132,7 +110826,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109156,7 +110850,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109228,7 +110922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109598,7 +111292,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109622,7 +111316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109646,7 +111340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109718,7 +111412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109786,7 +111480,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110016,7 +111710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110040,7 +111734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110064,7 +111758,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110136,7 +111830,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110204,7 +111898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110434,7 +112128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110458,7 +112152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110482,7 +112176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110554,7 +112248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110629,7 +112323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -110639,6 +112333,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -110658,11 +112357,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -110855,7 +112549,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110911,7 +112605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110947,7 +112641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111009,7 +112703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111162,7 +112856,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111236,7 +112930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111284,7 +112978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111364,7 +113058,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111656,7 +113350,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111730,7 +113424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111778,7 +113472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111858,7 +113552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111933,7 +113627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -111943,6 +113637,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -111962,11 +113661,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -112027,7 +113721,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112045,7 +113739,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112099,7 +113793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112214,7 +113908,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112270,7 +113964,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112377,7 +114071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112528,7 +114222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112602,7 +114296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112670,7 +114364,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112694,7 +114388,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112768,7 +114462,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112919,7 +114613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112993,7 +114687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113159,7 +114853,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113310,7 +115004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113384,7 +115078,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113459,7 +115153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -113499,6 +115193,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113518,11 +115217,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113547,7 +115241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -113587,6 +115281,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113606,11 +115305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113632,7 +115326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113650,7 +115344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113686,7 +115380,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113722,7 +115416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113740,7 +115434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113758,7 +115452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113794,7 +115488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113812,7 +115506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113830,7 +115524,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113866,7 +115560,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113884,7 +115578,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113943,7 +115637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -113983,6 +115677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -114002,11 +115701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -114058,7 +115752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114150,7 +115844,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114174,7 +115868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114198,7 +115892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114246,7 +115940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114294,7 +115988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114320,7 +116014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -114360,6 +116054,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -114379,11 +116078,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -114435,7 +116129,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114527,7 +116221,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114551,7 +116245,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114575,7 +116269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114623,7 +116317,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114647,7 +116341,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114671,7 +116365,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114719,7 +116413,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114745,7 +116439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -114785,6 +116479,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -114804,11 +116503,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -114860,7 +116554,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114952,7 +116646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114976,7 +116670,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115000,7 +116694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115048,7 +116742,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115096,7 +116790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115122,7 +116816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -115162,6 +116856,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115181,11 +116880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115237,7 +116931,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115329,7 +117023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115353,7 +117047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115377,7 +117071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115425,7 +117119,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115449,7 +117143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115473,7 +117167,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115521,7 +117215,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115547,7 +117241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -115587,6 +117281,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115606,11 +117305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115662,7 +117356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115754,7 +117448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115802,7 +117496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115828,7 +117522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -115868,6 +117562,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115887,11 +117586,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115943,7 +117637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116042,7 +117736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -116082,6 +117776,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116101,11 +117800,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116130,7 +117824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -116170,6 +117864,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116189,11 +117888,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116257,7 +117951,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -116315,7 +118009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116333,7 +118027,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116497,7 +118191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116527,6 +118221,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -116574,7 +118286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -116614,6 +118326,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116633,11 +118350,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116719,7 +118431,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -116893,7 +118605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116934,6 +118646,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -116985,7 +118721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117011,7 +118747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -117051,6 +118787,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117070,11 +118811,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117156,7 +118892,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -117330,7 +119066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117371,6 +119107,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -117422,7 +119182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117544,7 +119304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -117584,6 +119344,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117603,11 +119368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117689,7 +119449,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -117863,7 +119623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117904,6 +119664,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -117955,7 +119739,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117981,7 +119765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -118021,6 +119805,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118040,11 +119829,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118126,7 +119910,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -118300,7 +120084,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118341,6 +120125,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -118392,7 +120200,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118514,7 +120322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -118554,6 +120362,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118573,11 +120386,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118659,7 +120467,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -118833,7 +120641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118874,6 +120682,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DeleteOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -118932,7 +120764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -118972,6 +120804,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118991,11 +120828,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119020,7 +120852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -119060,6 +120892,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119079,11 +120916,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119218,7 +121050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -119258,6 +121090,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119277,11 +121114,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119456,7 +121288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -119496,6 +121328,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119515,11 +121352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119544,7 +121376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -119584,6 +121416,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119603,11 +121440,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119629,7 +121461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SecurityTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119644,6 +121476,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -119668,16 +121520,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -119698,16 +121540,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -119773,7 +121605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -119813,6 +121645,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119832,11 +121669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119864,7 +121696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SecurityTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119879,6 +121711,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -119903,16 +121755,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -119933,16 +121775,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -120024,7 +121856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -120064,6 +121896,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120083,11 +121920,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120112,7 +121944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -120152,6 +121984,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120171,11 +122008,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120328,7 +122160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -120368,6 +122200,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120387,11 +122224,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120561,7 +122393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -120601,6 +122433,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120620,11 +122457,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120722,7 +122554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -120762,6 +122594,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120781,11 +122618,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120864,7 +122696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -120874,6 +122706,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120893,11 +122730,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120994,7 +122826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -121005,6 +122837,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121024,11 +122861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121050,7 +122882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -121068,6 +122900,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121087,11 +122924,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121113,7 +122945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -121126,6 +122958,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121145,11 +122982,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121326,7 +123158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -121337,6 +123169,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121356,11 +123193,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121388,7 +123220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -121406,6 +123238,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121425,11 +123262,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121457,7 +123289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -121470,6 +123302,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121489,11 +123326,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121596,7 +123428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -121607,6 +123439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121626,11 +123463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121709,7 +123541,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121727,7 +123559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121745,7 +123577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121763,7 +123595,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121781,7 +123613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121799,7 +123631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121930,7 +123762,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121998,7 +123830,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122022,7 +123854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122120,7 +123952,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122188,7 +124020,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122286,7 +124118,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122354,7 +124186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122452,7 +124284,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122520,7 +124352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122618,7 +124450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122693,7 +124525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -122725,6 +124557,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122744,11 +124581,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122771,7 +124603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -122803,6 +124635,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122822,11 +124659,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122925,7 +124757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -122957,6 +124789,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122976,11 +124813,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123109,7 +124941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "Settings": "System.Object", @@ -123127,6 +124959,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123146,11 +124983,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123326,7 +125158,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123401,7 +125233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123419,7 +125251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123677,7 +125509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123776,7 +125608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123800,7 +125632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123875,7 +125707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123886,6 +125718,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123905,11 +125742,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124024,7 +125856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -124056,6 +125888,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124075,11 +125912,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124101,7 +125933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124256,7 +126088,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124372,7 +126204,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124512,7 +126344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124580,7 +126412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -124612,6 +126444,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124631,11 +126468,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124711,7 +126543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124786,7 +126618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -124818,6 +126650,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124837,11 +126674,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124864,7 +126696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -124896,6 +126728,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124915,11 +126752,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125071,7 +126903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", "GenericTypeArguments": [], @@ -125089,7 +126921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener", "GenericTypeArguments": [], @@ -125127,7 +126959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", "GenericTypeArguments": [], @@ -125145,7 +126977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", "GenericTypeArguments": [], @@ -125202,7 +127034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -125234,6 +127066,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125253,11 +127090,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125457,7 +127289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", "GenericTypeArguments": [], @@ -125481,7 +127313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener", "GenericTypeArguments": [], @@ -125531,7 +127363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", "GenericTypeArguments": [], @@ -125555,7 +127387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", "GenericTypeArguments": [], @@ -125630,7 +127462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -125662,6 +127494,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125681,11 +127518,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125708,7 +127540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -125740,6 +127572,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125759,11 +127596,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125896,7 +127728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -125928,6 +127760,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125947,11 +127784,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126126,7 +127958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -126158,6 +127990,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126177,11 +128014,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126204,7 +128036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -126236,6 +128068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126255,11 +128092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126281,7 +128113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SecurityTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126296,6 +128128,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -126320,16 +128172,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -126350,16 +128192,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -126423,7 +128255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -126455,6 +128287,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126474,11 +128311,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126506,7 +128338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SecurityTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126521,6 +128353,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -126545,16 +128397,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -126575,16 +128417,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -126666,7 +128498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -126698,6 +128530,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126717,11 +128554,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126744,7 +128576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -126776,6 +128608,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126795,11 +128632,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126913,7 +128745,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -126951,7 +128783,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -127025,7 +128857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127097,7 +128929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", "GenericTypeArguments": [], @@ -127154,7 +128986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -127186,6 +129018,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127205,11 +129042,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127359,7 +129191,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -127409,7 +129241,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -127507,7 +129339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127603,7 +129435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", "GenericTypeArguments": [], @@ -127678,7 +129510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -127710,6 +129542,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127729,11 +129566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127756,7 +129588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -127788,6 +129620,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127807,11 +129644,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127908,7 +129740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -127940,6 +129772,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127959,11 +129796,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128090,7 +129922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -128101,6 +129933,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128120,11 +129957,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128203,7 +130035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128221,7 +130053,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128239,7 +130071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128257,7 +130089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128275,7 +130107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128293,7 +130125,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128424,7 +130256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128492,7 +130324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128590,7 +130422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128658,7 +130490,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128756,7 +130588,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128824,7 +130656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128922,7 +130754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128990,7 +130822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129088,7 +130920,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129156,7 +130988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129254,7 +131086,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129329,7 +131161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -129369,6 +131201,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129388,11 +131225,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129417,7 +131249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -129457,6 +131289,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129476,11 +131313,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129579,7 +131411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -129619,6 +131451,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129638,11 +131475,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129769,7 +131601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -129781,6 +131613,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129800,11 +131637,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129823,7 +131655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -129833,6 +131665,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129852,11 +131689,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129897,7 +131729,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129951,7 +131783,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130056,7 +131888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130080,7 +131912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130148,7 +131980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130172,7 +132004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130264,7 +132096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130288,7 +132120,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130363,7 +132195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -130374,6 +132206,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130393,11 +132230,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130476,7 +132308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130607,7 +132439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130675,7 +132507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130750,7 +132582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -130761,6 +132593,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130780,11 +132617,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130845,7 +132677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -130877,6 +132709,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130896,11 +132733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130940,7 +132772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131047,7 +132879,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131115,7 +132947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -131147,6 +132979,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131166,11 +133003,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131198,7 +133030,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131290,7 +133122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131358,7 +133190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131433,7 +133265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -131444,6 +133276,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131463,11 +133300,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131528,7 +133360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131635,7 +133467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131703,7 +133535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131778,7 +133610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -131790,6 +133622,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131809,11 +133646,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131832,7 +133664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -131842,6 +133674,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131861,11 +133698,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131906,7 +133738,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131924,7 +133756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131942,7 +133774,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131960,7 +133792,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132014,7 +133846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132119,7 +133951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132143,7 +133975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132167,7 +133999,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132191,7 +134023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132215,7 +134047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132283,7 +134115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132307,7 +134139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132331,7 +134163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132355,7 +134187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132379,7 +134211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132471,7 +134303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132495,7 +134327,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132519,7 +134351,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132543,7 +134375,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132567,7 +134399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132642,7 +134474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -132653,6 +134485,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132672,11 +134509,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132755,7 +134587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132773,7 +134605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132791,7 +134623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132809,7 +134641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132940,7 +134772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132964,7 +134796,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133106,7 +134938,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133130,7 +134962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133154,7 +134986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133178,7 +135010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133246,7 +135078,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133270,7 +135102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133345,7 +135177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -133356,6 +135188,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -133375,11 +135212,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -133440,7 +135272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133458,7 +135290,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133565,7 +135397,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133589,7 +135421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133657,7 +135489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133681,7 +135513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133756,7 +135588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", "Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -133765,6 +135597,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -133784,11 +135621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -133917,7 +135749,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134072,7 +135904,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134147,7 +135979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -134170,6 +136002,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134189,11 +136026,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134218,7 +136050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -134241,6 +136073,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134260,11 +136097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134322,7 +136154,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134340,7 +136172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134399,7 +136231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -134422,6 +136254,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134441,11 +136278,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134497,7 +136329,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134521,7 +136353,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134615,7 +136447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -134638,6 +136470,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134657,11 +136494,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134713,7 +136545,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134737,7 +136569,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134812,7 +136644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -134850,6 +136682,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134869,11 +136706,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134934,7 +136766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -134955,6 +136787,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134974,11 +136811,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135000,7 +136832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -135038,6 +136870,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135057,11 +136894,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135083,7 +136915,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135190,7 +137022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -135211,6 +137043,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135230,11 +137067,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135262,7 +137094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135380,7 +137212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -135418,6 +137250,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135437,11 +137274,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135469,7 +137301,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135537,7 +137369,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135612,7 +137444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -135629,6 +137461,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135648,11 +137485,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135733,7 +137565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -135750,6 +137582,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135769,11 +137606,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135831,7 +137663,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135849,7 +137681,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136004,7 +137836,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136028,7 +137860,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136168,7 +138000,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136192,7 +138024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136262,7 +138094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -136279,6 +138111,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136298,11 +138135,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -136378,7 +138210,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136402,7 +138234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136518,7 +138350,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136542,7 +138374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136617,7 +138449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -136632,6 +138464,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136651,11 +138488,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -136736,7 +138568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -136751,6 +138583,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136770,11 +138607,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -136796,7 +138628,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136832,7 +138664,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136939,7 +138771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136987,7 +138819,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137079,7 +138911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137127,7 +138959,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137197,7 +139029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -137212,6 +139044,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -137231,11 +139068,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137263,7 +139095,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137311,7 +139143,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137379,7 +139211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137427,7 +139259,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137502,7 +139334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -137527,6 +139359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -137546,11 +139383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137649,7 +139481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -137674,6 +139506,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -137693,11 +139530,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137719,7 +139551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137971,7 +139803,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138102,7 +139934,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138438,7 +140270,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138530,7 +140362,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138866,7 +140698,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138936,7 +140768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -138961,6 +140793,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138980,11 +140817,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139012,7 +140844,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139348,7 +141180,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139416,7 +141248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139752,7 +141584,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139827,7 +141659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -139843,6 +141675,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139862,11 +141699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139983,7 +141815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -139999,6 +141831,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140018,11 +141855,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140044,7 +141876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140080,7 +141912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140116,7 +141948,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140134,7 +141966,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Collections.Hashtable", "GenericTypeArguments": [], @@ -140289,7 +142121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140337,7 +142169,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140385,7 +142217,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140409,7 +142241,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Collections.Hashtable", "GenericTypeArguments": [], @@ -140501,7 +142333,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140549,7 +142381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140597,7 +142429,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140621,7 +142453,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Collections.Hashtable", "GenericTypeArguments": [], @@ -140691,7 +142523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -140707,6 +142539,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140726,11 +142563,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140758,7 +142590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140806,7 +142638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140854,7 +142686,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140878,7 +142710,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Collections.Hashtable", "GenericTypeArguments": [], @@ -140946,7 +142778,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140994,7 +142826,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141042,7 +142874,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141066,7 +142898,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Collections.Hashtable", "GenericTypeArguments": [], @@ -141141,7 +142973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -141158,6 +142990,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141177,11 +143014,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141242,7 +143074,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141260,7 +143092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141296,7 +143128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -141313,6 +143145,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141332,11 +143169,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141447,7 +143279,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141471,7 +143303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141539,7 +143371,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141563,7 +143395,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141655,7 +143487,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141679,7 +143511,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141747,7 +143579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", @@ -141764,6 +143596,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141783,11 +143620,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141815,7 +143647,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141839,7 +143671,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141914,7 +143746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -141942,6 +143774,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141961,11 +143798,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142026,7 +143858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -142038,6 +143870,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142057,11 +143894,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142083,7 +143915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -142111,6 +143943,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142130,11 +143967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142156,7 +143988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142263,7 +144095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -142275,6 +144107,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142294,11 +144131,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142326,7 +144158,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142444,7 +144276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -142472,6 +144304,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142491,11 +144328,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142523,7 +144355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142591,7 +144423,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142654,28 +144486,35 @@ }, { "VerbName": "Update", - "NounName": "AzVM", - "Name": "Update-AzVM", - "ClassName": "Microsoft.Azure.Commands.Compute.UpdateAzureVMCommand", + "NounName": "AzSshKey", + "Name": "Update-AzSshKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureSshKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ResourceGroupNameParameterSetName", + "DefaultParameterSetName": "DefaultParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "StatusCode": "System.Net.HttpStatusCode", - "RequestId": "System.String", - "ReasonPhrase": "System.String" + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Location": "System.String", + "Id": "System.String", + "publicKey": "System.String", + "Type": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142695,11 +144534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142732,10 +144566,30 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Id", + "Name": "Name", + "AliasList": [ + "sshkeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -142753,53 +144607,30 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VM", + "Name": "InputObject", "AliasList": [ - "VMProfile" + "SshKey" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "StatusCode": "System.Net.HttpStatusCode", - "RequestId": "System.String", - "LicenseType": "System.String", - "FullyQualifiedDomainName": "System.String", - "Location": "System.String", - "Type": "System.String", "Name": "System.String", - "VmId": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", + "Location": "System.String", "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" + "publicKey": "System.String", + "Type": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142819,11 +144650,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142840,153 +144666,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IdentityType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "IdentityId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OsDiskWriteAccelerator", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UltraSSDEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MaxPrice", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Double", - "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EncryptionAtHost", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProximityPlacementGroupId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HostId", + "Name": "PublicKey", "AliasList": [], "Type": { "Namespace": "System", @@ -143003,42 +144683,842 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "sshkeyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PublicKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIDParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PublicKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "SshKey" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Location": "System.String", + "Id": "System.String", + "publicKey": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PublicKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PublicKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzVM", + "Name": "Update-AzVM", + "ClassName": "Microsoft.Azure.Commands.Compute.UpdateAzureVMCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceGroupNameParameterSetName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsSuccessStatusCode": "System.Boolean", + "StatusCode": "System.Net.HttpStatusCode", + "RequestId": "System.String", + "ReasonPhrase": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Id", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VM", + "AliasList": [ + "VMProfile" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "StatusCode": "System.Net.HttpStatusCode", + "RequestId": "System.String", + "LicenseType": "System.String", + "FullyQualifiedDomainName": "System.String", + "Location": "System.String", + "Type": "System.String", + "Name": "System.String", + "VmId": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OsDiskWriteAccelerator", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UltraSSDEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MaxPrice", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Double", + "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EncryptionAtHost", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProximityPlacementGroupId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HostId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -143110,7 +145590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -143150,6 +145630,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143169,11 +145654,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143201,7 +145681,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143369,7 +145849,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143393,7 +145873,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143485,7 +145965,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143537,7 +146017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -143577,6 +146057,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143596,11 +146081,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143628,7 +146108,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143796,7 +146276,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143820,7 +146300,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143914,360 +146394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", - "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "StatusCode": "System.Net.HttpStatusCode", - "RequestId": "System.String", - "LicenseType": "System.String", - "FullyQualifiedDomainName": "System.String", - "Location": "System.String", - "Type": "System.String", - "Name": "System.String", - "VmId": "System.String", - "EvictionPolicy": "System.String", - "Priority": "System.String", - "Id": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "OsDiskWriteAccelerator", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "UltraSSDEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "MaxPrice", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Double", - "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "EncryptionAtHost", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ProximityPlacementGroupId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HostId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NoWait", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -144307,6 +146434,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144326,11 +146458,359 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OsDiskWriteAccelerator", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UltraSSDEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "MaxPrice", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Double", + "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EncryptionAtHost", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProximityPlacementGroupId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HostId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VM", + "AliasList": [ + "VMProfile" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Host": "Microsoft.Azure.Management.Compute.Models.SubResource", + "VirtualMachineScaleSet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "HostGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "StatusCode": "System.Net.HttpStatusCode", + "RequestId": "System.String", + "LicenseType": "System.String", + "FullyQualifiedDomainName": "System.String", + "Location": "System.String", + "Type": "System.String", + "Name": "System.String", + "VmId": "System.String", + "EvictionPolicy": "System.String", + "Priority": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -144358,7 +146838,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144526,7 +147006,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144550,7 +147030,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144625,7 +147105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -144657,6 +147137,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144676,11 +147161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144741,7 +147221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -144773,6 +147253,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144792,11 +147277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144998,7 +147478,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145234,7 +147714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145249,6 +147729,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -145273,16 +147773,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -145303,16 +147793,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -145607,7 +148087,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145697,7 +148177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145712,6 +148192,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -145736,16 +148236,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -145766,16 +148256,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -145818,7 +148298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145943,7 +148423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -145975,6 +148455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -145994,11 +148479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146530,7 +149010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146545,6 +149025,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -146569,16 +149069,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -146599,16 +149089,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -146999,7 +149479,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147119,7 +149599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147134,6 +149614,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -147158,16 +149658,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -147188,16 +149678,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -147252,7 +149732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147368,7 +149848,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147444,7 +149924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", "ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", @@ -147476,6 +149956,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147495,11 +149980,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148031,7 +150511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148046,6 +150526,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -148070,16 +150570,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -148100,16 +150590,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -148500,7 +150980,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148620,7 +151100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148635,6 +151115,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -148659,16 +151159,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -148689,16 +151179,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -148753,7 +151233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148852,7 +151332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -148863,6 +151343,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148882,11 +151367,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148965,7 +151445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149096,7 +151576,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149164,7 +151644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149239,7 +151719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -149271,6 +151751,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149290,11 +151775,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149373,7 +151853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -149445,7 +151925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -149477,6 +151957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149496,11 +151981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149522,7 +152002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149653,7 +152133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -149725,7 +152205,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149793,7 +152273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -149865,7 +152345,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149957,7 +152437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -150029,7 +152509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150097,7 +152577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -150129,6 +152609,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150148,11 +152633,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150180,7 +152660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -150252,7 +152732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150458,7 +152938,7 @@ "Microsoft.Azure.Management.Compute.Models.ExtendedLocation": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -150466,6 +152946,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150485,11 +152970,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150527,7 +153007,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDisk": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]", @@ -150541,6 +153021,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150560,11 +153045,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150596,7 +153076,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageOSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -150616,6 +153096,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150635,11 +153120,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150695,13 +153175,18 @@ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150721,11 +153206,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150749,7 +153229,7 @@ "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150764,6 +153244,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -150788,16 +153288,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -150818,16 +153308,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -150854,7 +153334,7 @@ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150869,6 +153349,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -150893,16 +153393,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -150923,16 +153413,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -150949,13 +153429,18 @@ "Microsoft.Azure.Management.Compute.Models.SubResource": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150975,11 +153460,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151003,7 +153483,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151015,7 +153495,7 @@ "Microsoft.Azure.Management.Compute.Models.CachingTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151030,6 +153510,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -151054,16 +153554,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -151084,16 +153574,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -151132,7 +153612,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151144,7 +153624,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageDataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -151163,6 +153643,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151182,11 +153667,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151431,7 +153911,7 @@ "System.IO.FileInfo": { "Namespace": "System.IO", "Name": "System.IO.FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.IO.FileInfo, System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151441,7 +153921,7 @@ "System.Uri": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151451,7 +153931,7 @@ "Microsoft.Azure.Commands.Compute.Models.DisplayHintType": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151466,6 +153946,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -151490,16 +153990,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -151520,16 +154010,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -151546,13 +154026,18 @@ "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UltraSSDEnabled": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151572,11 +154057,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151600,13 +154080,18 @@ "Microsoft.Azure.Management.Compute.Models.BillingProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPrice": "System.Nullable`1[System.Double]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151626,11 +154111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151666,13 +154146,18 @@ "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151692,11 +154177,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151720,7 +154200,7 @@ "Microsoft.Azure.Management.Compute.Models.BootDiagnostics": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -151728,6 +154208,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151747,11 +154232,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151779,13 +154259,18 @@ "Microsoft.Azure.Management.Compute.Models.HardwareProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmSize": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151805,11 +154290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151833,13 +154313,20 @@ "Microsoft.Azure.Management.Compute.Models.NetworkProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "NetworkInterfaces": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]" + "NetworkInterfaces": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]", + "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]", + "NetworkApiVersion": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151859,11 +154346,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151878,6 +154360,14 @@ { "Name": "networkInterfaces", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "networkApiVersion", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "networkInterfaceConfigurations", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -151887,7 +154377,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151899,14 +154389,20 @@ "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Primary": "System.Nullable`1[System.Boolean]", + "DeleteOption": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151926,11 +154422,94 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "primary", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteOption", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "DscpConfiguration": "Microsoft.Azure.Management.Compute.Models.SubResource", + "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration", + "IpConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]", + "Primary": "System.Nullable`1[System.Boolean]", + "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", + "EnableFpga": "System.Nullable`1[System.Boolean]", + "EnableIPForwarding": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "DeleteOption": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -151943,22 +154522,519 @@ "Name": "", "Parameters": [ { - "Name": "id", + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipConfigurations", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "primary", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "enableAcceleratedNetworking", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "enableFpga", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "enableIPForwarding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "networkSecurityGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "dnsSettings", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "dscpConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DnsServers": "System.Collections.Generic.IList`1[System.String]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "dnsServers", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Subnet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration", + "ApplicationSecurityGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", + "ApplicationGatewayBackendAddressPools": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", + "LoadBalancerBackendAddressPools": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", + "Primary": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "PrivateIPAddressVersion": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "subnet", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "primary", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIPAddressConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateIPAddressVersion", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "applicationSecurityGroups", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "applicationGatewayBackendAddressPools", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "loadBalancerBackendAddressPools", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null } ] }, + "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku", + "PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource", + "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration", + "IpTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "DeleteOption": "System.String", + "PublicIPAddressVersion": "System.String", + "PublicIPAllocationMethod": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "idleTimeoutInMinutes", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "dnsSettings", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipTags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIPPrefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIPAddressVersion", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIPAllocationMethod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sku", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PublicIPAddressSkuName": "System.String", + "PublicIPAddressSkuTier": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "publicIPAddressSkuName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "publicIPAddressSkuTier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DomainNameLabel": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "domainNameLabel", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IpTagType": "System.String", + "Tag": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "ipTagType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.SubResource" + ], + "Methods": [], + "Constructors": [] + }, "Microsoft.Azure.Management.Compute.Models.OSProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -151973,6 +155049,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151992,11 +155073,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152052,7 +155128,7 @@ "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PatchSettings": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings", "Ssh": "Microsoft.Azure.Management.Compute.Models.SshConfiguration", @@ -152062,6 +155138,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152081,11 +155162,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152121,13 +155197,19 @@ "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PatchMode": "System.String" + "PatchMode": "System.String", + "AssessmentMode": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152147,11 +155229,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152166,6 +155243,10 @@ { "Name": "patchMode", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "assessmentMode", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -152175,13 +155256,18 @@ "Microsoft.Azure.Management.Compute.Models.SshConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152201,11 +155287,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152229,7 +155310,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152241,7 +155322,7 @@ "Microsoft.Azure.Management.Compute.Models.SshPublicKey": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "KeyData": "System.String" @@ -152249,6 +155330,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152268,11 +155354,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152300,7 +155381,7 @@ "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PatchSettings": "Microsoft.Azure.Management.Compute.Models.PatchSettings", "WinRM": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration", @@ -152312,6 +155393,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152331,11 +155417,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152379,14 +155460,20 @@ "Microsoft.Azure.Management.Compute.Models.PatchSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PatchSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableHotpatching": "System.Nullable`1[System.Boolean]", - "PatchMode": "System.String" + "PatchMode": "System.String", + "AssessmentMode": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152406,11 +155493,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152429,6 +155511,10 @@ { "Name": "enableHotpatching", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "assessmentMode", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -152438,13 +155524,18 @@ "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Listeners": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152464,11 +155555,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152492,7 +155578,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152504,7 +155590,7 @@ "Microsoft.Azure.Management.Compute.Models.WinRMListener": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", "CertificateUrl": "System.String" @@ -152512,6 +155598,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152531,11 +155622,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152563,7 +155649,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152575,7 +155661,7 @@ "Microsoft.Azure.Management.Compute.Models.ProtocolTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152590,6 +155676,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -152614,16 +155720,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -152644,16 +155740,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -152670,7 +155756,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152682,7 +155768,7 @@ "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComponentName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", "PassName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", @@ -152692,6 +155778,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152711,11 +155802,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152751,7 +155837,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152763,7 +155849,7 @@ "Microsoft.Azure.Management.Compute.Models.ComponentNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ComponentNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152778,6 +155864,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -152802,16 +155908,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -152832,16 +155928,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -152858,7 +155944,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152870,7 +155956,7 @@ "Microsoft.Azure.Management.Compute.Models.PassNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PassNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152885,6 +155971,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -152909,16 +156015,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -152939,16 +156035,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -152965,7 +156051,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152977,7 +156063,7 @@ "Microsoft.Azure.Management.Compute.Models.SettingNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SettingNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152992,6 +156078,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -153016,16 +156122,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -153046,16 +156142,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -153072,7 +156158,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153084,7 +156170,7 @@ "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "VaultCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]" @@ -153092,6 +156178,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153111,11 +156202,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153143,7 +156229,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153155,7 +156241,7 @@ "Microsoft.Azure.Management.Compute.Models.VaultCertificate": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -153163,6 +156249,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153182,11 +156273,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153214,7 +156300,7 @@ "Microsoft.Azure.Management.Compute.Models.Plan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Plan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Publisher": "System.String", @@ -153224,6 +156310,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153243,11 +156334,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153283,7 +156369,7 @@ "Microsoft.Azure.Management.Compute.Models.SecurityProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UefiSettings": "Microsoft.Azure.Management.Compute.Models.UefiSettings", "SecurityType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SecurityTypes]", @@ -153292,6 +156378,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153311,11 +156402,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153347,7 +156433,7 @@ "Microsoft.Azure.Management.Compute.Models.UefiSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UefiSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "VTpmEnabled": "System.Nullable`1[System.Boolean]" @@ -153355,6 +156441,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153374,11 +156465,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153406,7 +156492,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SecurityTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SecurityTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153418,7 +156504,7 @@ "Microsoft.Azure.Management.Compute.Models.SecurityTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SecurityTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153433,6 +156519,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -153457,16 +156563,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -153487,16 +156583,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -153513,7 +156599,7 @@ "Microsoft.Azure.Management.Compute.Models.StorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.OSDisk", @@ -153527,6 +156613,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153546,11 +156637,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153582,7 +156668,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Offer": "System.String", @@ -153594,6 +156680,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153613,11 +156704,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153661,7 +156747,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", @@ -153673,7 +156759,8 @@ "WriteAcceleratorEnabled": "System.Nullable`1[System.Boolean]", "DiskSizeGB": "System.Nullable`1[System.Int32]", "Name": "System.String", - "CreateOption": "System.String" + "CreateOption": "System.String", + "DeleteOption": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -153683,6 +156770,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153702,11 +156794,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153761,6 +156848,10 @@ { "Name": "managedDisk", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteOption", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -153770,7 +156861,7 @@ "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Option": "System.String", "Placement": "System.String" @@ -153778,6 +156869,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153797,11 +156893,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153829,7 +156920,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference", "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", @@ -153843,6 +156934,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153862,11 +156958,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153898,7 +156989,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "KeyUrl": "System.String" @@ -153911,6 +157002,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153930,11 +157026,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153962,7 +157053,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "SecretUrl": "System.String" @@ -153975,6 +157066,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153994,11 +157090,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154026,7 +157117,7 @@ "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "StorageAccountType": "System.String", @@ -154035,6 +157126,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154054,11 +157150,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154090,13 +157181,18 @@ "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Uri": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154116,11 +157212,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154144,7 +157235,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -154156,7 +157247,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -154168,7 +157259,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -154182,7 +157273,8 @@ "DiskMBpsReadWrite": "System.Nullable`1[System.Int64]", "Name": "System.String", "CreateOption": "System.String", - "DetachOption": "System.String" + "DetachOption": "System.String", + "DeleteOption": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -154192,6 +157284,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154211,11 +157308,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154278,6 +157370,10 @@ { "Name": "detachOption", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteOption", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -154299,7 +157395,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", @@ -154309,6 +157405,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154328,11 +157429,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154368,7 +157464,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -154381,7 +157477,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -154389,6 +157485,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154408,11 +157509,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154440,7 +157536,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -154452,7 +157548,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154467,6 +157563,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -154491,16 +157607,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -154521,16 +157627,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -154547,7 +157643,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -154569,6 +157665,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154588,11 +157689,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154676,7 +157772,7 @@ "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "SerialConsoleLogBlobUri": "System.String", @@ -154685,6 +157781,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154704,11 +157805,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154740,7 +157836,7 @@ "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Level": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", "Time": "System.Nullable`1[System.DateTime]", @@ -154751,6 +157847,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154770,11 +157871,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154814,7 +157910,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -154826,7 +157922,7 @@ "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154841,6 +157937,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -154865,16 +157981,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -154895,16 +158001,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -154943,7 +158039,7 @@ "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastOperationResultCode": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]", "IsCustomerInitiatedMaintenanceAllowed": "System.Nullable`1[System.Boolean]", @@ -154956,6 +158052,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154975,11 +158076,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155027,7 +158123,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -155039,7 +158135,7 @@ "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155054,6 +158150,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -155078,16 +158194,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -155108,16 +158214,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -155134,7 +158230,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "ExtensionHandlers": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", @@ -155143,6 +158239,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155162,11 +158263,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155198,7 +158294,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -155210,7 +158306,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -155222,7 +158318,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "TypeHandlerVersion": "System.String", @@ -155231,6 +158327,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155250,11 +158351,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155286,13 +158382,18 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155312,11 +158413,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155340,7 +158436,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePatchSummary": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary", "LastPatchInstallationSummary": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary", @@ -155349,6 +158445,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155368,11 +158469,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155404,7 +158500,7 @@ "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "RebootPending": "System.Nullable`1[System.Boolean]", @@ -155418,6 +158514,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155437,11 +158538,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155493,7 +158589,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiError": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Innererror": "Microsoft.Azure.Management.Compute.Models.InnerError", "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", @@ -155504,6 +158600,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155523,11 +158624,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155567,7 +158663,7 @@ "Microsoft.Azure.Management.Compute.Models.InnerError": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.InnerError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptiontype": "System.String", "Errordetail": "System.String" @@ -155575,6 +158671,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155594,11 +158695,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155626,7 +158722,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -155638,7 +158734,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiErrorBase": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Target": "System.String", @@ -155647,6 +158743,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155666,11 +158767,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155702,7 +158798,7 @@ "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "MaintenanceWindowExceeded": "System.Nullable`1[System.Boolean]", @@ -155719,6 +158815,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155738,11 +158839,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155806,7 +158902,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -155818,7 +158914,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -155827,6 +158923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155846,11 +158947,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155882,7 +158978,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -155894,7 +158990,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -155906,7 +159002,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Substatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -155917,6 +159013,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155936,11 +159037,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155980,7 +159076,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -155992,7 +159088,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -156018,6 +159114,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156037,11 +159138,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156131,7 +159227,7 @@ "System.Net.HttpStatusCode": { "Namespace": "System.Net", "Name": "System.Net.HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156141,7 +159237,7 @@ "Microsoft.Azure.Management.Compute.Models.Sku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int64]", "Tier": "System.String", @@ -156150,6 +159246,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156169,11 +159270,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156205,7 +159301,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -156223,6 +159319,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156242,11 +159343,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156314,13 +159410,18 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156340,11 +159441,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156368,7 +159464,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -156380,7 +159476,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings", @@ -156390,6 +159486,7 @@ "EnableFpga": "System.Nullable`1[System.Boolean]", "EnableIPForwarding": "System.Nullable`1[System.Boolean]", "Name": "System.String", + "DeleteOption": "System.String", "Id": "System.String" }, "ElementType": null, @@ -156400,6 +159497,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156419,11 +159521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156470,6 +159567,10 @@ { "Name": "enableIPForwarding", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteOption", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -156479,13 +159580,18 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.IList`1[System.String]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156505,11 +159611,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156533,7 +159634,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -156545,7 +159646,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", @@ -156566,6 +159667,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156585,11 +159691,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156649,13 +159750,18 @@ "Microsoft.Azure.Management.Compute.Models.ApiEntityReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156675,11 +159781,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156703,14 +159804,16 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku", "PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource", "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings", "IpTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]", "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "PublicIPAddressVersion": "System.String" + "PublicIPAddressVersion": "System.String", + "DeleteOption": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -156720,6 +159823,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156739,11 +159847,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156778,6 +159881,14 @@ { "Name": "publicIPAddressVersion", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sku", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -156787,7 +159898,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabel": "System.String" }, @@ -156799,6 +159910,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156818,11 +159934,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156846,7 +159957,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -156858,7 +159969,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -156866,6 +159977,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156885,11 +160001,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156914,22 +160025,10 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.SubResource" - ], - "Methods": [], - "Constructors": [] - }, "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectFromScaleIn": "System.Nullable`1[System.Boolean]", "ProtectFromScaleSetActions": "System.Nullable`1[System.Boolean]" @@ -156937,6 +160036,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156956,11 +160060,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157000,7 +160099,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -157017,6 +160116,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157036,11 +160140,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157054,13 +160153,18 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157080,11 +160184,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157098,7 +160197,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -157110,7 +160209,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]", "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", @@ -157128,6 +160227,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157147,11 +160251,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157165,13 +160264,18 @@ "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TerminateNotificationProfile": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157191,11 +160295,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157219,7 +160318,7 @@ "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Nullable`1[System.Boolean]", "NotBeforeTimeout": "System.String" @@ -157227,6 +160326,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157246,11 +160350,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157278,14 +160377,20 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthProbe": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", - "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]" + "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]", + "NetworkApiVersion": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157305,11 +160410,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157328,6 +160428,10 @@ { "Name": "networkInterfaceConfigurations", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "networkApiVersion", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -157337,7 +160441,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -157350,6 +160454,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157369,11 +160478,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157421,7 +160525,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -157435,6 +160539,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157454,11 +160563,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157490,7 +160594,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -157511,6 +160615,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157530,11 +160639,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157594,7 +160698,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "StorageAccountType": "System.String" @@ -157602,6 +160706,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157621,11 +160730,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157653,7 +160757,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -157665,7 +160769,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters", "Lun": "System.Int32", @@ -157685,6 +160789,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157704,11 +160813,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157764,7 +160868,7 @@ "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -157772,6 +160876,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157791,11 +160900,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157819,7 +160923,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "GracePeriod": "System.String" @@ -157827,6 +160931,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157846,11 +160955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157878,13 +160982,18 @@ "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.IList`1[System.String]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157904,11 +161013,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157932,7 +161036,7 @@ "Microsoft.Azure.Management.Compute.Models.UpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy", "RollingUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -157946,6 +161050,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157965,11 +161074,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158001,7 +161105,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]", "DisableAutomaticRollback": "System.Nullable`1[System.Boolean]" @@ -158009,6 +161113,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158028,11 +161137,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158060,7 +161164,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]", "PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]", @@ -158077,6 +161181,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158096,11 +161205,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158144,7 +161248,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -158156,7 +161260,7 @@ "Microsoft.Azure.Management.Compute.Models.UpgradeMode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158171,6 +161275,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -158195,16 +161319,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -158225,16 +161339,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -158251,7 +161355,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", @@ -158261,6 +161365,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158280,11 +161389,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158320,7 +161424,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -158333,7 +161437,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -158341,6 +161445,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158360,11 +161469,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158392,13 +161496,18 @@ "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158418,11 +161527,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158446,7 +161550,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -158456,6 +161560,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158475,11 +161584,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158515,7 +161619,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -158527,7 +161631,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158542,6 +161646,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -158566,16 +161690,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -158596,16 +161710,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -158622,7 +161726,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -158634,7 +161738,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -158642,6 +161746,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158661,11 +161770,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158693,7 +161797,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -158705,7 +161809,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Quantity": "System.Nullable`1[System.Int64]", "MeterID": "System.String", @@ -158714,6 +161818,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158733,11 +161842,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158769,7 +161873,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -158781,7 +161885,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ZoneDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]", "Zones": "System.Collections.Generic.IList`1[System.String]", @@ -158790,6 +161894,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158809,11 +161918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158845,7 +161949,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -158857,7 +161961,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", "Name": "System.Collections.Generic.IList`1[System.String]" @@ -158865,6 +161969,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158884,11 +161993,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158916,7 +162020,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -158928,7 +162032,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestrictionInfo": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo", "Values": "System.Collections.Generic.IList`1[System.String]", @@ -158938,6 +162042,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158957,11 +162066,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158997,7 +162101,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.IList`1[System.String]", "Zones": "System.Collections.Generic.IList`1[System.String]" @@ -159005,6 +162109,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159024,11 +162133,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159056,7 +162160,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -159068,7 +162172,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159083,6 +162187,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -159107,16 +162231,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -159137,16 +162251,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -159163,7 +162267,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -159175,7 +162279,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159190,6 +162294,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -159214,16 +162338,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -159244,16 +162358,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -159270,7 +162374,7 @@ "Microsoft.Azure.Management.Compute.Models.CreationData": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CreationData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", "GalleryImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", @@ -159290,6 +162394,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159309,11 +162418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159369,7 +162473,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageDiskReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -159382,6 +162486,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159401,11 +162510,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159433,7 +162537,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -159441,6 +162545,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159460,11 +162569,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159492,7 +162596,7 @@ "Microsoft.Azure.Management.Compute.Models.Encryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Encryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSetId": "System.String", "Type": "System.String" @@ -159500,6 +162604,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159519,11 +162628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159551,7 +162655,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]", @@ -159565,6 +162669,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159584,11 +162693,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159620,7 +162724,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -159632,7 +162736,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference" @@ -159645,6 +162749,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159664,11 +162773,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159696,7 +162800,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -159709,6 +162813,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159728,11 +162837,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159760,13 +162864,18 @@ "Microsoft.Azure.Management.Compute.Models.SourceVault": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SourceVault", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159786,11 +162895,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159814,7 +162918,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -159827,6 +162931,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159846,11 +162955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159878,7 +162982,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -159890,13 +162994,18 @@ "Microsoft.Azure.Management.Compute.Models.ShareInfoElement": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmUri": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159916,11 +163025,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159944,7 +163048,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -159956,7 +163060,7 @@ "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState", @@ -159973,6 +163077,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159992,11 +163101,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160040,13 +163144,18 @@ "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160066,11 +163175,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160094,7 +163198,7 @@ "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -160103,6 +163207,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160122,11 +163231,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160158,7 +163262,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String", "PrincipalId": "System.String", @@ -160167,6 +163271,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160186,11 +163295,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160222,7 +163326,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -160234,13 +163338,18 @@ "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160260,11 +163369,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160288,13 +163392,18 @@ "Microsoft.Azure.Management.Compute.Models.Disallowed": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Disallowed", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskTypes": "System.Collections.Generic.IList`1[System.String]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160314,11 +163423,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160342,7 +163446,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Offer": "System.String", @@ -160356,6 +163460,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160375,11 +163484,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160411,7 +163515,7 @@ "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Publisher": "System.String", @@ -160420,6 +163524,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160439,11 +163548,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160475,7 +163579,7 @@ "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VCPUs": "Microsoft.Azure.Management.Compute.Models.ResourceRange", "Memory": "Microsoft.Azure.Management.Compute.Models.ResourceRange" @@ -160483,6 +163587,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160502,11 +163611,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160534,7 +163638,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceRange": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceRange", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Min": "System.Nullable`1[System.Int32]", "Max": "System.Nullable`1[System.Int32]" @@ -160542,6 +163646,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160561,11 +163670,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160593,7 +163697,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetRegions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]", "ExcludeFromLatest": "System.Nullable`1[System.Boolean]", @@ -160605,6 +163709,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160624,11 +163733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160672,7 +163776,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -160684,7 +163788,7 @@ "Microsoft.Azure.Management.Compute.Models.TargetRegion": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.TargetRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages", "RegionalReplicaCount": "System.Nullable`1[System.Int32]", @@ -160699,6 +163803,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160718,11 +163827,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160758,7 +163862,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionImages": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionImages", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption", "DataDiskImages": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]" @@ -160766,6 +163870,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160785,11 +163894,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160817,13 +163921,18 @@ "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSetId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160843,11 +163952,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160871,7 +163975,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -160883,7 +163987,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Int32", "DiskEncryptionSetId": "System.String" @@ -160896,6 +164000,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160915,11 +164024,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160947,7 +164051,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "OsDiskImage": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", @@ -160956,6 +164060,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160975,11 +164084,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161011,7 +164115,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Uri": "System.String" @@ -161019,6 +164123,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161038,11 +164147,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161070,7 +164174,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -161079,6 +164183,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161098,11 +164207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161134,7 +164238,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -161146,7 +164250,7 @@ "Microsoft.Azure.Management.Compute.Models.HostCaching": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.HostCaching", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161161,6 +164265,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -161185,16 +164309,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -161215,16 +164329,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -161241,7 +164345,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -161253,7 +164357,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "Lun": "System.Int32", @@ -161268,6 +164372,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161287,11 +164396,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161327,7 +164431,7 @@ "Microsoft.Azure.Management.Compute.Models.ReplicationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]", "AggregatedState": "System.String" @@ -161335,6 +164439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161354,11 +164463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161386,7 +164490,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -161398,7 +164502,7 @@ "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Progress": "System.Nullable`1[System.Int32]", "Region": "System.String", @@ -161408,6 +164512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161427,11 +164536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161467,7 +164571,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -161476,6 +164580,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161495,11 +164604,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161531,13 +164635,18 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllocatableVMs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161557,11 +164666,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161585,7 +164689,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -161597,7 +164701,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Double]", "VmSize": "System.String" @@ -161605,6 +164709,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161624,11 +164733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161656,7 +164760,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -161668,13 +164772,18 @@ "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161694,11 +164803,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161722,7 +164826,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -161734,7 +164838,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161749,6 +164853,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -161773,16 +164897,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -161803,16 +164917,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -161829,13 +164933,18 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161855,11 +164964,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161873,7 +164977,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -161885,7 +164989,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -161895,6 +164999,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161914,11 +165023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161954,7 +165058,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -161966,7 +165070,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Id": "System.String" @@ -161974,6 +165078,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161993,11 +165102,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162025,7 +165129,7 @@ "Microsoft.Azure.Management.Compute.Models.SnapshotSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -162033,6 +165137,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162052,11 +165161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162106,7 +165210,7 @@ "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162116,7 +165220,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradeSupported": "System.Boolean" }, @@ -162128,6 +165232,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162147,11 +165256,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162175,7 +165279,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperatingSystem": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" }, @@ -162187,6 +165291,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162206,11 +165315,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162234,7 +165338,7 @@ "Microsoft.Azure.Management.Compute.Models.PurchasePlan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -162249,6 +165353,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162268,11 +165377,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162308,7 +165412,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -162320,13 +165424,18 @@ "Microsoft.Azure.Management.Compute.Models.DataDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162346,11 +165455,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162374,7 +165478,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -162386,7 +165490,7 @@ "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Required": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -162401,6 +165505,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162420,11 +165529,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162460,7 +165564,7 @@ "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", "Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultURL": "System.String", "KeyEncryptionKeyURL": "System.String", @@ -162473,6 +165577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162492,11 +165601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162510,7 +165614,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -162522,7 +165626,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Code": "System.String" @@ -162530,6 +165634,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162549,11 +165658,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162581,7 +165685,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SuccessfulInstanceCount": "System.Nullable`1[System.Int32]", "FailedInstanceCount": "System.Nullable`1[System.Int32]", @@ -162591,6 +165695,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162610,11 +165719,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162650,7 +165754,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastAction": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]", "Code": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]", @@ -162660,6 +165764,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162679,11 +165788,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162719,7 +165823,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -162731,7 +165835,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162746,6 +165850,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -162770,16 +165894,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -162800,16 +165914,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -162826,7 +165930,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -162838,7 +165942,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162853,6 +165957,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -162877,16 +166001,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -162907,16 +166021,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -162933,7 +166037,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -162943,6 +166047,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162962,11 +166071,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163002,7 +166106,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -163014,7 +166118,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163029,6 +166133,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -163053,16 +166177,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -163083,16 +166197,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -163109,7 +166213,7 @@ "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163124,6 +166228,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -163148,16 +166272,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -163178,16 +166292,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -163204,7 +166308,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -163216,7 +166320,7 @@ "Microsoft.Azure.Management.Compute.Models.UsageName": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -163224,6 +166328,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163243,11 +166352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163275,7 +166379,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -163287,7 +166391,7 @@ "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Classifications": "System.Collections.Generic.IList`1[System.String]", "PatchId": "System.String", @@ -163299,6 +166403,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163318,11 +166427,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163366,7 +166470,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -163378,7 +166482,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=46.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=47.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Classifications": "System.Collections.Generic.IList`1[System.String]", "PublishedDate": "System.Nullable`1[System.DateTime]", @@ -163394,6 +166498,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163413,11 +166522,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163497,7 +166601,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -163509,7 +166613,7 @@ "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CredentialName": "System.String", "KeyVaultName": "System.String" @@ -163517,6 +166621,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163536,11 +166645,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163554,7 +166658,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -163566,7 +166670,7 @@ "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", "Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -163575,6 +166679,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163594,11 +166703,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163644,7 +166748,7 @@ "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -163658,7 +166762,8 @@ "DiskMBpsReadWrite": "System.Nullable`1[System.Int64]", "Name": "System.String", "CreateOption": "System.String", - "DetachOption": "System.String" + "DetachOption": "System.String", + "DeleteOption": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -163668,6 +166773,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163687,11 +166797,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ContainerInstance.json b/tools/Tools.Common/SerializedCmdlets/Az.ContainerInstance.json index 46f786ae133a..bece7184da07 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.ContainerInstance.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.ContainerInstance.json @@ -5,7 +5,7 @@ "NounName": "AzContainerInstanceOutput", "Name": "Add-AzContainerInstanceOutput", "ClassName": "Add-AzContainerInstanceOutput", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Attach", @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerAttachResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerAttachResponse, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerAttachResponse, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.String", "WebSocketUri": "System.String" @@ -115,7 +115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133,7 +133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151,7 +151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -169,7 +169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -187,7 +187,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205,7 +205,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223,7 +223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -350,7 +350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -374,7 +374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -398,7 +398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -422,7 +422,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -446,7 +446,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -470,7 +470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -494,7 +494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -522,7 +522,7 @@ "Name": "Get-AzContainerGroup", "ClassName": "Get-AzContainerGroup", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -530,7 +530,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[]", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroupIdentityUserAssignedIdentities", @@ -637,7 +637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -665,7 +665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -683,7 +683,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -701,7 +701,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -719,7 +719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -737,7 +737,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -755,7 +755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -773,7 +773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -874,7 +874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -898,7 +898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -922,7 +922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -946,7 +946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -970,7 +970,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -994,7 +994,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1018,7 +1018,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1098,7 +1098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1122,7 +1122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1146,7 +1146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1170,7 +1170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1194,7 +1194,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1218,7 +1218,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1242,7 +1242,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1298,7 +1298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1322,7 +1322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1346,7 +1346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1370,7 +1370,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1394,7 +1394,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1418,7 +1418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1442,7 +1442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1471,7 +1471,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -1505,7 +1505,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1529,7 +1529,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1553,7 +1553,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1577,7 +1577,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1601,7 +1601,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1625,7 +1625,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1649,7 +1649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1681,7 +1681,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1705,7 +1705,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1729,7 +1729,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1753,7 +1753,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1777,7 +1777,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1801,7 +1801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1825,7 +1825,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1853,7 +1853,7 @@ "Name": "Get-AzContainerInstanceCachedImage", "ClassName": "Get-AzContainerInstanceCachedImage", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -1861,7 +1861,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ICachedImages", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ICachedImages, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ICachedImages, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Image": "System.String", "OSType": "System.String" @@ -1922,7 +1922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1940,7 +1940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1958,7 +1958,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1976,7 +1976,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -1994,7 +1994,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2012,7 +2012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2030,7 +2030,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2105,7 +2105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2129,7 +2129,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2153,7 +2153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2177,7 +2177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2201,7 +2201,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2225,7 +2225,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2249,7 +2249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2277,7 +2277,7 @@ "Name": "Get-AzContainerInstanceCapability", "ClassName": "Get-AzContainerInstanceCapability", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -2285,7 +2285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ICapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ICapabilities, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ICapabilities, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CapabilityMaxCpu": "System.Nullable`1[System.Single]", "CapabilityMaxGpuCount": "System.Nullable`1[System.Single]", @@ -2352,7 +2352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2370,7 +2370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2388,7 +2388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2406,7 +2406,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2424,7 +2424,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2442,7 +2442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2460,7 +2460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2535,7 +2535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2559,7 +2559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2583,7 +2583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2607,7 +2607,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2631,7 +2631,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2655,7 +2655,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2679,7 +2679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2707,7 +2707,7 @@ "Name": "Get-AzContainerInstanceLog", "ClassName": "Get-AzContainerInstanceLog", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -2824,7 +2824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2845,7 +2845,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2863,7 +2863,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2881,7 +2881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2899,7 +2899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -2917,7 +2917,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2935,7 +2935,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2953,7 +2953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3097,7 +3097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3124,7 +3124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3148,7 +3148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3172,7 +3172,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3196,7 +3196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3220,7 +3220,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3244,7 +3244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3268,7 +3268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3296,7 +3296,7 @@ "Name": "Get-AzContainerInstanceUsage", "ClassName": "Get-AzContainerInstanceUsage", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -3304,7 +3304,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IUsage", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IUsage, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IUsage, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentValue": "System.Nullable`1[System.Int32]", "Limit": "System.Nullable`1[System.Int32]", @@ -3368,7 +3368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3386,7 +3386,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3404,7 +3404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3422,7 +3422,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3440,7 +3440,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3458,7 +3458,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3476,7 +3476,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3551,7 +3551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3575,7 +3575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3599,7 +3599,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3623,7 +3623,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3647,7 +3647,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3671,7 +3671,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3695,7 +3695,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3722,7 +3722,7 @@ "NounName": "AzContainerInstanceCommand", "Name": "Invoke-AzContainerInstanceCommand", "ClassName": "Invoke-AzContainerInstanceCommand", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ExecuteExpanded", @@ -3731,7 +3731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerExecResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerExecResponse, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerExecResponse, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.String", "WebSocketUri": "System.String" @@ -3882,7 +3882,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3900,7 +3900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3918,7 +3918,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3936,7 +3936,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -3954,7 +3954,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3972,7 +3972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3990,7 +3990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4185,7 +4185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4209,7 +4209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4233,7 +4233,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -4257,7 +4257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -4281,7 +4281,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4305,7 +4305,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4329,7 +4329,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4356,7 +4356,7 @@ "NounName": "AzContainerGroup", "Name": "New-AzContainerGroup", "ClassName": "New-AzContainerGroup", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", @@ -4365,7 +4365,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[]", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroupIdentityUserAssignedIdentities", @@ -4472,7 +4472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer", "GenericTypeArguments": [], @@ -4670,7 +4670,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort", "GenericTypeArguments": [], @@ -4742,7 +4742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential", "GenericTypeArguments": [], @@ -4760,7 +4760,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition", "GenericTypeArguments": [], @@ -4796,7 +4796,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4850,7 +4850,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4922,7 +4922,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4940,7 +4940,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume", "GenericTypeArguments": [], @@ -4961,7 +4961,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4979,7 +4979,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4997,7 +4997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5015,7 +5015,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -5033,7 +5033,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -5051,7 +5051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5069,7 +5069,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5087,7 +5087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5105,7 +5105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5203,7 +5203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer", "GenericTypeArguments": [], @@ -5467,7 +5467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort", "GenericTypeArguments": [], @@ -5563,7 +5563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential", "GenericTypeArguments": [], @@ -5587,7 +5587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition", "GenericTypeArguments": [], @@ -5635,7 +5635,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5707,7 +5707,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5803,7 +5803,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5827,7 +5827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume", "GenericTypeArguments": [], @@ -5854,7 +5854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5878,7 +5878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5902,7 +5902,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5926,7 +5926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -5950,7 +5950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -5974,7 +5974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5998,7 +5998,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6022,7 +6022,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6046,7 +6046,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6074,7 +6074,7 @@ "Name": "New-AzContainerGroupImageRegistryCredentialObject", "ClassName": "New-AzContainerGroupImageRegistryCredentialObject", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6082,7 +6082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ImageRegistryCredential", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ImageRegistryCredential, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ImageRegistryCredential, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.String", "Server": "System.String", @@ -6155,6 +6155,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -6169,11 +6174,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6332,7 +6332,7 @@ "Name": "New-AzContainerGroupPortObject", "ClassName": "New-AzContainerGroupPortObject", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6340,7 +6340,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Port", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Port, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Port, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port1": "System.Int32", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol]" @@ -6412,6 +6412,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -6426,11 +6431,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6547,7 +6547,7 @@ "Name": "New-AzContainerGroupVolumeObject", "ClassName": "New-AzContainerGroupVolumeObject", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6555,7 +6555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Volume", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Volume, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Volume, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ISecretVolume", "EmptyDir": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny", @@ -6635,6 +6635,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -6649,11 +6654,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6694,7 +6694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6850,7 +6850,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7022,7 +7022,7 @@ "Name": "New-AzContainerInstanceEnvironmentVariableObject", "ClassName": "New-AzContainerInstanceEnvironmentVariableObject", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7030,7 +7030,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.EnvironmentVariable", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.EnvironmentVariable, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.EnvironmentVariable, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "SecureValue": "System.String", @@ -7103,6 +7103,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -7117,11 +7122,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7280,7 +7280,7 @@ "Name": "New-AzContainerInstanceInitDefinitionObject", "ClassName": "New-AzContainerInstanceInitDefinitionObject", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7288,7 +7288,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.InitContainerDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.InitContainerDefinition, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.InitContainerDefinition, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", "InstanceViewEvent": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent[]", @@ -7375,6 +7375,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -7389,11 +7394,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7452,7 +7452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable", "GenericTypeArguments": [], @@ -7488,7 +7488,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount", "GenericTypeArguments": [], @@ -7560,7 +7560,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable", "GenericTypeArguments": [], @@ -7608,7 +7608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount", "GenericTypeArguments": [], @@ -7636,7 +7636,7 @@ "Name": "New-AzContainerInstanceObject", "ClassName": "New-AzContainerInstanceObject", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7644,7 +7644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Container", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Container, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.Container, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[]", "EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", @@ -7762,6 +7762,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -7776,11 +7781,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7857,7 +7857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable", "GenericTypeArguments": [], @@ -8145,7 +8145,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort", "GenericTypeArguments": [], @@ -8433,7 +8433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount", "GenericTypeArguments": [], @@ -8529,7 +8529,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable", "GenericTypeArguments": [], @@ -8913,7 +8913,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort", "GenericTypeArguments": [], @@ -9297,7 +9297,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount", "GenericTypeArguments": [], @@ -9325,7 +9325,7 @@ "Name": "New-AzContainerInstancePortObject", "ClassName": "New-AzContainerInstancePortObject", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -9333,7 +9333,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ContainerPort", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ContainerPort, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ContainerPort, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol]" @@ -9405,6 +9405,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -9419,11 +9424,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9540,7 +9540,7 @@ "Name": "New-AzContainerInstanceVolumeMountObject", "ClassName": "New-AzContainerInstanceVolumeMountObject", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -9548,7 +9548,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.VolumeMount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.VolumeMount, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.VolumeMount, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReadOnly": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -9621,6 +9621,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -9635,11 +9640,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9797,7 +9797,7 @@ "NounName": "AzContainerGroup", "Name": "Remove-AzContainerGroup", "ClassName": "Remove-AzContainerGroup", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -9806,7 +9806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[]", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroupIdentityUserAssignedIdentities", @@ -9913,7 +9913,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -9941,7 +9941,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9959,7 +9959,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9977,7 +9977,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9995,7 +9995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10013,7 +10013,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10031,7 +10031,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10049,7 +10049,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10067,7 +10067,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10085,7 +10085,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10103,7 +10103,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10204,7 +10204,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10228,7 +10228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10252,7 +10252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10276,7 +10276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10300,7 +10300,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10324,7 +10324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10348,7 +10348,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10372,7 +10372,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10396,7 +10396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10420,7 +10420,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10449,7 +10449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -10483,7 +10483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10507,7 +10507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10531,7 +10531,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10555,7 +10555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10579,7 +10579,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10603,7 +10603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10627,7 +10627,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10651,7 +10651,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10675,7 +10675,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10699,7 +10699,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10731,7 +10731,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10755,7 +10755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10779,7 +10779,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10803,7 +10803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10827,7 +10827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -10851,7 +10851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10875,7 +10875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10899,7 +10899,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10923,7 +10923,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10947,7 +10947,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10974,7 +10974,7 @@ "NounName": "AzContainerGroup", "Name": "Start-AzContainerGroup", "ClassName": "Start-AzContainerGroup", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Start", @@ -11058,7 +11058,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -11086,7 +11086,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11104,7 +11104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11122,7 +11122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11140,7 +11140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11158,7 +11158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11176,7 +11176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11194,7 +11194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11212,7 +11212,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11230,7 +11230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11248,7 +11248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11349,7 +11349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11373,7 +11373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11397,7 +11397,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11421,7 +11421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11445,7 +11445,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11469,7 +11469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11493,7 +11493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11517,7 +11517,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11541,7 +11541,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11565,7 +11565,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11594,7 +11594,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -11628,7 +11628,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11652,7 +11652,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11676,7 +11676,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11700,7 +11700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11724,7 +11724,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11748,7 +11748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11772,7 +11772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11796,7 +11796,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11820,7 +11820,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11844,7 +11844,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11876,7 +11876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11900,7 +11900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11924,7 +11924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11948,7 +11948,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11972,7 +11972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -11996,7 +11996,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12020,7 +12020,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12044,7 +12044,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12068,7 +12068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12092,7 +12092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12119,7 +12119,7 @@ "NounName": "AzContainerGroup", "Name": "Stop-AzContainerGroup", "ClassName": "Stop-AzContainerGroup", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Stop", @@ -12203,7 +12203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -12231,7 +12231,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12249,7 +12249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12267,7 +12267,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12285,7 +12285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12303,7 +12303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12321,7 +12321,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12339,7 +12339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12357,7 +12357,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12458,7 +12458,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12482,7 +12482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12506,7 +12506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12530,7 +12530,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12554,7 +12554,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12578,7 +12578,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12602,7 +12602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12626,7 +12626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12655,7 +12655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -12689,7 +12689,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12713,7 +12713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12737,7 +12737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12761,7 +12761,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12785,7 +12785,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12809,7 +12809,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12833,7 +12833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12857,7 +12857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12889,7 +12889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12913,7 +12913,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12937,7 +12937,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12961,7 +12961,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -12985,7 +12985,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13009,7 +13009,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13033,7 +13033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13057,7 +13057,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13084,7 +13084,7 @@ "NounName": "AzContainerGroup", "Name": "Update-AzContainerGroup", "ClassName": "Update-AzContainerGroup", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", @@ -13093,7 +13093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroup, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[]", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroupIdentityUserAssignedIdentities", @@ -13200,7 +13200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -13243,7 +13243,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13264,7 +13264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13282,7 +13282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13300,7 +13300,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13318,7 +13318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13336,7 +13336,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13354,7 +13354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13372,7 +13372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13494,7 +13494,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13521,7 +13521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13545,7 +13545,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13569,7 +13569,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13593,7 +13593,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13617,7 +13617,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13641,7 +13641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13665,7 +13665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13694,7 +13694,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerName": "System.String", @@ -13749,7 +13749,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13776,7 +13776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13800,7 +13800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13824,7 +13824,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13848,7 +13848,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -13872,7 +13872,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13896,7 +13896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13920,7 +13920,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13973,7 +13973,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14000,7 +14000,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14024,7 +14024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14048,7 +14048,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14072,7 +14072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", "GenericTypeArguments": [], @@ -14096,7 +14096,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14120,7 +14120,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14144,7 +14144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14311,7 +14311,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -14407,6 +14407,11 @@ "Parameters": [], "ReturnType": "System.Int32" }, + { + "Name": "Clone", + "Parameters": [], + "ReturnType": "System.Object" + }, { "Name": "DynamicInvoke", "Parameters": [ @@ -14418,19 +14423,14 @@ "ReturnType": "System.Object" }, { - "Name": "Clone", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Object" + "ReturnType": "System.Type" }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14473,7 +14473,7 @@ "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14485,7 +14485,7 @@ "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14545,7 +14545,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer", "GenericTypeArguments": [], @@ -14555,7 +14555,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainer, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[]", "EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", @@ -14614,7 +14614,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort", "GenericTypeArguments": [], @@ -14624,7 +14624,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerPort, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol]" @@ -14637,7 +14637,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14649,7 +14649,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14721,7 +14721,7 @@ "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14733,7 +14733,7 @@ "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14743,7 +14743,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable", "GenericTypeArguments": [], @@ -14753,7 +14753,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "SecureValue": "System.String", @@ -14767,7 +14767,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent", "GenericTypeArguments": [], @@ -14777,7 +14777,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FirstTimestamp": "System.Nullable`1[System.DateTime]", "LastTimestamp": "System.Nullable`1[System.DateTime]", @@ -14828,7 +14828,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount", "GenericTypeArguments": [], @@ -14838,7 +14838,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolumeMount, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReadOnly": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -14864,7 +14864,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14876,7 +14876,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14948,7 +14948,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14960,7 +14960,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15054,7 +15054,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroupIdentityUserAssignedIdentities": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroupIdentityUserAssignedIdentities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroupIdentityUserAssignedIdentities, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IContainerGroupIdentityUserAssignedIdentities, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15064,7 +15064,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential", "GenericTypeArguments": [], @@ -15074,7 +15074,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IImageRegistryCredential, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.String", "Server": "System.String", @@ -15088,7 +15088,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition", "GenericTypeArguments": [], @@ -15098,7 +15098,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IInitContainerDefinition, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEnvironmentVariable[]", "InstanceViewEvent": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IEvent[]", @@ -15126,7 +15126,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ILogAnalyticsMetadata": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ILogAnalyticsMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ILogAnalyticsMetadata, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ILogAnalyticsMetadata, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15136,7 +15136,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ILogAnalyticsWorkspaceResourceId": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ILogAnalyticsWorkspaceResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ILogAnalyticsWorkspaceResourceId, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ILogAnalyticsWorkspaceResourceId, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15146,7 +15146,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort", "GenericTypeArguments": [], @@ -15156,7 +15156,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IPort, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port1": "System.Int32", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol]" @@ -15169,7 +15169,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15181,7 +15181,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15253,7 +15253,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[], Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume[], Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume", "GenericTypeArguments": [], @@ -15263,7 +15263,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.IVolume, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ISecretVolume", "EmptyDir": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny", @@ -15284,7 +15284,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ISecretVolume": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ISecretVolume", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ISecretVolume, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20210301.ISecretVolume, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15294,7 +15294,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15304,7 +15304,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15376,7 +15376,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15388,7 +15388,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15460,7 +15460,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15472,7 +15472,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15544,7 +15544,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15556,7 +15556,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15628,7 +15628,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15640,7 +15640,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15712,7 +15712,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15724,7 +15724,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15808,7 +15808,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode, Az.ContainerInstance.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode, Az.ContainerInstance.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode" }, @@ -15820,6 +15820,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -15834,11 +15839,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] diff --git a/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json b/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json index f286f0b0822f..bfc549aa3de7 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json @@ -1,5 +1,4 @@ { - "ProcessedTypes": {}, "Cmdlets": [ { "VerbName": "Add", @@ -8,7 +7,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.AddAzureEventHubIPRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "IPRulePropertiesParameterSet", "OutputTypes": [ @@ -85,7 +83,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105,7 +103,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123,7 +121,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141,7 +139,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271,7 +269,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297,7 +295,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321,7 +319,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -345,7 +343,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413,7 +411,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -439,7 +437,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -630,7 +628,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.NewAzureEventHubVNetRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "VirtualNetworkRulePropertiesParameterSet", "OutputTypes": [ @@ -707,7 +704,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -727,7 +724,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -745,7 +742,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -763,7 +760,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -893,7 +890,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -919,7 +916,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -943,7 +940,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -967,7 +964,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1035,7 +1032,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1061,7 +1058,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1252,9 +1249,8 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureRmEventHub", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "EventhubPropertiesSet", "OutputTypes": [ { "Type": { @@ -1331,7 +1327,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1351,7 +1347,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1371,7 +1367,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1389,7 +1385,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1403,6 +1399,79 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "NamespaceObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", + "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "CreatedAt": "System.Nullable`1[System.DateTime]", + "UpdatedAt": "System.Nullable`1[System.DateTime]", + "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", + "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", + "ProvisioningState": "System.String", + "ResourceGroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "evResource", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -1439,7 +1508,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "EventhubPropertiesSet", "Parameters": [ { "ParameterMetadata": { @@ -1448,7 +1517,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1463,7 +1532,7 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -1474,7 +1543,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1489,7 +1558,7 @@ "Mandatory": true, "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -1500,7 +1569,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1515,7 +1584,7 @@ "Mandatory": false, "Position": 2, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -1524,7 +1593,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1583,6 +1652,199 @@ "ValueFromPipelineByPropertyName": false } ] + }, + { + "Name": "NamespaceInputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "EventHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NamespaceObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", + "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "KafkaEnabled": "System.Nullable`1[System.Boolean]", + "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]", + "CreatedAt": "System.Nullable`1[System.DateTime]", + "UpdatedAt": "System.Nullable`1[System.DateTime]", + "MaximumThroughputUnits": "System.Nullable`1[System.Int32]", + "Location": "System.String", + "ServiceBusEndpoint": "System.String", + "Name": "System.String", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ClusterArmId": "System.String", + "ProvisioningState": "System.String", + "ResourceGroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "evResource", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] } ], "AliasList": [] @@ -1594,7 +1856,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventHubAuthorizationRule", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -1670,7 +1931,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1690,7 +1951,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1710,7 +1971,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1728,7 +1989,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1748,7 +2009,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1805,7 +2066,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1831,7 +2092,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1901,7 +2162,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1925,7 +2186,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1951,7 +2212,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2021,7 +2282,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2047,7 +2308,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2071,7 +2332,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2097,7 +2358,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2167,7 +2428,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2191,7 +2452,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2215,7 +2476,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2241,7 +2502,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2309,7 +2570,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureRmEventHubCluster", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -2388,7 +2648,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2408,7 +2668,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2465,7 +2725,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2491,7 +2751,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2559,7 +2819,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureEventHubAvailableClusters", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ClusterGetPropertiesSet", "OutputTypes": [ @@ -2567,7 +2826,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -2671,7 +2930,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.GetAzureRmEventHubConsumerGroup", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -2747,7 +3005,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2767,7 +3025,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2787,7 +3045,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2807,7 +3065,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2825,7 +3083,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -2884,7 +3142,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2910,7 +3168,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2936,7 +3194,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2962,7 +3220,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2986,7 +3244,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -3056,7 +3314,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.GetEventHubGeoDRConfiguration", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRParameterSet", "OutputTypes": [ @@ -3134,7 +3391,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3152,7 +3409,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3243,7 +3500,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3261,7 +3518,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3318,7 +3575,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3342,7 +3599,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3366,7 +3623,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3513,7 +3770,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3581,7 +3838,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3605,7 +3862,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3673,7 +3930,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3741,7 +3998,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventhubKey", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -3813,7 +4069,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3833,7 +4089,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3853,7 +4109,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3871,7 +4127,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3891,7 +4147,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3948,7 +4204,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3974,7 +4230,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4044,7 +4300,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4068,7 +4324,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4094,7 +4350,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4164,7 +4420,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4190,7 +4446,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4214,7 +4470,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4240,7 +4496,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4310,7 +4566,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4334,7 +4590,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4358,7 +4614,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4384,7 +4640,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4452,7 +4708,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.GetAzureRmEventHubNamespace", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -4534,7 +4789,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4554,7 +4809,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4611,7 +4866,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4637,7 +4892,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4705,7 +4960,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.GetAzureEventHubNetworkRuleSet", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NetworkRuleSetPropertiesSet", "OutputTypes": [ @@ -4782,7 +5036,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4802,7 +5056,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4820,7 +5074,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4877,7 +5131,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4903,7 +5157,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4971,7 +5225,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4997,7 +5251,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5065,7 +5319,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5177,7 +5431,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.NewAzureRmEventHub", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "EventhubPropertiesSet", "OutputTypes": [ @@ -5256,7 +5509,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5276,7 +5529,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5296,7 +5549,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5386,7 +5639,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5406,7 +5659,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5465,7 +5718,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5491,7 +5744,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5517,7 +5770,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5663,7 +5916,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5689,7 +5942,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5715,7 +5968,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5783,7 +6036,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5809,7 +6062,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5835,7 +6088,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5861,7 +6114,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5887,7 +6140,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5955,7 +6208,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubAuthorizationRules", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -6031,7 +6283,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6051,7 +6303,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6071,7 +6323,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6091,7 +6343,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6109,7 +6361,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6170,7 +6422,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6196,7 +6448,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6220,7 +6472,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6294,7 +6546,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6318,7 +6570,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6344,7 +6596,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6368,7 +6620,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6442,7 +6694,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6468,7 +6720,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6492,7 +6744,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6518,7 +6770,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6542,7 +6794,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6614,7 +6866,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureAuthorizationRuleSASToken", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -6687,7 +6938,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6705,7 +6956,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6723,7 +6974,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6743,7 +6994,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6804,7 +7055,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6872,7 +7123,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6896,7 +7147,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6922,7 +7173,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6950,7 +7201,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7018,7 +7269,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.NewAzureRmEventHubCluster", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ClusterPropertiesSet", "OutputTypes": [ @@ -7096,7 +7346,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7114,7 +7364,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7132,7 +7382,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7150,7 +7400,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7170,7 +7420,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7188,7 +7438,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7245,7 +7495,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7269,7 +7519,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7293,7 +7543,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7317,7 +7567,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7343,7 +7593,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7367,7 +7617,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7435,7 +7685,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7459,7 +7709,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7571,7 +7821,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.NewEventHubConsumerGroup", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7647,7 +7896,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7667,7 +7916,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7687,7 +7936,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7707,7 +7956,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7725,7 +7974,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7782,7 +8031,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7808,7 +8057,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7834,7 +8083,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7860,7 +8109,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7884,7 +8133,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7952,7 +8201,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.NewAzureRmEventHubGeoDRConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRParameterSet", "OutputTypes": [ @@ -8030,7 +8278,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8048,7 +8296,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8139,7 +8387,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8157,7 +8405,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8175,7 +8423,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8193,7 +8441,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8211,7 +8459,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8268,7 +8516,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8292,7 +8540,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8316,7 +8564,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8340,7 +8588,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8364,7 +8612,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8388,7 +8636,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8535,7 +8783,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8559,7 +8807,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8583,7 +8831,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8607,7 +8855,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8675,7 +8923,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8699,7 +8947,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8723,7 +8971,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8747,7 +8995,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8771,7 +9019,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8839,7 +9087,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8863,7 +9111,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8887,7 +9135,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8911,7 +9159,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8979,7 +9227,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -9053,7 +9300,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9073,7 +9320,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9093,7 +9340,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9113,7 +9360,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9131,7 +9378,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9152,7 +9399,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9211,7 +9458,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9237,7 +9484,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9261,7 +9508,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9288,7 +9535,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9358,7 +9605,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9384,7 +9631,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9410,7 +9657,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9434,7 +9681,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9461,7 +9708,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9531,7 +9778,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9557,7 +9804,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9583,7 +9830,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9609,7 +9856,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9633,7 +9880,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9660,7 +9907,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9728,7 +9975,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.NewAzureEventHubNamespace", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceParameterSet", "OutputTypes": [ @@ -9810,7 +10056,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9830,7 +10076,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9848,7 +10094,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9866,7 +10112,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9888,7 +10134,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9908,7 +10154,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9926,7 +10172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9944,7 +10190,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9964,7 +10210,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9982,7 +10228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10000,7 +10246,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10018,7 +10264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10075,7 +10321,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10145,7 +10391,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10169,7 +10415,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10193,7 +10439,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10221,7 +10467,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10247,7 +10493,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10271,7 +10517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10295,7 +10541,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10319,7 +10565,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10343,7 +10589,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10367,7 +10613,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10437,7 +10683,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10461,7 +10707,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10485,7 +10731,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10513,7 +10759,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10539,7 +10785,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10563,7 +10809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10587,7 +10833,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10613,7 +10859,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10637,7 +10883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10661,7 +10907,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10685,7 +10931,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10709,7 +10955,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10777,7 +11023,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.RemoveAzureEventHub", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "EventhubDefaultSet", "OutputTypes": [ @@ -10785,7 +11030,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10804,7 +11049,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10824,7 +11069,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10844,7 +11089,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10932,7 +11177,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10950,7 +11195,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10968,7 +11213,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11025,7 +11270,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11051,7 +11296,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11077,7 +11322,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11101,7 +11346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11125,7 +11370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11269,7 +11514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11293,7 +11538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11361,7 +11606,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11385,7 +11630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11409,7 +11654,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11477,7 +11722,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11501,7 +11746,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11569,7 +11814,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.RemoveAzureEventhubAuthorizationRules", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -11577,7 +11821,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11596,7 +11840,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11616,7 +11860,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11636,7 +11880,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11656,7 +11900,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11674,7 +11918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11692,7 +11936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11749,7 +11993,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11775,7 +12019,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11799,7 +12043,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11823,7 +12067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11893,7 +12137,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11917,7 +12161,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11943,7 +12187,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11967,7 +12211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11991,7 +12235,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12061,7 +12305,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12087,7 +12331,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12111,7 +12355,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12137,7 +12381,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12161,7 +12405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12185,7 +12429,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12253,7 +12497,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.RemoveAzureEventHubCluster", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ClusterPropertiesSet", "OutputTypes": [ @@ -12261,7 +12504,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12280,7 +12523,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12298,7 +12541,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12386,7 +12629,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12404,7 +12647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12422,7 +12665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12479,7 +12722,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12503,7 +12746,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12527,7 +12770,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12551,7 +12794,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12695,7 +12938,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12719,7 +12962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12787,7 +13030,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12811,7 +13054,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12835,7 +13078,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12903,7 +13146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12927,7 +13170,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12995,7 +13238,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.RemoveAzureRmEventHubConsumerGroupp", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ConsumergroupPropertiesSet", "OutputTypes": [ @@ -13003,7 +13245,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13022,7 +13264,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13042,7 +13284,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13062,7 +13304,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13082,7 +13324,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13167,7 +13409,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13185,7 +13427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13203,7 +13445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13260,7 +13502,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13286,7 +13528,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13312,7 +13554,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13338,7 +13580,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13362,7 +13604,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13386,7 +13628,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13527,7 +13769,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13551,7 +13793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13619,7 +13861,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13643,7 +13885,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13667,7 +13909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13735,7 +13977,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13759,7 +14001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13827,7 +14069,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.RemoveEventHubGeoDRConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRParameterSet", "OutputTypes": [ @@ -13835,7 +14076,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13854,7 +14095,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13872,7 +14113,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13890,7 +14131,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13977,7 +14218,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13995,7 +14236,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14013,7 +14254,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14070,7 +14311,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14094,7 +14335,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14118,7 +14359,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14142,7 +14383,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14166,7 +14407,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14309,7 +14550,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14333,7 +14574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14401,7 +14642,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14425,7 +14666,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14449,7 +14690,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14517,7 +14758,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14541,7 +14782,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14609,7 +14850,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubIPRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "IPRulePropertiesParameterSet", "OutputTypes": [ @@ -14686,7 +14926,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14706,7 +14946,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14724,7 +14964,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14815,7 +15055,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14833,7 +15073,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14890,7 +15130,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14916,7 +15156,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14940,7 +15180,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14964,7 +15204,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14988,7 +15228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15056,7 +15296,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15082,7 +15322,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15185,7 +15425,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15209,7 +15449,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15277,7 +15517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15301,7 +15541,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15369,7 +15609,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.RemoveAzureRmEventHubNamespace", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceParameterSet", "OutputTypes": [ @@ -15377,7 +15616,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15396,7 +15635,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15416,7 +15655,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15507,7 +15746,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15525,7 +15764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15543,7 +15782,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15600,7 +15839,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15626,7 +15865,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15650,7 +15889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15674,7 +15913,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15821,7 +16060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15845,7 +16084,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15913,7 +16152,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15937,7 +16176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15961,7 +16200,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16029,7 +16268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16053,7 +16292,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16121,7 +16360,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubNetworkRuleSet", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NetworkRuleSetPropertiesSet", "OutputTypes": [ @@ -16129,7 +16367,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16148,7 +16386,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16168,7 +16406,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16259,7 +16497,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16277,7 +16515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16295,7 +16533,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16352,7 +16590,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16378,7 +16616,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16402,7 +16640,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16426,7 +16664,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16573,7 +16811,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16597,7 +16835,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16665,7 +16903,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16689,7 +16927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16713,7 +16951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16781,7 +17019,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16805,7 +17043,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16873,7 +17111,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubVNetRule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "VirtualNetworkRulePropertiesParameterSet", "OutputTypes": [ @@ -16950,7 +17187,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16970,7 +17207,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16988,7 +17225,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17079,7 +17316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17097,7 +17334,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17154,7 +17391,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17180,7 +17417,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17204,7 +17441,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17228,7 +17465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17252,7 +17489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17320,7 +17557,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17346,7 +17583,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17449,7 +17686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17473,7 +17710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17541,7 +17778,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17565,7 +17802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17633,7 +17870,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.SetAzureEventHub", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -17712,7 +17948,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17732,7 +17968,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17752,7 +17988,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17842,7 +18078,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17862,7 +18098,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17921,7 +18157,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17947,7 +18183,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17973,7 +18209,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18119,7 +18355,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18145,7 +18381,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18171,7 +18407,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18239,7 +18475,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18265,7 +18501,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18291,7 +18527,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18317,7 +18553,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18343,7 +18579,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18411,7 +18647,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.SetAzureEventhubAuthorizationRules", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceAuthorizationRuleSet", "OutputTypes": [ @@ -18487,7 +18722,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18507,7 +18742,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18527,7 +18762,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18547,7 +18782,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18634,7 +18869,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -18695,7 +18930,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18721,7 +18956,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18791,7 +19026,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18890,7 +19125,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -18918,7 +19153,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18944,7 +19179,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19014,7 +19249,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19040,7 +19275,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19139,7 +19374,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19167,7 +19402,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19193,7 +19428,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19336,7 +19571,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19362,7 +19597,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19430,7 +19665,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.SetAzureEventHubCluster", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ClusterPropertiesSet", "OutputTypes": [ @@ -19508,7 +19742,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19526,7 +19760,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19544,7 +19778,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19562,7 +19796,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19651,7 +19885,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19669,7 +19903,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19726,7 +19960,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19750,7 +19984,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19774,7 +20008,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19798,7 +20032,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19824,7 +20058,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19892,7 +20126,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19916,7 +20150,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19940,7 +20174,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20171,7 +20405,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.SetAzureEventHubConsumerGroup", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -20247,7 +20480,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20267,7 +20500,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20287,7 +20520,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20307,7 +20540,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20325,7 +20558,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20382,7 +20615,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20408,7 +20641,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20434,7 +20667,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20460,7 +20693,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20484,7 +20717,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20552,7 +20785,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.SetAzureEventHubGeoDRConfigurationBreakPair", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRParameterSet", "OutputTypes": [ @@ -20560,7 +20792,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20579,7 +20811,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20597,7 +20829,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20615,7 +20847,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20702,7 +20934,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20720,7 +20952,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20777,7 +21009,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20801,7 +21033,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20825,7 +21057,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20849,7 +21081,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20992,7 +21224,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21060,7 +21292,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21084,7 +21316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21152,7 +21384,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21220,7 +21452,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.SetAzureEventHubGeoDRConfigurationFailOver", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "GeoDRParameterSet", "OutputTypes": [ @@ -21228,7 +21459,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21247,7 +21478,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21265,7 +21496,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21283,7 +21514,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21370,7 +21601,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21388,7 +21619,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21445,7 +21676,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21469,7 +21700,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21493,7 +21724,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21517,7 +21748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21660,7 +21891,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21728,7 +21959,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21752,7 +21983,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21820,7 +22051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21888,7 +22119,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.SetAzureEventHubNamespace", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceParameterSet", "OutputTypes": [ @@ -21970,7 +22200,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21990,7 +22220,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22008,7 +22238,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22026,7 +22256,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22048,7 +22278,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22068,7 +22298,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22088,7 +22318,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22106,7 +22336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22124,7 +22354,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22144,7 +22374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22162,7 +22392,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22180,7 +22410,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22198,7 +22428,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22216,7 +22446,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String[]]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22275,7 +22505,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22301,7 +22531,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22325,7 +22555,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22349,7 +22579,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22377,7 +22607,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22403,7 +22633,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22429,7 +22659,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22453,7 +22683,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22477,7 +22707,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22501,7 +22731,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22525,7 +22755,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22549,7 +22779,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String[]]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22619,7 +22849,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22645,7 +22875,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22669,7 +22899,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22693,7 +22923,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22721,7 +22951,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22747,7 +22977,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.NamespaceState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.NamespaceState, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22773,7 +23003,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22797,7 +23027,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22821,7 +23051,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22847,7 +23077,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22871,7 +23101,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22895,7 +23125,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22919,7 +23149,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22943,7 +23173,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String[]]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23013,7 +23243,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23039,7 +23269,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23063,7 +23293,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23087,7 +23317,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23115,7 +23345,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23141,7 +23371,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23165,7 +23395,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23189,7 +23419,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23215,7 +23445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23239,7 +23469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23351,7 +23581,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.SetAzureEventHubNetworkrule", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "NetworkRuleSetPropertiesSet", "OutputTypes": [ @@ -23428,7 +23657,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23448,7 +23677,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23466,7 +23695,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23484,7 +23713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23608,7 +23837,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23665,7 +23894,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23691,7 +23920,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23833,7 +24062,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23859,7 +24088,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23883,7 +24112,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23907,7 +24136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24025,7 +24254,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24051,7 +24280,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24075,7 +24304,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24187,7 +24416,6 @@ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.TestAzureEventhubCheckNameAvailability", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "NamespaceCheckNameAvailabilitySet", "OutputTypes": [ @@ -24278,7 +24506,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24296,7 +24524,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24314,7 +24542,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24371,7 +24599,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24395,7 +24623,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24419,7 +24647,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24487,7 +24715,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24737,7 +24965,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24814,7 +25042,7 @@ "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24824,7 +25052,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24955,7 +25183,7 @@ "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24999,7 +25227,7 @@ "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25046,7 +25274,7 @@ "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25102,7 +25330,7 @@ "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -25112,7 +25340,7 @@ "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25122,7 +25350,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25134,7 +25362,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25146,7 +25374,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25274,7 +25502,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25309,7 +25537,17 @@ "Type": "System.Enum" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -25321,16 +25559,6 @@ "Parameters": [], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -25381,7 +25609,7 @@ "System.TypeCode": { "Namespace": "System", "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25391,7 +25619,7 @@ "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25403,7 +25631,7 @@ "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.EntityStatus, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.EntityStatus, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25440,16 +25668,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -25460,6 +25678,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -25510,7 +25738,7 @@ "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25522,7 +25750,7 @@ "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25532,7 +25760,7 @@ "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25541,25 +25769,76 @@ "Methods": [], "Constructors": [] }, - "System.Collections.Generic.Dictionary`2[System.String,System.String]": { + "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "KeyVaultProperties": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]", + "KeySource": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resEncryption", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.String", - "System.String" + "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster": { - "Namespace": "Microsoft.Azure.Commands.EventHub.Models", - "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties": { + "Namespace": "Microsoft.Azure.Management.EventHub.Models", + "Name": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Location": "System.String" + "KeyName": "System.String", + "KeyVaultUri": "System.String", + "KeyVersion": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -25600,7 +25879,15 @@ "Name": "", "Parameters": [ { - "Name": "cluster", + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyVaultUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyVersion", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -25608,22 +25895,22 @@ } ] }, - "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]": { + "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR" + "Microsoft.Azure.Management.EventHub.Models.KeySource" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR": { + "Microsoft.Azure.Management.EventHub.Models.KeySource": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", - "Name": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR", - "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.EventHub.Models.KeySource", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25648,16 +25935,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -25668,6 +25945,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -25715,22 +26002,73 @@ ], "Constructors": [] }, - "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]": { + "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Type": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", + "TenantId": "System.String", + "PrincipalId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery" + "Microsoft.Azure.Management.EventHub.Models.IdentityType" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery": { + "Microsoft.Azure.Management.EventHub.Models.IdentityType": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", - "Name": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery", - "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.EventHub.Models.IdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25755,16 +26093,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -25775,6 +26103,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -25822,17 +26160,23 @@ ], "Constructors": [] }, - "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes": { - "Namespace": "Microsoft.Azure.Commands.EventHub.Models", - "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Management.EventHub.Models.Sku": { + "Namespace": "Microsoft.Azure.Management.EventHub.Models", + "Name": "Microsoft.Azure.Management.EventHub.Models.Sku", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.Sku, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "KeyVaultProperties": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]", - "KeySource": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]" + "Capacity": "System.Nullable`1[System.Int32]", + "Tier": "System.String", + "Name": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "GetType", "Parameters": [], @@ -25860,11 +26204,24 @@ } ], "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, { "Name": "", "Parameters": [ { - "Name": "resEncryption", + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "capacity", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -25872,26 +26229,25 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]": { + "System.Collections.Generic.Dictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties" + "System.String", + "System.String" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties": { - "Namespace": "Microsoft.Azure.Management.EventHub.Models", - "Name": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster": { + "Namespace": "Microsoft.Azure.Commands.EventHub.Models", + "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "KeyName": "System.String", - "KeyVaultUri": "System.String", - "KeyVersion": "System.String" + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -25932,15 +26288,7 @@ "Name": "", "Parameters": [ { - "Name": "keyName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyVaultUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyVersion", + "Name": "cluster", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -25948,22 +26296,22 @@ } ] }, - "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]": { + "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Management.EventHub.Models.KeySource" + "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Management.EventHub.Models.KeySource": { + "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", - "Name": "Microsoft.Azure.Management.EventHub.Models.KeySource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25988,16 +26336,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -26008,6 +26346,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -26055,73 +26403,22 @@ ], "Constructors": [] }, - "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes": { - "Namespace": "Microsoft.Azure.Commands.EventHub.Models", - "Name": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Type": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", - "TenantId": "System.String", - "PrincipalId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "resIdentity", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]": { + "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]": { "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Management.EventHub.Models.IdentityType" + "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Management.EventHub.Models.IdentityType": { + "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery": { "Namespace": "Microsoft.Azure.Management.EventHub.Models", - "Name": "Microsoft.Azure.Management.EventHub.Models.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery", + "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26146,16 +26443,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -26166,6 +26453,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -26213,75 +26510,6 @@ ], "Constructors": [] }, - "Microsoft.Azure.Management.EventHub.Models.Sku": { - "Namespace": "Microsoft.Azure.Management.EventHub.Models", - "Name": "Microsoft.Azure.Management.EventHub.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.Sku, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Capacity": "System.Nullable`1[System.Int32]", - "Tier": "System.String", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "name", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "tier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "capacity", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes": { "Namespace": "Microsoft.Azure.Commands.EventHub.Models", "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes", @@ -26365,16 +26593,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -26385,6 +26603,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -26435,7 +26663,7 @@ "System.String[]": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -26445,7 +26673,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.7.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -26482,16 +26710,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -26502,6 +26720,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -26550,4 +26778,4 @@ "Constructors": [] } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.HDInsight.json b/tools/Tools.Common/SerializedCmdlets/Az.HDInsight.json index 7c6783796441..07beeb8a8466 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.HDInsight.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.HDInsight.json @@ -1,5 +1,4 @@ { - "ProcessedTypes": {}, "Cmdlets": [ { "VerbName": "Add", @@ -8,7 +7,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.ManagementCommands.AddAzureHDInsightClusterIdentity", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "CertificateFilePath", "OutputTypes": [ @@ -179,7 +177,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197,7 +195,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -215,7 +213,7 @@ "Type": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -233,7 +231,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -251,7 +249,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269,7 +267,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413,7 +411,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437,7 +435,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -461,7 +459,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -485,7 +483,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -553,7 +551,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -664,7 +662,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -688,7 +686,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -712,7 +710,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -736,7 +734,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -804,7 +802,7 @@ "Type": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -915,7 +913,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -939,7 +937,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -963,7 +961,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -987,7 +985,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1055,7 +1053,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.AddAzureHDInsightComponentVersionCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -1226,7 +1223,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1244,7 +1241,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1388,7 +1385,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1412,7 +1409,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1480,7 +1477,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.AddAzureHDInsightConfigValuesCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -1651,7 +1647,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1669,7 +1665,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1687,7 +1683,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1705,7 +1701,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1723,7 +1719,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1741,7 +1737,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1759,7 +1755,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1777,7 +1773,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1795,7 +1791,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1813,7 +1809,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1831,7 +1827,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1849,7 +1845,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1867,7 +1863,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1885,7 +1881,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1903,7 +1899,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1921,7 +1917,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1939,7 +1935,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1957,7 +1953,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2101,7 +2097,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2125,7 +2121,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2149,7 +2145,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2173,7 +2169,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2197,7 +2193,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2221,7 +2217,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2245,7 +2241,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2269,7 +2265,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2293,7 +2289,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2317,7 +2313,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2341,7 +2337,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2365,7 +2361,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2389,7 +2385,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2413,7 +2409,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2437,7 +2433,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2461,7 +2457,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2485,7 +2481,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2509,7 +2505,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2577,7 +2573,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.AddAzureHDInsightMetastoreCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -2773,16 +2768,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -2793,6 +2778,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -2851,7 +2846,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2869,7 +2864,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2887,7 +2882,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3056,16 +3051,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -3076,6 +3061,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -3140,7 +3135,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3164,7 +3159,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3188,7 +3183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3256,7 +3251,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.AddAzureHDInsightScriptActionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -3427,7 +3421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3452,16 +3446,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -3472,6 +3456,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -3530,7 +3524,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3548,7 +3542,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3566,7 +3560,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3710,7 +3704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3735,16 +3729,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -3755,6 +3739,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -3819,7 +3813,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3843,7 +3837,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3867,7 +3861,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3935,7 +3929,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.AddAzureHDInsightSecurityProfile", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -4081,7 +4074,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4099,7 +4092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4117,7 +4110,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4135,7 +4128,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -4153,7 +4146,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -4297,7 +4290,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4321,7 +4314,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4345,7 +4338,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4369,7 +4362,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -4393,7 +4386,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -4461,7 +4454,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.AddAzureHDInsightStorageCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -4632,7 +4624,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4650,7 +4642,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4794,7 +4786,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4818,7 +4810,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4881,20 +4873,19 @@ }, { "VerbName": "Disable", - "NounName": "AzHDInsightMonitoring", - "Name": "Disable-AzHDInsightMonitoring", - "ClassName": "Microsoft.Azure.Commands.HDInsight.DisableAzureHDInsightMonitoringCommand", + "NounName": "AzHDInsightAzureMonitor", + "Name": "Disable-AzHDInsightAzureMonitor", + "ClassName": "Microsoft.Azure.Commands.HDInsight.DisableAzureHDInsightAzureMonitorCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "DisableByNameParameterSet", "OutputTypes": [ { "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4908,14 +4899,12 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "ClusterName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4928,12 +4917,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", + "Name": "ClusterName", "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4943,6 +4932,122 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", + "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "DiskEncryption": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", + "OperatingSystemType": "Microsoft.Azure.Management.HDInsight.Models.OSType", + "ClusterTier": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "WorkerNodeDataDisksGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", + "ComponentVersion": "System.Collections.Generic.List`1[System.String]", + "AdditionalStorageAccounts": "System.Collections.Generic.List`1[System.String]", + "CoresUsed": "System.Int32", + "MinSupportedTlsVersion": "System.String", + "ResourceGroup": "System.String", + "StorageFileSystem": "System.String", + "StorageRootPath": "System.String", + "Error": "System.String", + "StorageAccount": "System.String", + "HttpEndpoint": "System.String", + "ClusterType": "System.String", + "ClusterState": "System.String", + "ClusterVersion": "System.String", + "ClusterId": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageContainer": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -4981,18 +5086,16 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "DisableByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ClusterName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5004,19 +5107,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ClusterName", "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5026,11 +5129,79 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DisableByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { @@ -5073,6 +5244,1144 @@ "ValueFromPipelineByPropertyName": false } ] + }, + { + "Name": "DisableByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", + "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "DiskEncryption": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", + "OperatingSystemType": "Microsoft.Azure.Management.HDInsight.Models.OSType", + "ClusterTier": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "WorkerNodeDataDisksGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", + "ComponentVersion": "System.Collections.Generic.List`1[System.String]", + "AdditionalStorageAccounts": "System.Collections.Generic.List`1[System.String]", + "CoresUsed": "System.Int32", + "MinSupportedTlsVersion": "System.String", + "ResourceGroup": "System.String", + "StorageFileSystem": "System.String", + "StorageRootPath": "System.String", + "Error": "System.String", + "StorageAccount": "System.String", + "HttpEndpoint": "System.String", + "ClusterType": "System.String", + "ClusterState": "System.String", + "ClusterVersion": "System.String", + "ClusterId": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageContainer": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Disable", + "NounName": "AzHDInsightMonitoring", + "Name": "Disable-AzHDInsightMonitoring", + "ClassName": "Microsoft.Azure.Commands.HDInsight.DisableAzureHDInsightMonitoringCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ClusterName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ClusterName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Enable", + "NounName": "AzHDInsightAzureMonitor", + "Name": "Enable-AzHDInsightAzureMonitor", + "ClassName": "Microsoft.Azure.Commands.HDInsight.EnableAzureHDInsightAzureMonitorCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "EnableByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", + "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "DiskEncryption": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", + "OperatingSystemType": "Microsoft.Azure.Management.HDInsight.Models.OSType", + "ClusterTier": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "WorkerNodeDataDisksGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", + "ComponentVersion": "System.Collections.Generic.List`1[System.String]", + "AdditionalStorageAccounts": "System.Collections.Generic.List`1[System.String]", + "CoresUsed": "System.Int32", + "MinSupportedTlsVersion": "System.String", + "ResourceGroup": "System.String", + "StorageFileSystem": "System.String", + "StorageRootPath": "System.String", + "Error": "System.String", + "StorageAccount": "System.String", + "HttpEndpoint": "System.String", + "ClusterType": "System.String", + "ClusterState": "System.String", + "ClusterVersion": "System.String", + "ClusterId": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageContainer": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "WorkspaceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PrimaryKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "EnableByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrimaryKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "EnableByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "WorkspaceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrimaryKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "EnableByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", + "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "DiskEncryption": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", + "OperatingSystemType": "Microsoft.Azure.Management.HDInsight.Models.OSType", + "ClusterTier": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "WorkerNodeDataDisksGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", + "ComponentVersion": "System.Collections.Generic.List`1[System.String]", + "AdditionalStorageAccounts": "System.Collections.Generic.List`1[System.String]", + "CoresUsed": "System.Int32", + "MinSupportedTlsVersion": "System.String", + "ResourceGroup": "System.String", + "StorageFileSystem": "System.String", + "StorageRootPath": "System.String", + "Error": "System.String", + "StorageAccount": "System.String", + "HttpEndpoint": "System.String", + "ClusterType": "System.String", + "ClusterState": "System.String", + "ClusterVersion": "System.String", + "ClusterId": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageContainer": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "WorkspaceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrimaryKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] } ], "AliasList": [] @@ -5084,7 +6393,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.EnableAzureHDInsightMonitoringCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5092,7 +6400,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5113,7 +6421,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5131,7 +6439,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5149,7 +6457,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5161,13 +6487,296 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ClusterName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "WorkspaceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PrimaryKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzHDInsightAzureMonitor", + "Name": "Get-AzHDInsightAzureMonitor", + "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightAzureMonitorCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GetByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models.Management", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightAzureMonitor", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightAzureMonitor, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ClusterMonitoringEnabled": "System.Boolean", + "WorkspaceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "azureMonitorResponse", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5177,6 +6786,104 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", + "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "DiskEncryption": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", + "OperatingSystemType": "Microsoft.Azure.Management.HDInsight.Models.OSType", + "ClusterTier": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "WorkerNodeDataDisksGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", + "ComponentVersion": "System.Collections.Generic.List`1[System.String]", + "AdditionalStorageAccounts": "System.Collections.Generic.List`1[System.String]", + "CoresUsed": "System.Int32", + "MinSupportedTlsVersion": "System.String", + "ResourceGroup": "System.String", + "StorageFileSystem": "System.String", + "StorageRootPath": "System.String", + "Error": "System.String", + "StorageAccount": "System.String", + "HttpEndpoint": "System.String", + "ClusterType": "System.String", + "ClusterState": "System.String", + "ClusterVersion": "System.String", + "ClusterId": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageContainer": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -5215,18 +6922,16 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "GetByNameParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ClusterName" - ], + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5238,19 +6943,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "WorkspaceId", + "Name": "ClusterName", "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5260,7 +6965,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": 1, @@ -5269,16 +6974,31 @@ }, { "ParameterMetadata": { - "Name": "PrimaryKey", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -5286,19 +7006,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "GetByResourceIdParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5308,12 +7033,160 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.HDInsight.Models", + "Name": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SecurityProfile": "Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile", + "AssignedIdentity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", + "DiskEncryption": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", + "OperatingSystemType": "Microsoft.Azure.Management.HDInsight.Models.OSType", + "ClusterTier": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "WorkerNodeDataDisksGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", + "ComponentVersion": "System.Collections.Generic.List`1[System.String]", + "AdditionalStorageAccounts": "System.Collections.Generic.List`1[System.String]", + "CoresUsed": "System.Int32", + "MinSupportedTlsVersion": "System.String", + "ResourceGroup": "System.String", + "StorageFileSystem": "System.String", + "StorageRootPath": "System.String", + "Error": "System.String", + "StorageAccount": "System.String", + "HttpEndpoint": "System.String", + "ClusterType": "System.String", + "ClusterState": "System.String", + "ClusterVersion": "System.String", + "ClusterId": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageContainer": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "cluster", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterConfiguration", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clusterIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -5355,6 +7228,50 @@ "ValueFromPipelineByPropertyName": false } ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] } ], "AliasList": [] @@ -5366,7 +7283,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -5473,7 +7389,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5491,7 +7407,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5548,7 +7464,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5572,7 +7488,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5640,7 +7556,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightClusterAutoscaleConfigurationCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "GetByNameParameterSet", "OutputTypes": [ @@ -5726,7 +7641,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5744,7 +7659,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5762,7 +7677,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5917,7 +7832,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5941,7 +7856,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6009,7 +7924,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6269,7 +8184,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightHostCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "SetByNameParameterSet", "OutputTypes": [ @@ -6337,7 +8251,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6355,7 +8269,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6373,7 +8287,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6528,7 +8442,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6552,7 +8466,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6620,7 +8534,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6880,7 +8794,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -6960,7 +8873,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6980,7 +8893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6998,7 +8911,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7016,7 +8929,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7034,7 +8947,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7091,7 +9004,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7117,7 +9030,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7141,7 +9054,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7165,7 +9078,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7189,7 +9102,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7257,7 +9170,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightJobOutputCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7265,7 +9177,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7284,7 +9196,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7302,7 +9214,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7320,7 +9232,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7338,7 +9250,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7356,7 +9268,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7376,7 +9288,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7394,7 +9306,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7437,16 +9349,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -7457,6 +9359,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -7554,7 +9466,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7578,7 +9490,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7602,7 +9514,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7626,7 +9538,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7650,7 +9562,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7676,7 +9588,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7700,7 +9612,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7749,16 +9661,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -7769,6 +9671,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -7877,7 +9789,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightMonitoringCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -7946,7 +9857,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7964,7 +9875,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8023,7 +9934,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8047,7 +9958,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8115,7 +10026,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightPersistedScriptAction", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -8185,7 +10095,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8203,7 +10113,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8221,7 +10131,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8278,7 +10188,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8302,7 +10212,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8326,7 +10236,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8394,7 +10304,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightPropertiesCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -8465,7 +10374,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8522,7 +10431,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8590,7 +10499,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.GetAzureHDInsightScriptActionHistory", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -8667,7 +10575,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8685,7 +10593,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8705,7 +10613,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8762,7 +10670,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8786,7 +10694,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8812,7 +10720,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8880,7 +10788,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.InvokeHiveCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -8888,7 +10795,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8907,7 +10814,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -8925,7 +10832,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -8943,7 +10850,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8961,7 +10868,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8979,7 +10886,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8997,7 +10904,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9015,7 +10922,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9033,7 +10940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9051,7 +10958,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9069,7 +10976,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9087,7 +10994,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9144,7 +11051,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -9168,7 +11075,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -9192,7 +11099,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9216,7 +11123,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9240,7 +11147,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9264,7 +11171,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9288,7 +11195,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9312,7 +11219,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9336,7 +11243,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9360,7 +11267,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9384,7 +11291,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9452,7 +11359,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightClusterCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "Default", "OutputTypes": [ @@ -9559,7 +11465,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9577,7 +11483,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9595,7 +11501,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9613,7 +11519,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9631,7 +11537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9649,7 +11555,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9667,7 +11573,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9685,7 +11591,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9948,7 +11854,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9969,7 +11875,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.Dictionary`2[System.String,System.String]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9990,7 +11896,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10011,7 +11917,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10029,7 +11935,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10047,7 +11953,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10065,7 +11971,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10083,7 +11989,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10101,7 +12007,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10119,7 +12025,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10137,7 +12043,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10155,7 +12061,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10173,7 +12079,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10191,7 +12097,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10212,7 +12118,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10230,7 +12136,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10248,7 +12154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.OSType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10273,16 +12179,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -10293,6 +12189,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -10351,7 +12257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Tier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10376,16 +12282,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -10396,6 +12292,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -10454,7 +12360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10472,7 +12378,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10490,7 +12396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10508,7 +12414,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10526,7 +12432,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10544,7 +12450,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10562,7 +12468,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10580,7 +12486,7 @@ "Type": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -10598,7 +12504,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10616,7 +12522,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10690,7 +12596,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10708,7 +12614,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10726,7 +12632,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10744,7 +12650,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10762,7 +12668,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10784,7 +12690,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10802,7 +12708,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10820,7 +12726,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10838,7 +12744,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10858,7 +12764,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10955,7 +12861,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10973,7 +12879,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10991,7 +12897,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11009,7 +12915,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11030,7 +12936,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11051,7 +12957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11069,7 +12975,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11126,7 +13032,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11150,7 +13056,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11174,7 +13080,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11198,7 +13104,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11222,7 +13128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11246,7 +13152,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11270,7 +13176,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11294,7 +13200,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11587,7 +13493,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11614,7 +13520,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.Dictionary`2[System.String,System.String]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11641,7 +13547,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11668,7 +13574,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11692,7 +13598,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11716,7 +13622,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11740,7 +13646,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11764,7 +13670,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11788,7 +13694,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11812,7 +13718,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11836,7 +13742,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11860,7 +13766,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11884,7 +13790,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11908,7 +13814,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11935,7 +13841,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11959,7 +13865,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11983,7 +13889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.OSType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12008,16 +13914,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -12028,6 +13924,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -12092,7 +13998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Tier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12117,16 +14023,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -12137,6 +14033,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -12201,7 +14107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12225,7 +14131,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12249,7 +14155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12273,7 +14179,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12297,7 +14203,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12321,7 +14227,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12345,7 +14251,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12369,7 +14275,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12455,7 +14361,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12479,7 +14385,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12503,7 +14409,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12527,7 +14433,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12551,7 +14457,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12579,7 +14485,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12603,7 +14509,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12627,7 +14533,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12651,7 +14557,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12677,7 +14583,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12786,7 +14692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12810,7 +14716,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12834,7 +14740,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12858,7 +14764,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12885,7 +14791,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12912,7 +14818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12936,7 +14842,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13004,7 +14910,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13028,7 +14934,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13052,7 +14958,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13076,7 +14982,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13100,7 +15006,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13124,7 +15030,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13148,7 +15054,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13172,7 +15078,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13196,7 +15102,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13489,7 +15395,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13516,7 +15422,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.Dictionary`2[System.String,System.String]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13543,7 +15449,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13570,7 +15476,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13594,7 +15500,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13618,7 +15524,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13642,7 +15548,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13666,7 +15572,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13690,7 +15596,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13714,7 +15620,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13738,7 +15644,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13762,7 +15668,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13786,7 +15692,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13810,7 +15716,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13837,7 +15743,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13861,7 +15767,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13885,7 +15791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.OSType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13910,16 +15816,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -13930,6 +15826,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -13994,7 +15900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Tier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14019,16 +15925,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -14039,6 +15935,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -14103,7 +16009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14127,7 +16033,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14151,7 +16057,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14175,7 +16081,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14199,7 +16105,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14223,7 +16129,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14247,7 +16153,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14271,7 +16177,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14357,7 +16263,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14381,7 +16287,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14405,7 +16311,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14429,7 +16335,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14453,7 +16359,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14481,7 +16387,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14505,7 +16411,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14529,7 +16435,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14553,7 +16459,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14579,7 +16485,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14688,7 +16594,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14712,7 +16618,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14736,7 +16642,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14760,7 +16666,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14787,7 +16693,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14814,7 +16720,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14838,7 +16744,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14906,7 +16812,7 @@ "Type": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -14930,7 +16836,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14954,7 +16860,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14978,7 +16884,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15002,7 +16908,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15026,7 +16932,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15050,7 +16956,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15074,7 +16980,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15098,7 +17004,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15391,7 +17297,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15418,7 +17324,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.Dictionary`2[System.String,System.String]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15445,7 +17351,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15472,7 +17378,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15496,7 +17402,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15520,7 +17426,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15544,7 +17450,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15568,7 +17474,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15592,7 +17498,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15616,7 +17522,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15640,7 +17546,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15664,7 +17570,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15688,7 +17594,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15712,7 +17618,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15739,7 +17645,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15763,7 +17669,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15787,7 +17693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.OSType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15812,16 +17718,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -15832,6 +17728,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -15896,7 +17802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Tier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15921,16 +17827,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -15941,6 +17837,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -16005,7 +17911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16029,7 +17935,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16053,7 +17959,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16077,7 +17983,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16101,7 +18007,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16125,7 +18031,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16149,7 +18055,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16173,7 +18079,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16259,7 +18165,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16283,7 +18189,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16307,7 +18213,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16331,7 +18237,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16355,7 +18261,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16383,7 +18289,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16407,7 +18313,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16431,7 +18337,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16455,7 +18361,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16481,7 +18387,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16590,7 +18496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16614,7 +18520,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16638,7 +18544,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16662,7 +18568,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16689,7 +18595,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16716,7 +18622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16740,7 +18646,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16808,7 +18714,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightClusterAutoscaleConfiguration", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "LoadAutoscaleParameterSet", "OutputTypes": [ @@ -16894,7 +18799,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16912,7 +18817,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16930,7 +18835,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16948,7 +18853,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17007,7 +18912,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17031,7 +18936,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17099,7 +19004,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17123,7 +19028,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17237,7 +19142,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightClusterAutoscaleScheduleConditionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -17315,7 +19219,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17333,7 +19237,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17408,7 +19312,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17432,7 +19336,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17524,7 +19428,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightClusterConfigCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -17614,7 +19517,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17632,7 +19535,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17675,16 +19578,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -17695,6 +19588,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -17861,7 +19764,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17879,7 +19782,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17897,7 +19800,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17915,7 +19818,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17933,7 +19836,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17951,7 +19854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Tier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17976,16 +19879,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -17996,6 +19889,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -18054,7 +19957,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18072,7 +19975,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18090,7 +19993,7 @@ "Type": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -18108,7 +20011,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18126,7 +20029,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18144,7 +20047,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18162,7 +20065,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18180,7 +20083,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18198,7 +20101,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18220,7 +20123,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18238,7 +20141,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18256,7 +20159,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18274,7 +20177,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18294,7 +20197,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18353,7 +20256,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18377,7 +20280,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18426,16 +20329,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -18446,6 +20339,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -18630,7 +20533,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18654,7 +20557,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18678,7 +20581,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18702,7 +20605,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18726,7 +20629,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18750,7 +20653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Tier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18775,16 +20678,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -18795,6 +20688,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -18859,7 +20762,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18883,7 +20786,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18907,7 +20810,7 @@ "Type": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -18931,7 +20834,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18955,7 +20858,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18979,7 +20882,7 @@ "Type": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19003,7 +20906,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19027,7 +20930,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19051,7 +20954,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19079,7 +20982,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19103,7 +21006,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19127,7 +21030,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19151,7 +21054,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19177,7 +21080,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19247,7 +21150,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightHiveJobDefinitionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -19315,7 +21217,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19333,7 +21235,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19351,7 +21253,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19369,7 +21271,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19387,7 +21289,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19405,7 +21307,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19423,7 +21325,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19441,7 +21343,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19498,7 +21400,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19522,7 +21424,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19546,7 +21448,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19570,7 +21472,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19594,7 +21496,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19618,7 +21520,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19642,7 +21544,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19666,7 +21568,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19734,7 +21636,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightMapReduceJobDefinitionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -19802,7 +21703,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19820,7 +21721,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19838,7 +21739,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19856,7 +21757,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19874,7 +21775,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19892,7 +21793,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19910,7 +21811,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19928,7 +21829,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19985,7 +21886,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20009,7 +21910,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20033,7 +21934,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20057,7 +21958,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20081,7 +21982,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20105,7 +22006,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20129,7 +22030,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20153,7 +22054,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20221,7 +22122,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightPigJobDefinitionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -20286,7 +22186,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20304,7 +22204,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20322,7 +22222,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20340,7 +22240,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20358,7 +22258,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20415,7 +22315,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20439,7 +22339,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20463,7 +22363,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20487,7 +22387,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20511,7 +22411,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20579,7 +22479,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightSqoopJobDefinitionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -20646,7 +22545,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20664,7 +22563,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20682,7 +22581,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20700,7 +22599,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20718,7 +22617,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20775,7 +22674,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -20799,7 +22698,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20823,7 +22722,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20847,7 +22746,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20871,7 +22770,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20939,7 +22838,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightStreamingMapReduceJobDefinitionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -21009,7 +22907,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -21027,7 +22925,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21045,7 +22943,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -21063,7 +22961,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21081,7 +22979,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21099,7 +22997,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21117,7 +23015,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21135,7 +23033,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21153,7 +23051,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21171,7 +23069,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21228,7 +23126,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -21252,7 +23150,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21276,7 +23174,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -21300,7 +23198,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21324,7 +23222,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21348,7 +23246,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21372,7 +23270,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21396,7 +23294,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21420,7 +23318,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21444,7 +23342,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21512,7 +23410,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.RemoveAzureHDInsightCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -21520,7 +23417,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21539,7 +23436,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21557,7 +23454,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21575,7 +23472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21632,7 +23529,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21656,7 +23553,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21680,7 +23577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21748,7 +23645,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.RemoveAzureHDInsightClusterAutoscaleConfigurationCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "RemoveByNameParameterSet", "OutputTypes": [ @@ -21855,7 +23751,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21873,7 +23769,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21891,7 +23787,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22007,7 +23903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22064,7 +23960,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22088,7 +23984,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22112,7 +24008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22180,7 +24076,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22204,7 +24100,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22376,7 +24272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22444,7 +24340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22512,7 +24408,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.RemoveAzureHDInsightPersistedScriptActionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -22520,7 +24415,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22539,7 +24434,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22557,7 +24452,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22575,7 +24470,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22632,7 +24527,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22656,7 +24551,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22680,7 +24575,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22748,7 +24643,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.RestartAzureHDInsightHostCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "SetByNameParameterSet", "OutputTypes": [ @@ -22756,7 +24650,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22775,7 +24669,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22793,7 +24687,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22813,7 +24707,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -22851,7 +24745,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22902,7 +24796,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22926,7 +24820,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22950,7 +24844,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22976,7 +24870,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -23000,7 +24894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23063,7 +24957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23092,7 +24986,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23116,7 +25010,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23166,7 +25060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23229,7 +25123,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23258,7 +25152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23321,7 +25215,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23350,7 +25244,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.SetAzureHDInsightClusterAutoscaleConfigurationCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "LoadAutoscaleByNameParameterSet", "OutputTypes": [ @@ -23457,7 +25350,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23475,7 +25368,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23493,7 +25386,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23609,7 +25502,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23627,7 +25520,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23645,7 +25538,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23663,7 +25556,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23760,7 +25653,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23778,7 +25671,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23835,7 +25728,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23859,7 +25752,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23883,7 +25776,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23907,7 +25800,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23931,7 +25824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23999,7 +25892,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24023,7 +25916,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24047,7 +25940,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24071,7 +25964,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24097,7 +25990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24121,7 +26014,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24189,7 +26082,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24213,7 +26106,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24320,7 +26213,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24388,7 +26281,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24412,7 +26305,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24436,7 +26329,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24460,7 +26353,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24528,7 +26421,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24552,7 +26445,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24576,7 +26469,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24602,7 +26495,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24626,7 +26519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24694,7 +26587,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24801,7 +26694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24973,7 +26866,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24997,7 +26890,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25021,7 +26914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25193,7 +27086,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25217,7 +27110,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25243,7 +27136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25267,7 +27160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25522,7 +27415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25590,7 +27483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25658,7 +27551,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.SetAzureHDInsightClusterDiskEncryptionKeyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "SetByNameParameterSet", "OutputTypes": [ @@ -25666,7 +27558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Cluster", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Cluster, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Cluster, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties", "Identity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", @@ -25769,7 +27661,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25789,7 +27681,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25807,7 +27699,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25923,7 +27815,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25941,7 +27833,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25959,7 +27851,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26016,7 +27908,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26042,7 +27934,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26066,7 +27958,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26090,7 +27982,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26114,7 +28006,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26182,7 +28074,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26206,7 +28098,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26230,7 +28122,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26254,7 +28146,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26426,7 +28318,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26450,7 +28342,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26474,7 +28366,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26542,7 +28434,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26566,7 +28458,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26590,7 +28482,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26658,7 +28550,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.SetAzureHDInsightClusterSizeCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -26666,7 +28557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Cluster", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Cluster, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Cluster, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties", "Identity": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", @@ -26769,7 +28660,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26787,7 +28678,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26805,7 +28696,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26862,7 +28753,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26886,7 +28777,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26910,7 +28801,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26978,7 +28869,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.SetAzureHDInsightDefaultStorageCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -27149,7 +29039,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27167,7 +29057,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27185,7 +29075,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -27331,7 +29221,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27355,7 +29245,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27379,7 +29269,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.StorageType, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -27449,7 +29339,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.SetAzureHDInsightGatewayCredentialCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "SetByNameParameterSet", "OutputTypes": [ @@ -27519,7 +29408,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27537,7 +29426,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27555,7 +29444,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27573,7 +29462,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27722,7 +29611,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27748,7 +29637,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27772,7 +29661,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27796,7 +29685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27820,7 +29709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27888,7 +29777,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27912,7 +29801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28084,7 +29973,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28108,7 +29997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28176,7 +30065,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28200,7 +30089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28224,7 +30113,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28292,7 +30181,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.SetAzureHDInsightPersistedScriptActionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -28300,7 +30188,7 @@ "Type": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28319,7 +30207,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28337,7 +30225,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28355,7 +30243,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28412,7 +30300,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28436,7 +30324,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28460,7 +30348,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28528,7 +30416,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.StartAzureHDInsightJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -28608,7 +30495,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28676,7 +30563,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28694,7 +30581,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28751,7 +30638,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28831,7 +30718,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28855,7 +30742,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28923,7 +30810,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.StopAzureHDInsightJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -29003,7 +30889,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29021,7 +30907,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29041,7 +30927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29059,7 +30945,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29116,7 +31002,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29140,7 +31026,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29166,7 +31052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29190,7 +31076,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29258,7 +31144,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.SubmitAzureHDInsightScriptActionCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -29334,7 +31219,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29352,7 +31237,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29370,7 +31255,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29406,7 +31291,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29424,7 +31309,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29442,7 +31327,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29460,7 +31345,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29517,7 +31402,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29541,7 +31426,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29565,7 +31450,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29613,7 +31498,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29637,7 +31522,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29661,7 +31546,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29685,7 +31570,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29753,7 +31638,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.UseAzureHDInsightClusterCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -29761,7 +31645,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29780,7 +31664,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29800,7 +31684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29818,7 +31702,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29875,7 +31759,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29901,7 +31785,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29925,7 +31809,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29993,7 +31877,6 @@ "ClassName": "Microsoft.Azure.Commands.HDInsight.WaitAzureHDInsightJobCommand", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -30073,7 +31956,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30091,7 +31974,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30111,7 +31994,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30129,7 +32012,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30147,7 +32030,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30165,7 +32048,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30222,7 +32105,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30246,7 +32129,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30272,7 +32155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30296,7 +32179,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30320,7 +32203,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30344,7 +32227,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30596,7 +32479,7 @@ "System.Management.Automation.PSCredential": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30606,7 +32489,7 @@ "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30664,7 +32547,7 @@ "System.String[]": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -30699,6 +32582,16 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -30709,6 +32602,91 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.TypeCode": { + "Namespace": "System", + "Name": "System.TypeCode", + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.HDInsight.Models.Tier": { + "Namespace": "Microsoft.Azure.Management.HDInsight.Models", + "Name": "Microsoft.Azure.Management.HDInsight.Models.Tier", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "CompareTo", "Parameters": [ @@ -30719,6 +32697,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -30766,20 +32754,33 @@ ], "Constructors": [] }, - "System.TypeCode": { + "System.Byte[]": { "Namespace": "System", - "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Byte[]", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.Byte", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Management.HDInsight.Models.Tier": { + "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType", + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", - "Name": "Microsoft.Azure.Management.HDInsight.Models.Tier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30804,16 +32805,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -30824,104 +32815,6 @@ ], "ReturnType": "System.Int32" }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Byte[]": { - "Namespace": "System", - "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.Dictionary`2[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType,System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType", - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType": { - "Namespace": "Microsoft.Azure.Management.HDInsight.Models", - "Name": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetHashCode", "Parameters": [], @@ -30932,16 +32825,6 @@ "Parameters": [], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -30992,7 +32875,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31065,7 +32948,7 @@ "System.Uri": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31075,7 +32958,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ScriptAction": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ScriptAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ScriptAction, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ScriptAction, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Uri": "System.String", @@ -31144,7 +33027,7 @@ "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31154,7 +33037,7 @@ "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Hashtable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Hashtable]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31167,7 +33050,7 @@ "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31177,7 +33060,7 @@ "System.Collections.Generic.Dictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31190,7 +33073,7 @@ "System.Guid": { "Namespace": "System", "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31232,7 +33115,7 @@ "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31279,7 +33162,7 @@ "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31335,7 +33218,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31347,7 +33230,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31359,7 +33242,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31371,7 +33254,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType]", @@ -31440,7 +33323,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31453,7 +33336,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String", @@ -31517,7 +33400,7 @@ "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31529,7 +33412,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ResourceIdentityType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31554,16 +33437,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -31574,6 +33447,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -31624,7 +33507,7 @@ "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.DiskEncryptionProperties, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionAtHost": "System.Nullable`1[System.Boolean]", "VaultUri": "System.String", @@ -31703,7 +33586,7 @@ "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31715,7 +33598,7 @@ "Microsoft.Azure.Management.HDInsight.Models.OSType": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.OSType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31740,16 +33623,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -31760,6 +33633,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -31810,7 +33693,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31822,7 +33705,7 @@ "Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisksPerNode": "System.Nullable`1[System.Int32]", "DiskSizeGB": "System.Nullable`1[System.Int32]", @@ -31886,7 +33769,7 @@ "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31898,7 +33781,7 @@ "System.Collections.Generic.List`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32038,7 +33921,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32111,7 +33994,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDaysOfWeek]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDaysOfWeek]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDaysOfWeek, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDaysOfWeek, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32148,16 +34031,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -32168,6 +34041,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -32218,7 +34101,7 @@ "Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeAndCapacity": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity", "Days": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek]]" @@ -32277,7 +34160,7 @@ "Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinInstanceCount": "System.Nullable`1[System.Int32]", "MaxInstanceCount": "System.Nullable`1[System.Int32]", @@ -32341,7 +34224,7 @@ "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek]]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek]]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32353,7 +34236,7 @@ "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32365,7 +34248,7 @@ "Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.DaysOfWeek, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32390,16 +34273,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -32410,6 +34283,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -32460,7 +34343,7 @@ "Microsoft.Azure.Management.HDInsight.Models.Autoscale": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Autoscale", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Autoscale, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Autoscale, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity", "Recurrence": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence" @@ -32519,7 +34402,7 @@ "Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinInstanceCount": "System.Nullable`1[System.Int32]", "MaxInstanceCount": "System.Nullable`1[System.Int32]" @@ -32578,7 +34461,7 @@ "Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schedule": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule]", "TimeZone": "System.String" @@ -32637,7 +34520,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32649,7 +34532,7 @@ "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32710,7 +34593,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionalQuotaCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32773,7 +34656,7 @@ "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32785,7 +34668,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightRegionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32847,7 +34730,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionsCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32909,7 +34792,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVersionSpec, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32973,7 +34856,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizesCapability, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33035,7 +34918,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightVmSizeCompatibilityFilter, Microsoft.Azure.PowerShell.Cmdlets.HDInsight, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33101,7 +34984,7 @@ "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33113,7 +34996,7 @@ "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33174,7 +35057,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterDefinition": "Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition", "ComputeIsolationProperties": "Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties", @@ -33338,7 +35221,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComponentVersion": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Configurations": "System.Object", @@ -33407,7 +35290,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ComputeIsolationProperties, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableComputeIsolation": "System.Nullable`1[System.Boolean]", "HostSku": "System.String" @@ -33466,7 +35349,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ComputeProfile": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ComputeProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ComputeProfile, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ComputeProfile, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.Role]" }, @@ -33520,7 +35403,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.Role]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.Role]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.Role, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.Role, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33532,7 +35415,7 @@ "Microsoft.Azure.Management.HDInsight.Models.Role": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Role", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Role, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Role, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Management.HDInsight.Models.Autoscale", "HardwareProfile": "Microsoft.Azure.Management.HDInsight.Models.HardwareProfile", @@ -33543,7 +35426,8 @@ "EncryptDataDisks": "System.Nullable`1[System.Boolean]", "MinInstanceCount": "System.Nullable`1[System.Int32]", "TargetInstanceCount": "System.Nullable`1[System.Int32]", - "Name": "System.String" + "Name": "System.String", + "VMGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -33595,6 +35479,10 @@ "Name": "targetInstanceCount", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "vMGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "autoscaleConfiguration", "Type": "System.Reflection.RuntimeParameterInfo" @@ -33631,7 +35519,7 @@ "Microsoft.Azure.Management.HDInsight.Models.HardwareProfile": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.HardwareProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.HardwareProfile, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.HardwareProfile, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmSize": "System.String" }, @@ -33685,7 +35573,7 @@ "Microsoft.Azure.Management.HDInsight.Models.OsProfile": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.OsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OsProfile, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.OsProfile, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxOperatingSystemProfile": "Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile" }, @@ -33739,7 +35627,7 @@ "Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SshProfile": "Microsoft.Azure.Management.HDInsight.Models.SshProfile", "Password": "System.String", @@ -33803,7 +35691,7 @@ "Microsoft.Azure.Management.HDInsight.Models.SshProfile": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.SshProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.SshProfile, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.SshProfile, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.SshPublicKey]" }, @@ -33857,7 +35745,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.SshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.SshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.SshPublicKey, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.SshPublicKey, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33869,7 +35757,7 @@ "Microsoft.Azure.Management.HDInsight.Models.SshPublicKey": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.SshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.SshPublicKey, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.SshPublicKey, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateData": "System.String" }, @@ -33923,7 +35811,7 @@ "Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Subnet": "System.String" @@ -33982,7 +35870,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33994,7 +35882,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.ScriptAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.ScriptAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.ScriptAction, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.ScriptAction, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34006,7 +35894,7 @@ "Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.EncryptionInTransitProperties, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEncryptionInTransitEnabled": "System.Nullable`1[System.Boolean]" }, @@ -34060,7 +35948,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ExcludedServicesConfig, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExcludedServicesConfigId": "System.String", "ExcludedServicesList": "System.String" @@ -34119,9 +36007,10 @@ "Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.KafkaRestProperties, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ClientGroupInfo": "Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo" + "ClientGroupInfo": "Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo", + "ConfigurationOverride": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, "ElementType": null, "GenericTypeArguments": [], @@ -34164,6 +36053,10 @@ { "Name": "clientGroupInfo", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "configurationOverride", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -34173,7 +36066,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupName": "System.String", "GroupId": "System.String" @@ -34232,7 +36125,7 @@ "Microsoft.Azure.Management.HDInsight.Models.NetworkProperties": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.NetworkProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.NetworkProperties, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.NetworkProperties, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceProviderConnection": "System.String", "PrivateLink": "System.String" @@ -34291,7 +36184,7 @@ "Microsoft.Azure.Management.HDInsight.Models.QuotaInfo": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.QuotaInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.QuotaInfo, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.QuotaInfo, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CoresUsed": "System.Nullable`1[System.Int32]" }, @@ -34345,7 +36238,7 @@ "Microsoft.Azure.Management.HDInsight.Models.SecurityProfile": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.SecurityProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.SecurityProfile, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.SecurityProfile, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapsUrls": "System.Collections.Generic.IList`1[System.String]", "ClusterUsersGroupDNs": "System.Collections.Generic.IList`1[System.String]", @@ -34439,7 +36332,7 @@ "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.DirectoryType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.DirectoryType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.DirectoryType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.DirectoryType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34451,7 +36344,7 @@ "Microsoft.Azure.Management.HDInsight.Models.DirectoryType": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.DirectoryType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.DirectoryType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.DirectoryType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34476,16 +36369,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -34496,6 +36379,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -34546,7 +36439,7 @@ "Microsoft.Azure.Management.HDInsight.Models.StorageProfile": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.StorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.StorageProfile, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.StorageProfile, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Storageaccounts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.StorageAccount]" }, @@ -34600,7 +36493,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.StorageAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.StorageAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.StorageAccount, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.StorageAccount, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34612,7 +36505,7 @@ "Microsoft.Azure.Management.HDInsight.Models.StorageAccount": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.StorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.StorageAccount, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.StorageAccount, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -34620,7 +36513,9 @@ "FileSystem": "System.String", "Key": "System.String", "ResourceId": "System.String", - "MsiResourceId": "System.String" + "MsiResourceId": "System.String", + "Saskey": "System.String", + "Fileshare": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -34687,6 +36582,14 @@ { "Name": "msiResourceId", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "saskey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileshare", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -34696,7 +36599,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34708,7 +36611,7 @@ "Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -34782,7 +36685,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.Errors]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.HDInsight.Models.Errors]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.Errors, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.HDInsight.Models.Errors, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34794,7 +36697,7 @@ "Microsoft.Azure.Management.HDInsight.Models.Errors": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.Errors", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Errors, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.Errors, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String" @@ -34853,7 +36756,7 @@ "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34865,7 +36768,7 @@ "Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState": { "Namespace": "Microsoft.Azure.Management.HDInsight.Models", "Name": "Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34890,16 +36793,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -34910,6 +36803,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -34960,7 +36863,7 @@ "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.OSType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.OSType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.OSType, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34972,7 +36875,7 @@ "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.Tier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.HDInsight.Models.Tier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.HDInsight.Models.Tier, Microsoft.Azure.Management.HDInsight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35009,16 +36912,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "CompareTo", "Parameters": [ @@ -35029,6 +36922,16 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ @@ -35077,4 +36980,4 @@ "Constructors": [] } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json b/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json index 805b729b7234..b906871c688b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json @@ -1,5 +1,4 @@ { - "ProcessedTypes": {}, "Cmdlets": [ { "VerbName": "Approve", @@ -8,7 +7,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.AuthorizeAzureRmNetAppFilesReplication", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -16,7 +14,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35,7 +33,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53,7 +51,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71,7 +69,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91,7 +89,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109,7 +107,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127,7 +125,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224,7 +222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -281,7 +279,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305,7 +303,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329,7 +327,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -355,7 +353,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379,7 +377,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -403,7 +401,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -471,7 +469,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -495,7 +493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -648,7 +646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -716,7 +714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -786,7 +784,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.GetAzureRmNetAppFilesAccount", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -854,7 +851,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -874,7 +871,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -892,7 +889,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -949,7 +946,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -975,7 +972,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1043,7 +1040,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1157,7 +1154,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.ActiveDirectory.GetAzureRmNetAppFilesActiceDirectory", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -1238,7 +1234,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1256,7 +1252,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1276,7 +1272,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1392,7 +1388,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1416,7 +1412,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1442,7 +1438,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1512,7 +1508,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1647,7 +1643,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1715,7 +1711,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.GetAzureRmNetAppFilesBackup", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -1725,6 +1720,7 @@ "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", "Size": "System.Nullable`1[System.Int64]", "ResourceGroupName": "System.String", @@ -1787,7 +1783,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1805,7 +1801,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1823,7 +1819,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1841,7 +1837,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1861,7 +1857,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1879,7 +1875,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1897,7 +1893,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2033,7 +2029,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2057,7 +2053,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2081,7 +2077,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2105,7 +2101,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2131,7 +2127,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2199,7 +2195,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2223,7 +2219,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2247,7 +2243,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2273,7 +2269,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2343,7 +2339,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2411,7 +2407,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2522,7 +2518,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2590,7 +2586,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2616,7 +2612,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2686,7 +2682,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.GetAzureRmNetAppFilesBackupPolicy", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -2761,7 +2756,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2779,7 +2774,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2799,7 +2794,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2817,7 +2812,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2933,7 +2928,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2957,7 +2952,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2983,7 +2978,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3053,7 +3048,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3121,7 +3116,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3147,7 +3142,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3282,7 +3277,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3352,7 +3347,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.GetAzureRmNetAppFilesPool", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -3425,7 +3419,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3443,7 +3437,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3463,7 +3457,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3481,7 +3475,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3597,7 +3591,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3621,7 +3615,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3647,7 +3641,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3715,7 +3709,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3938,7 +3932,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.GetAzureRmNetAppFilesReplicationStatus", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -4003,7 +3996,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4021,7 +4014,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4039,7 +4032,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4059,7 +4052,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4077,7 +4070,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4213,7 +4206,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4237,7 +4230,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4261,7 +4254,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4287,7 +4280,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4355,7 +4348,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4598,7 +4591,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.GetAzureRmNetAppFilesSnapshot", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -4666,7 +4658,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4684,7 +4676,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4702,7 +4694,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4720,7 +4712,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4740,7 +4732,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4758,7 +4750,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4894,7 +4886,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4918,7 +4910,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4942,7 +4934,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4966,7 +4958,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4992,7 +4984,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5062,7 +5054,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5130,7 +5122,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5156,7 +5148,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5311,7 +5303,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5381,7 +5373,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.GetAzureRmNetAppFilesSnapshotPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -5454,7 +5445,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5472,7 +5463,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5492,7 +5483,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5510,7 +5501,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5626,7 +5617,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5650,7 +5641,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5676,7 +5667,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5744,7 +5735,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5967,7 +5958,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Vault.GetAzureRmNetAppFilesVault", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -6042,7 +6032,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6060,7 +6050,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6137,7 +6127,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6194,7 +6184,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6218,7 +6208,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6395,7 +6385,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6507,7 +6497,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolume", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -6595,7 +6584,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6613,7 +6602,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6631,7 +6620,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6651,7 +6640,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6669,7 +6658,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6790,7 +6779,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6814,7 +6803,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6838,7 +6827,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6864,7 +6853,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6932,7 +6921,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7160,7 +7149,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeBackupStatus", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -7225,7 +7213,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7243,7 +7231,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7261,7 +7249,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7281,7 +7269,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7299,7 +7287,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7499,7 +7487,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7523,7 +7511,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7547,7 +7535,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7573,7 +7561,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7641,7 +7629,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7998,7 +7986,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.InitializeAzureRmNetAppFilesReplication", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -8006,7 +7993,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8025,7 +8012,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8043,7 +8030,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8061,7 +8048,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8081,7 +8068,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8099,7 +8086,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8196,7 +8183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8253,7 +8240,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8277,7 +8264,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8301,7 +8288,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8327,7 +8314,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8351,7 +8338,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8419,7 +8406,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8443,7 +8430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8596,7 +8583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8664,7 +8651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8734,7 +8721,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.NewAzureRmNetAppFilesAccount", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -8802,7 +8788,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8820,7 +8806,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8840,7 +8826,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8878,7 +8864,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8935,7 +8921,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8959,7 +8945,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8985,7 +8971,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9035,7 +9021,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9103,7 +9089,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9129,7 +9115,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9179,7 +9165,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9249,7 +9235,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.NewAzureRmNetAppFilesActiceDirectory", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -9330,7 +9315,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9348,7 +9333,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9366,7 +9351,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -9384,7 +9369,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9402,7 +9387,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9420,7 +9405,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9438,7 +9423,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9456,7 +9441,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9474,7 +9459,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9492,7 +9477,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9510,7 +9495,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -9528,7 +9513,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9546,7 +9531,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9564,7 +9549,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -9582,7 +9567,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9600,7 +9585,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9618,7 +9603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9636,7 +9621,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9752,7 +9737,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9776,7 +9761,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9800,7 +9785,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -9824,7 +9809,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9848,7 +9833,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9872,7 +9857,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9896,7 +9881,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9920,7 +9905,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9944,7 +9929,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9968,7 +9953,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9992,7 +9977,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -10016,7 +10001,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10040,7 +10025,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10064,7 +10049,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -10088,7 +10073,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10112,7 +10097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10136,7 +10121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10160,7 +10145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10228,7 +10213,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -10252,7 +10237,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10276,7 +10261,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10300,7 +10285,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10324,7 +10309,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10348,7 +10333,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10372,7 +10357,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10396,7 +10381,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10420,7 +10405,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -10444,7 +10429,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10468,7 +10453,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10492,7 +10477,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -10516,7 +10501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10540,7 +10525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10564,7 +10549,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10588,7 +10573,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10721,7 +10706,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -10745,7 +10730,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10769,7 +10754,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10793,7 +10778,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10817,7 +10802,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10841,7 +10826,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10865,7 +10850,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10889,7 +10874,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10913,7 +10898,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -10937,7 +10922,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10961,7 +10946,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10985,7 +10970,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -11009,7 +10994,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11033,7 +11018,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11057,7 +11042,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11081,7 +11066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11149,7 +11134,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.NewAzureRmNetAppFilesBackup", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -11159,6 +11143,7 @@ "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", "Size": "System.Nullable`1[System.Int64]", "ResourceGroupName": "System.String", @@ -11221,7 +11206,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11239,7 +11224,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11257,7 +11242,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11275,7 +11260,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11293,7 +11278,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11313,7 +11298,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11331,7 +11316,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "UseExistingSnapshot", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11467,7 +11470,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11491,7 +11494,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11515,7 +11518,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11539,7 +11542,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11563,7 +11566,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11589,7 +11592,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11613,7 +11616,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11630,6 +11633,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UseExistingSnapshot", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -11683,7 +11710,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11707,7 +11734,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11724,6 +11751,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UseExistingSnapshot", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -11862,7 +11913,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11886,7 +11937,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11903,6 +11954,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UseExistingSnapshot", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -11956,7 +12031,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.NewAzureRmNetAppFilesBackupPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -12031,7 +12105,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12049,7 +12123,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12067,7 +12141,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12087,7 +12161,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12105,7 +12179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12123,7 +12197,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12143,7 +12217,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12163,7 +12237,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12183,7 +12257,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12205,7 +12279,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12321,7 +12395,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12345,7 +12419,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12369,7 +12443,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12395,7 +12469,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12419,7 +12493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12443,7 +12517,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12469,7 +12543,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12495,7 +12569,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12521,7 +12595,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12549,7 +12623,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12619,7 +12693,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12643,7 +12717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12667,7 +12741,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12693,7 +12767,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12719,7 +12793,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12745,7 +12819,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12773,7 +12847,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12908,7 +12982,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12932,7 +13006,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12956,7 +13030,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12982,7 +13056,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13008,7 +13082,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13034,7 +13108,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13062,7 +13136,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13132,7 +13206,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.NewAzureRmNetAppFilesPool", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -13205,7 +13278,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13223,7 +13296,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13241,7 +13314,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13261,7 +13334,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13279,7 +13352,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13297,7 +13370,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13315,7 +13388,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13335,7 +13408,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13451,7 +13524,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13475,7 +13548,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13499,7 +13572,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13525,7 +13598,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13549,7 +13622,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13573,7 +13646,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13597,7 +13670,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13623,7 +13696,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13693,7 +13766,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13717,7 +13790,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13741,7 +13814,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13765,7 +13838,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13791,7 +13864,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13926,7 +13999,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13950,7 +14023,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13974,7 +14047,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13998,7 +14071,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14024,7 +14097,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14094,7 +14167,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.NewAzureRmNetAppFilesSnapshot", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -14162,7 +14234,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14180,7 +14252,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14198,7 +14270,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14216,7 +14288,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14234,7 +14306,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14254,7 +14326,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14272,7 +14344,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14292,7 +14364,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14428,7 +14500,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14452,7 +14524,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14476,7 +14548,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14500,7 +14572,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14524,7 +14596,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14548,7 +14620,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14574,7 +14646,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14600,7 +14672,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14670,7 +14742,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14696,7 +14768,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14851,7 +14923,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14877,7 +14949,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14947,7 +15019,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.NewAzureRmNetAppFilesSnapshotPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -15020,7 +15091,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15038,7 +15109,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15056,7 +15127,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15076,7 +15147,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15094,7 +15165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15335,7 +15406,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15451,7 +15522,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15475,7 +15546,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15499,7 +15570,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15525,7 +15596,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15549,7 +15620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15820,7 +15891,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15890,7 +15961,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15914,7 +15985,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16185,7 +16256,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16320,7 +16391,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16344,7 +16415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16615,7 +16686,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16685,7 +16756,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.NewAzureRmNetAppFilesVolume", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -16773,7 +16843,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16791,7 +16861,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16809,7 +16879,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16827,7 +16897,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16847,7 +16917,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16865,7 +16935,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16883,7 +16953,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16901,7 +16971,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16919,7 +16989,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16937,7 +17007,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16955,7 +17025,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17133,7 +17203,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17206,7 +17276,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -17224,7 +17294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17242,7 +17312,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17260,7 +17330,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17278,7 +17348,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17298,7 +17368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17316,7 +17386,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17334,7 +17404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17352,7 +17422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17372,7 +17442,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17493,7 +17563,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17517,7 +17587,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17541,7 +17611,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17565,7 +17635,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17589,7 +17659,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17613,7 +17683,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17637,7 +17707,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17661,7 +17731,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17687,7 +17757,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17711,7 +17781,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17735,7 +17805,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17759,7 +17829,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17961,7 +18031,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18046,7 +18116,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -18070,7 +18140,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18094,7 +18164,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18118,7 +18188,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18144,7 +18214,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18168,7 +18238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18192,7 +18262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18216,7 +18286,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18242,7 +18312,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18312,7 +18382,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18336,7 +18406,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18360,7 +18430,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18384,7 +18454,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18586,7 +18656,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18671,7 +18741,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -18695,7 +18765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18719,7 +18789,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18743,7 +18813,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18769,7 +18839,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18793,7 +18863,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18817,7 +18887,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18841,7 +18911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18867,7 +18937,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18935,7 +19005,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19031,7 +19101,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19055,7 +19125,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19079,7 +19149,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19103,7 +19173,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19305,7 +19375,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19390,7 +19460,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -19414,7 +19484,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19438,7 +19508,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19462,7 +19532,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19488,7 +19558,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19512,7 +19582,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19536,7 +19606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19560,7 +19630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19586,7 +19656,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19656,7 +19726,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.RemoveAzureRmNetAppFilesAccount", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -19664,7 +19733,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19683,7 +19752,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19703,7 +19772,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19721,7 +19790,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19798,7 +19867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19855,7 +19924,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19881,7 +19950,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19905,7 +19974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19973,7 +20042,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19997,7 +20066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20130,7 +20199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20198,7 +20267,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20268,7 +20337,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.ActiveDirectory.RemoveAzureRmNetAppFilesActiveDirectory", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -20349,7 +20417,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20367,7 +20435,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20385,7 +20453,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20534,7 +20602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20591,7 +20659,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20615,7 +20683,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20639,7 +20707,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20663,7 +20731,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20731,7 +20799,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20820,7 +20888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20966,7 +21034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21034,7 +21102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21104,7 +21172,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.RemoveAzureRmNetAppFilesBackup", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -21179,7 +21246,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21197,7 +21264,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21215,7 +21282,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21233,7 +21300,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21253,7 +21320,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21271,7 +21338,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21289,7 +21356,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21388,6 +21455,7 @@ "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", "Size": "System.Nullable`1[System.Int64]", "ResourceGroupName": "System.String", @@ -21449,7 +21517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21506,7 +21574,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21530,7 +21598,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21554,7 +21622,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21578,7 +21646,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21604,7 +21672,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21628,7 +21696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21696,7 +21764,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21720,7 +21788,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21744,7 +21812,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21768,7 +21836,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21838,7 +21906,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21947,7 +22015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22015,7 +22083,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22039,7 +22107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22109,6 +22177,7 @@ "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", "Size": "System.Nullable`1[System.Int64]", "ResourceGroupName": "System.String", @@ -22176,7 +22245,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22244,7 +22313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22314,7 +22383,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.RemoveAzureRmNetAppFilesBackupPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -22389,7 +22457,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22407,7 +22475,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22427,7 +22495,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22504,7 +22572,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22588,7 +22656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22645,7 +22713,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22669,7 +22737,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22695,7 +22763,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22719,7 +22787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22789,7 +22857,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22878,7 +22946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22946,7 +23014,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22970,7 +23038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23110,7 +23178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23178,7 +23246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23248,7 +23316,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.RemoveAzureRmNetAppFilesPool", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -23256,7 +23323,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23275,7 +23342,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23293,7 +23360,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23313,7 +23380,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23331,7 +23398,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23472,7 +23539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23529,7 +23596,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23553,7 +23620,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23579,7 +23646,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23603,7 +23670,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23673,7 +23740,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23762,7 +23829,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23830,7 +23897,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23854,7 +23921,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23992,7 +24059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24060,7 +24127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24130,7 +24197,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.RemoveAzureRmNetAppFilesReplication", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -24138,7 +24204,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24157,7 +24223,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24175,7 +24241,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24193,7 +24259,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24213,7 +24279,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24231,7 +24297,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24328,7 +24394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24385,7 +24451,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24409,7 +24475,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24433,7 +24499,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24459,7 +24525,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24483,7 +24549,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24551,7 +24617,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24575,7 +24641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24728,7 +24794,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24796,7 +24862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24866,7 +24932,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.RemoveAzureRmNetAppFilesSnapshot", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -24874,7 +24939,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24893,7 +24958,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24911,7 +24976,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24929,7 +24994,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24947,7 +25012,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24967,7 +25032,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24985,7 +25050,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25141,7 +25206,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25198,7 +25263,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25222,7 +25287,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25246,7 +25311,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25270,7 +25335,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25296,7 +25361,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25320,7 +25385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25388,7 +25453,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25412,7 +25477,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25565,7 +25630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25698,7 +25763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25766,7 +25831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25836,7 +25901,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.RemoveAzureRmNetAppFilesSnapshotPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -25909,7 +25973,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25927,7 +25991,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25947,7 +26011,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25965,7 +26029,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26106,7 +26170,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26163,7 +26227,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26187,7 +26251,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26213,7 +26277,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26237,7 +26301,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26307,7 +26371,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26396,7 +26460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26464,7 +26528,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26488,7 +26552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26626,7 +26690,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26694,7 +26758,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26764,7 +26828,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.RemoveAzureRmNetAppFilesVolume", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -26772,7 +26835,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26791,7 +26854,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26809,7 +26872,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26827,7 +26890,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26847,7 +26910,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26865,7 +26928,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27026,7 +27089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27083,7 +27146,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27107,7 +27170,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27131,7 +27194,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27157,7 +27220,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27181,7 +27244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27251,7 +27314,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27345,7 +27408,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27413,7 +27476,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27437,7 +27500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27590,7 +27653,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27658,7 +27721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27728,7 +27791,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.RevertAzureRmNetAppFilesVolume", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -27736,7 +27798,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27755,7 +27817,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27773,7 +27835,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27791,7 +27853,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27811,7 +27873,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27829,7 +27891,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27847,7 +27909,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28008,7 +28070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28065,7 +28127,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28089,7 +28151,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28113,7 +28175,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28139,7 +28201,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28163,7 +28225,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28187,7 +28249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28257,7 +28319,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28351,7 +28413,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28419,7 +28481,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28443,7 +28505,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28596,7 +28658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28664,7 +28726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28734,7 +28796,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.ResyncAzureRmNetAppFilesReplication", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -28742,7 +28803,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28761,7 +28822,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28779,7 +28840,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28797,7 +28858,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28817,7 +28878,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28835,7 +28896,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28932,7 +28993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28989,7 +29050,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29013,7 +29074,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29037,7 +29098,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29063,7 +29124,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29087,7 +29148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29155,7 +29216,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29179,7 +29240,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29332,7 +29393,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29400,7 +29461,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29470,7 +29531,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.SetAzureRmNetAppFilesAccount", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -29538,7 +29598,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29556,7 +29616,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29576,7 +29636,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29614,7 +29674,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29632,7 +29692,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29689,7 +29749,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29713,7 +29773,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29739,7 +29799,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29765,7 +29825,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29833,7 +29893,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29859,7 +29919,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29885,7 +29945,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29977,7 +30037,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30003,7 +30063,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30029,7 +30089,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30097,7 +30157,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30121,7 +30181,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30147,7 +30207,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30173,7 +30233,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30243,7 +30303,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.SetAzureRmNetAppFilesBackupPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -30318,7 +30377,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30336,7 +30395,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30354,7 +30413,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30374,7 +30433,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30392,7 +30451,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30410,7 +30469,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30430,7 +30489,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30450,7 +30509,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30470,7 +30529,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30492,7 +30551,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30569,7 +30628,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30626,7 +30685,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30650,7 +30709,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30674,7 +30733,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30700,7 +30759,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30724,7 +30783,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30748,7 +30807,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30774,7 +30833,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30800,7 +30859,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30826,7 +30885,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30854,7 +30913,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30924,7 +30983,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30948,7 +31007,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30972,7 +31031,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30998,7 +31057,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31024,7 +31083,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31050,7 +31109,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31078,7 +31137,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31213,7 +31272,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31237,7 +31296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31261,7 +31320,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31287,7 +31346,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31313,7 +31372,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31339,7 +31398,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31367,7 +31426,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31435,7 +31494,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31461,7 +31520,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31485,7 +31544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31509,7 +31568,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31535,7 +31594,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31561,7 +31620,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31587,7 +31646,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -31615,7 +31674,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31685,7 +31744,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.SetAzureRmNetAppFilesPool", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -31758,7 +31816,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31776,7 +31834,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31794,7 +31852,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31814,7 +31872,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31832,7 +31890,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31850,7 +31908,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31868,7 +31926,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31888,7 +31946,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31965,7 +32023,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32022,7 +32080,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32046,7 +32104,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32070,7 +32128,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32096,7 +32154,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32120,7 +32178,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32144,7 +32202,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32168,7 +32226,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32194,7 +32252,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32264,7 +32322,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32288,7 +32346,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32312,7 +32370,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32336,7 +32394,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32362,7 +32420,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32497,7 +32555,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32521,7 +32579,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32545,7 +32603,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32569,7 +32627,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32595,7 +32653,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32663,7 +32721,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32689,7 +32747,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32713,7 +32771,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32737,7 +32795,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32761,7 +32819,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32787,7 +32845,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32857,7 +32915,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.SetAzureRmNetAppFilesSnapshotPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -32930,7 +32987,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32948,7 +33005,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32966,7 +33023,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32986,7 +33043,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33004,7 +33061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33245,7 +33302,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33322,7 +33379,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33379,7 +33436,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33403,7 +33460,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33427,7 +33484,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33453,7 +33510,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33477,7 +33534,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33748,7 +33805,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33818,7 +33875,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33842,7 +33899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34113,7 +34170,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34248,7 +34305,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34272,7 +34329,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34543,7 +34600,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34611,7 +34668,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34637,7 +34694,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34661,7 +34718,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34932,7 +34989,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35002,7 +35059,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.SetAzureRmNetAppFilesVolumePool", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -35010,7 +35066,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35029,7 +35085,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35047,7 +35103,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35065,7 +35121,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35085,7 +35141,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35103,7 +35159,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35121,7 +35177,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35321,7 +35377,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35345,7 +35401,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35369,7 +35425,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35395,7 +35451,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35419,7 +35475,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35489,7 +35545,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35627,7 +35683,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35870,7 +35926,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.BreakAzureRmNetAppFilesReplication", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -35878,7 +35933,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35897,7 +35952,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35915,7 +35970,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35933,7 +35988,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35953,7 +36008,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35971,7 +36026,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35989,7 +36044,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36086,7 +36141,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36143,7 +36198,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36167,7 +36222,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36191,7 +36246,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36217,7 +36272,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36241,7 +36296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36265,7 +36320,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36333,7 +36388,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36357,7 +36412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36510,7 +36565,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36578,7 +36633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36648,7 +36703,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.UpdateAzureRmNetAppFilesAccount", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -36716,7 +36770,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36734,7 +36788,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36754,7 +36808,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36772,7 +36826,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36869,7 +36923,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36926,7 +36980,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36950,7 +37004,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36976,7 +37030,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37026,7 +37080,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37094,7 +37148,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37118,7 +37172,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37142,7 +37196,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37168,7 +37222,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37218,7 +37272,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37351,7 +37405,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37375,7 +37429,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37401,7 +37455,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37451,7 +37505,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37521,7 +37575,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.ActiveDirectory.UpdateAzureRmNetAppFilesActiveDirectory", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -37602,7 +37655,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37620,7 +37673,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37638,7 +37691,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37656,7 +37709,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -37674,7 +37727,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37692,7 +37745,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37710,7 +37763,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37728,7 +37781,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37746,7 +37799,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37764,7 +37817,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37782,7 +37835,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37800,7 +37853,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -37818,7 +37871,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37836,7 +37889,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37854,7 +37907,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -37872,7 +37925,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37890,7 +37943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37908,7 +37961,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37926,7 +37979,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38114,7 +38167,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38138,7 +38191,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38162,7 +38215,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38186,7 +38239,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -38210,7 +38263,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38234,7 +38287,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38258,7 +38311,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38282,7 +38335,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38306,7 +38359,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38330,7 +38383,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38354,7 +38407,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38378,7 +38431,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -38402,7 +38455,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38426,7 +38479,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38450,7 +38503,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -38474,7 +38527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38498,7 +38551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38522,7 +38575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38546,7 +38599,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38614,7 +38667,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38703,7 +38756,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -38727,7 +38780,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38751,7 +38804,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38775,7 +38828,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38799,7 +38852,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38823,7 +38876,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38847,7 +38900,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38871,7 +38924,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38895,7 +38948,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -38919,7 +38972,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38943,7 +38996,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38967,7 +39020,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -38991,7 +39044,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39015,7 +39068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39039,7 +39092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39063,7 +39116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39131,7 +39184,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -39155,7 +39208,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39179,7 +39232,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39203,7 +39256,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39227,7 +39280,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39251,7 +39304,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39275,7 +39328,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39299,7 +39352,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39323,7 +39376,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -39347,7 +39400,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39371,7 +39424,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39395,7 +39448,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -39419,7 +39472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39443,7 +39496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39467,7 +39520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39491,7 +39544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39637,7 +39690,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -39661,7 +39714,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39685,7 +39738,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39709,7 +39762,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39733,7 +39786,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39757,7 +39810,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39781,7 +39834,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39805,7 +39858,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39829,7 +39882,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -39853,7 +39906,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39877,7 +39930,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39901,7 +39954,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -39925,7 +39978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39949,7 +40002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39973,7 +40026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39997,7 +40050,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40067,7 +40120,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.UpdateAzureRmNetAppFilesBackup", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -40142,7 +40194,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40160,7 +40212,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40178,7 +40230,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40198,7 +40250,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40216,7 +40268,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40234,7 +40286,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40252,7 +40304,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40272,7 +40324,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40290,7 +40342,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40389,6 +40441,7 @@ "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", "Size": "System.Nullable`1[System.Int64]", "ResourceGroupName": "System.String", @@ -40489,7 +40542,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40513,7 +40566,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40537,7 +40590,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40563,7 +40616,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40587,7 +40640,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40611,7 +40664,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40635,7 +40688,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40661,7 +40714,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40731,7 +40784,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40840,7 +40893,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40866,7 +40919,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40934,7 +40987,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40960,7 +41013,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41028,7 +41081,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41052,7 +41105,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41078,7 +41131,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41148,6 +41201,7 @@ "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "CreationDate": "System.Nullable`1[System.DateTime]", "Size": "System.Nullable`1[System.Int64]", "ResourceGroupName": "System.String", @@ -41215,7 +41269,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41241,7 +41295,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41311,7 +41365,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.UpdateAzureRmNetAppFilesBackupPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -41386,7 +41439,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41404,7 +41457,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41422,7 +41475,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41442,7 +41495,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41460,7 +41513,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41480,7 +41533,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41500,7 +41553,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41520,7 +41573,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41542,7 +41595,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41560,7 +41613,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41742,7 +41795,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41766,7 +41819,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41790,7 +41843,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41816,7 +41869,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41840,7 +41893,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41866,7 +41919,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41892,7 +41945,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41918,7 +41971,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41946,7 +41999,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42016,7 +42069,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42105,7 +42158,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42131,7 +42184,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42157,7 +42210,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42183,7 +42236,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42211,7 +42264,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42279,7 +42332,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42305,7 +42358,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42331,7 +42384,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42357,7 +42410,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42385,7 +42438,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42453,7 +42506,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42477,7 +42530,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42503,7 +42556,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42529,7 +42582,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42555,7 +42608,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42583,7 +42636,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42723,7 +42776,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42749,7 +42802,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42775,7 +42828,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42801,7 +42854,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -42829,7 +42882,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42899,7 +42952,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.UpdateAzureRmNetAppFilesPool", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -42972,7 +43024,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42990,7 +43042,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43008,7 +43060,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43028,7 +43080,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43046,7 +43098,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -43066,7 +43118,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43086,7 +43138,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43104,7 +43156,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43284,7 +43336,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43308,7 +43360,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43332,7 +43384,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43358,7 +43410,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43382,7 +43434,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -43408,7 +43460,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43434,7 +43486,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43504,7 +43556,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43593,7 +43645,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -43619,7 +43671,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43645,7 +43697,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43713,7 +43765,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -43739,7 +43791,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43765,7 +43817,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43833,7 +43885,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43857,7 +43909,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -43883,7 +43935,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43909,7 +43961,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44047,7 +44099,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -44073,7 +44125,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44099,7 +44151,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44169,7 +44221,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.UpdateAzureRmNetAppFilesSnapshotPolicy", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -44242,7 +44293,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44260,7 +44311,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44278,7 +44329,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44298,7 +44349,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44316,7 +44367,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -44557,7 +44608,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44577,7 +44628,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44757,7 +44808,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44781,7 +44832,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44805,7 +44856,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44831,7 +44882,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44855,7 +44906,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45128,7 +45179,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45198,7 +45249,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45287,7 +45338,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45560,7 +45611,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45628,7 +45679,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45901,7 +45952,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45969,7 +46020,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45993,7 +46044,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46266,7 +46317,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46404,7 +46455,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46677,7 +46728,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46747,7 +46798,6 @@ "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.UpdateAzureRmNetAppFilesVolume", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ @@ -46835,7 +46885,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46853,7 +46903,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46871,7 +46921,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46889,7 +46939,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46909,7 +46959,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46927,7 +46977,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46947,7 +46997,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47072,7 +47122,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47086,6 +47136,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "SnapshotPolicyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "Tag", "AliasList": [ @@ -47094,7 +47162,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47112,7 +47180,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47312,7 +47380,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47336,7 +47404,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47360,7 +47428,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47384,7 +47452,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47410,7 +47478,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47434,7 +47502,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47460,7 +47528,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47603,7 +47671,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47622,6 +47690,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "SnapshotPolicyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -47631,7 +47723,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47701,7 +47793,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47795,7 +47887,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47821,7 +47913,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47964,7 +48056,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47983,6 +48075,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "SnapshotPolicyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -47992,7 +48108,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48060,7 +48176,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -48086,7 +48202,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48229,7 +48345,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -48248,6 +48364,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "SnapshotPolicyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -48257,7 +48397,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48325,7 +48465,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48349,7 +48489,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -48375,7 +48515,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48518,7 +48658,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -48537,6 +48677,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "SnapshotPolicyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -48546,7 +48710,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48699,7 +48863,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -48725,7 +48889,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48868,7 +49032,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -48887,6 +49051,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "SnapshotPolicyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -48896,7 +49084,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49198,7 +49386,7 @@ "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49255,7 +49443,7 @@ "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49422,7 +49610,7 @@ "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49434,7 +49622,7 @@ "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49446,7 +49634,7 @@ "System.Nullable`1[System.Double]": { "Namespace": "System", "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49458,7 +49646,7 @@ "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49470,7 +49658,7 @@ "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49512,7 +49700,7 @@ "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49603,7 +49791,7 @@ "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -49613,7 +49801,7 @@ "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49623,7 +49811,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49635,7 +49823,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49647,7 +49835,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49659,7 +49847,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49735,7 +49923,7 @@ "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -49747,7 +49935,7 @@ "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49757,7 +49945,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -50002,4 +50190,4 @@ ] } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Network.json b/tools/Tools.Common/SerializedCmdlets/Az.Network.json index 03a04717130c..f63207274c13 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Network.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Network.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -79,6 +79,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98,11 +103,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125,7 +125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -190,6 +190,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -209,11 +214,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -310,7 +310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -375,6 +375,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -394,11 +399,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -525,7 +525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -590,6 +590,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609,11 +614,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -636,7 +636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -701,6 +701,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -720,11 +725,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -839,7 +839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -904,6 +904,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -923,11 +928,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1078,7 +1078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1143,6 +1143,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1162,11 +1167,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1189,7 +1189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1254,6 +1254,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1273,11 +1278,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1395,7 +1395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -1403,6 +1403,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1422,11 +1427,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1466,7 +1466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -1488,6 +1488,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1507,11 +1512,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1533,7 +1533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -1551,7 +1551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -1569,7 +1569,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1680,7 +1680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1745,6 +1745,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1764,11 +1769,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1922,7 +1922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -1930,6 +1930,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1949,11 +1954,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2005,7 +2005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -2027,6 +2027,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2046,11 +2051,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2078,7 +2078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -2102,7 +2102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -2126,7 +2126,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2275,7 +2275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -2283,6 +2283,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2302,11 +2307,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2329,7 +2329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2394,6 +2394,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2413,11 +2418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2514,7 +2514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2579,6 +2579,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2598,11 +2603,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2729,7 +2729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2794,6 +2794,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2813,11 +2818,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2840,7 +2840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2905,6 +2905,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2924,11 +2929,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3004,7 +3004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -3074,6 +3074,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3093,11 +3098,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3137,7 +3137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -3169,6 +3169,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3188,11 +3193,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3214,7 +3214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -3227,6 +3227,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3246,11 +3251,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3329,7 +3329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3394,6 +3394,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3413,11 +3418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3633,7 +3633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3698,6 +3698,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3717,11 +3722,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3841,7 +3841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -3911,6 +3911,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3930,11 +3935,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3962,7 +3962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -3994,6 +3994,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4013,11 +4018,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4045,7 +4045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -4058,6 +4058,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4077,11 +4082,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4109,7 +4109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4174,6 +4174,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4193,11 +4198,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4300,7 +4300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4365,6 +4365,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4384,11 +4389,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4411,7 +4411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4476,6 +4476,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4495,11 +4500,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4596,7 +4596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4661,6 +4661,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4680,11 +4685,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4811,7 +4811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4876,6 +4876,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4895,11 +4900,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4922,7 +4922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4987,6 +4987,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5006,11 +5011,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5068,7 +5068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -5087,6 +5087,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5106,11 +5111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5150,7 +5150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -5162,6 +5162,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5181,11 +5186,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5243,7 +5243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -5261,6 +5261,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5280,11 +5285,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5306,7 +5306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -5321,6 +5321,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5340,11 +5345,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5384,7 +5384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -5399,6 +5399,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5418,11 +5423,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5522,7 +5522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -5579,7 +5579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5644,6 +5644,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5663,11 +5668,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5821,7 +5821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -6009,7 +6009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6074,6 +6074,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6093,11 +6098,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6251,7 +6251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -6319,7 +6319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -6338,6 +6338,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6357,11 +6362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6389,7 +6389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -6401,6 +6401,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6420,11 +6425,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6452,7 +6452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -6470,6 +6470,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6489,11 +6494,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6521,7 +6521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -6536,6 +6536,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6555,11 +6560,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6587,7 +6587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -6602,6 +6602,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6621,11 +6626,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6653,7 +6653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6718,6 +6718,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6737,11 +6742,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6895,7 +6895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -6970,7 +6970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -6978,6 +6978,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6997,11 +7002,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7024,7 +7024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7050,6 +7050,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7069,11 +7074,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7170,7 +7170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7196,6 +7196,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7215,11 +7220,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7346,7 +7346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7411,6 +7411,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7430,11 +7435,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7457,7 +7457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7522,6 +7522,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7541,11 +7546,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7603,7 +7603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7673,6 +7673,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7692,11 +7697,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7757,7 +7757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7822,6 +7822,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7841,11 +7846,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7965,7 +7965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8030,6 +8030,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8049,11 +8054,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8149,7 +8149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -8219,6 +8219,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8238,11 +8243,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8270,7 +8270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8335,6 +8335,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8354,11 +8359,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8461,7 +8461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8526,6 +8526,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8545,11 +8550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8572,7 +8572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8637,6 +8637,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8656,11 +8661,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8700,7 +8700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], @@ -8757,7 +8757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8822,6 +8822,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8841,11 +8846,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8897,7 +8897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], @@ -8972,7 +8972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9037,6 +9037,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9056,11 +9061,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9083,7 +9083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9148,6 +9148,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9167,11 +9172,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9322,7 +9322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9376,7 +9376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -9385,6 +9385,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9404,11 +9409,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9469,7 +9469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9534,6 +9534,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9553,11 +9558,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9756,7 +9756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9828,7 +9828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -9837,6 +9837,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9856,11 +9861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9939,7 +9939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10004,6 +10004,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10023,11 +10028,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10050,7 +10050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10115,6 +10115,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10134,11 +10139,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10219,7 +10219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10245,6 +10245,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10264,11 +10269,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10387,7 +10387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10452,6 +10452,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10471,11 +10476,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10676,7 +10676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -10741,6 +10741,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10760,11 +10765,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10941,7 +10941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10967,6 +10967,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10986,11 +10991,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11018,7 +11018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11083,6 +11083,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11102,11 +11107,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11307,7 +11307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11372,6 +11372,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11391,11 +11396,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11579,7 +11579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11644,6 +11644,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11663,11 +11668,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11690,7 +11690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11755,6 +11755,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11774,11 +11779,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11877,7 +11877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11918,6 +11918,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11937,11 +11942,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11981,7 +11981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12007,6 +12007,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12026,11 +12031,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12070,7 +12070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -12095,6 +12095,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12114,11 +12119,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12158,7 +12158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12178,6 +12178,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12197,11 +12202,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12241,7 +12241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -12259,6 +12259,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12278,11 +12283,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12322,7 +12322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -12344,6 +12344,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12363,11 +12368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12428,7 +12428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12493,6 +12493,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12512,11 +12517,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12809,7 +12809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12874,6 +12874,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12893,11 +12898,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13046,7 +13046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13087,6 +13087,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13106,11 +13111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13138,7 +13138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13164,6 +13164,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13183,11 +13188,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13215,7 +13215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -13240,6 +13240,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13259,11 +13264,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13291,7 +13291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13311,6 +13311,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13330,11 +13335,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13362,7 +13362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -13380,6 +13380,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13399,11 +13404,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13431,7 +13431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -13453,6 +13453,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13472,11 +13477,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13504,7 +13504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13569,6 +13569,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13588,11 +13593,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13748,7 +13748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13813,6 +13813,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13832,11 +13837,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13859,7 +13859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13924,6 +13924,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13943,11 +13948,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13987,7 +13987,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14046,7 +14046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14111,6 +14111,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14130,11 +14135,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14186,7 +14186,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14263,7 +14263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14328,6 +14328,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14347,11 +14352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14374,7 +14374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14439,6 +14439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14458,11 +14463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14595,7 +14595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14660,6 +14660,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14679,11 +14684,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14858,7 +14858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14923,6 +14923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14942,11 +14947,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14969,7 +14969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15034,6 +15034,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15053,11 +15058,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15097,7 +15097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -15110,6 +15110,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15129,11 +15134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15155,13 +15155,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15181,11 +15186,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15207,7 +15207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -15264,7 +15264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15329,6 +15329,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15348,11 +15353,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15404,7 +15404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -15417,6 +15417,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15436,11 +15441,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15468,13 +15468,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15494,11 +15499,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15526,7 +15526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -15601,7 +15601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15666,6 +15666,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15685,11 +15690,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15712,7 +15712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15777,6 +15777,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15796,11 +15801,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15897,7 +15897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15962,6 +15962,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15981,11 +15986,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16112,7 +16112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16177,6 +16177,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16196,11 +16201,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16223,7 +16223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16288,6 +16288,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16307,11 +16312,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16408,7 +16408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16473,6 +16473,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16492,11 +16497,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16623,7 +16623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16688,6 +16688,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16707,11 +16712,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16734,7 +16734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16799,6 +16799,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16818,11 +16823,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16862,7 +16862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -16898,7 +16898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -16923,6 +16923,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16942,11 +16947,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16986,7 +16986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17027,6 +17027,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17046,11 +17051,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17072,7 +17072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -17090,6 +17090,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17109,11 +17114,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17171,7 +17171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -17193,6 +17193,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17212,11 +17217,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17277,7 +17277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17342,6 +17342,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17361,11 +17366,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17417,7 +17417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -17557,7 +17557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17622,6 +17622,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17641,11 +17646,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17697,7 +17697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -17765,7 +17765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -17790,6 +17790,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17809,11 +17814,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17841,7 +17841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17882,6 +17882,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17901,11 +17906,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17933,7 +17933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -17951,6 +17951,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17970,11 +17975,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18002,7 +18002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18067,6 +18067,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18086,11 +18091,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18142,7 +18142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -18210,7 +18210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -18228,6 +18228,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18247,11 +18252,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18279,7 +18279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -18301,6 +18301,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18320,11 +18325,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18352,7 +18352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18417,6 +18417,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18436,11 +18441,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18492,7 +18492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -18608,7 +18608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18673,6 +18673,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18692,11 +18697,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18748,7 +18748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -18823,7 +18823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18893,6 +18893,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18912,11 +18917,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18975,7 +18975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19045,6 +19045,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19064,11 +19069,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19177,7 +19177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19247,6 +19247,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19266,11 +19271,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19349,7 +19349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19385,6 +19385,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19404,11 +19409,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19449,7 +19449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19485,6 +19485,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19504,11 +19509,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19593,7 +19593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19629,6 +19629,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19648,11 +19653,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19731,7 +19731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19767,6 +19767,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19786,11 +19791,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19831,7 +19831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19867,6 +19867,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19886,11 +19891,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20050,7 +20050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20086,6 +20086,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20105,11 +20110,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20304,7 +20304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20340,6 +20340,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20359,11 +20364,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20517,7 +20517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20553,6 +20553,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20572,11 +20577,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20617,7 +20617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20653,6 +20653,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20672,11 +20677,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20882,7 +20882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -20912,6 +20912,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20931,11 +20936,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21059,7 +21059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -21095,6 +21095,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21114,11 +21119,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21509,7 +21509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -21545,6 +21545,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21564,11 +21569,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21911,7 +21911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -21941,6 +21941,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21960,11 +21965,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22016,7 +22016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -22052,6 +22052,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22071,11 +22076,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22425,7 +22425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -22452,6 +22452,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22471,11 +22476,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22516,7 +22516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -22543,6 +22543,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22562,11 +22567,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22588,7 +22588,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22856,7 +22856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -22883,6 +22883,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22902,11 +22907,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22934,7 +22934,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23256,7 +23256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -23288,6 +23288,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23307,11 +23312,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23334,7 +23334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -23366,6 +23366,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23385,11 +23390,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23423,6 +23423,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "TunnelInterface", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -23468,7 +23486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -23500,6 +23518,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23519,11 +23542,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23568,6 +23586,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "TunnelInterface", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -23626,7 +23668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -23658,6 +23700,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23677,11 +23724,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23704,7 +23746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -23736,6 +23778,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23755,11 +23802,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23874,7 +23916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -23944,6 +23986,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23963,11 +24010,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24007,7 +24049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -24039,6 +24081,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24058,11 +24105,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24102,7 +24144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -24129,6 +24171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24148,11 +24195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24168,6 +24210,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -24213,7 +24273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -24245,6 +24305,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24264,11 +24329,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24337,6 +24397,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -24439,7 +24523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -24509,6 +24593,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24528,11 +24617,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24560,7 +24644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -24592,6 +24676,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24611,11 +24700,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24684,6 +24768,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -24810,7 +24918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -24842,6 +24950,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24861,11 +24974,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24934,6 +25042,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -25009,7 +25141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -25041,6 +25173,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25060,11 +25197,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25133,6 +25265,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -25184,7 +25340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -25216,6 +25372,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25235,11 +25396,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25267,7 +25423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -25299,6 +25455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25318,11 +25479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25391,6 +25547,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -25466,7 +25646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -25498,6 +25678,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25517,11 +25702,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25590,6 +25770,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -25641,7 +25845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -25668,6 +25872,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25687,11 +25896,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25719,7 +25923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -25751,6 +25955,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25770,11 +25979,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25843,6 +26047,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -25901,7 +26129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -25933,6 +26161,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25952,11 +26185,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25979,7 +26207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -26011,6 +26239,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26030,11 +26263,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26164,7 +26392,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26182,7 +26410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26218,9 +26446,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -26234,6 +26463,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -26241,7 +26471,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -26272,6 +26502,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26291,11 +26531,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26356,7 +26591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -26388,6 +26623,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26407,11 +26647,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26583,7 +26818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26607,7 +26842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26699,7 +26934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -26731,6 +26966,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26750,11 +26990,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26926,7 +27161,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26950,7 +27185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27018,9 +27253,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -27034,6 +27270,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -27041,7 +27278,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -27072,6 +27309,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27091,11 +27338,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27123,7 +27365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -27155,6 +27397,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27174,11 +27421,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27350,7 +27592,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27374,7 +27616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27449,7 +27691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -27481,6 +27723,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27500,11 +27747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27527,7 +27769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -27559,6 +27801,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27578,11 +27825,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27694,7 +27936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27712,7 +27954,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27748,9 +27990,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -27764,6 +28007,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -27771,7 +28015,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -27802,6 +28046,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27821,11 +28075,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27886,7 +28135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -27918,6 +28167,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27937,11 +28191,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28089,7 +28338,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28113,7 +28362,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28205,7 +28454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -28237,6 +28486,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28256,11 +28510,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28408,7 +28657,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28432,7 +28681,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28500,9 +28749,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -28516,6 +28766,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -28523,7 +28774,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -28554,6 +28805,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28573,11 +28834,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28605,7 +28861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -28637,6 +28893,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28656,11 +28917,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28808,7 +29064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28832,7 +29088,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28907,7 +29163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -28939,6 +29195,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28958,11 +29219,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28985,7 +29241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -29017,6 +29273,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29036,11 +29297,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29116,7 +29372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29152,7 +29408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -29188,17 +29444,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -29206,6 +29464,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -29216,6 +29479,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29235,11 +29503,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29300,7 +29563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -29332,6 +29595,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29351,11 +29619,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29455,7 +29718,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29503,7 +29766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -29595,7 +29858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -29627,6 +29890,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29646,11 +29914,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29750,7 +30013,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29798,7 +30061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -29866,17 +30129,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -29884,6 +30149,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -29894,6 +30164,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29913,11 +30188,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29945,7 +30215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -29977,6 +30247,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29996,11 +30271,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30100,7 +30370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30148,7 +30418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -30223,7 +30493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -30255,6 +30525,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30274,11 +30549,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30301,7 +30571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -30333,6 +30603,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30352,11 +30627,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30525,7 +30795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -30557,6 +30827,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30576,11 +30851,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30803,7 +31073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -30835,6 +31105,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30854,11 +31129,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30881,7 +31151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -30913,6 +31183,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30932,11 +31207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31066,7 +31336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31084,7 +31354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31102,7 +31372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31138,9 +31408,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -31154,6 +31425,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -31161,7 +31433,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -31192,6 +31464,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31211,11 +31493,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31236,10 +31513,10 @@ "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -31254,68 +31531,13 @@ "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "LoadBalancerBackendAddressesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -31346,7 +31568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -31383,6 +31605,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31402,11 +31629,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31467,7 +31689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -31499,6 +31721,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31518,11 +31745,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31694,7 +31916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31718,7 +31940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31742,7 +31964,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31833,10 +32055,10 @@ "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -31882,7 +32104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -31914,6 +32136,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31933,11 +32160,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32109,7 +32331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32133,7 +32355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32157,7 +32379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32225,9 +32447,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -32241,6 +32464,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -32248,7 +32472,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -32279,6 +32503,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32298,11 +32532,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32329,68 +32558,13 @@ "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "LoadBalancerBackendAddressesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -32409,7 +32583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -32446,6 +32620,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32465,11 +32644,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32497,7 +32671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -32529,6 +32703,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32548,11 +32727,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32724,7 +32898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32748,7 +32922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32772,7 +32946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32847,7 +33021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -32896,6 +33070,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32915,11 +33094,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32960,7 +33134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -33009,6 +33183,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33028,11 +33207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33093,7 +33267,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33129,7 +33303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -33199,6 +33373,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33218,11 +33397,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33262,7 +33436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -33294,6 +33468,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33313,11 +33492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33357,7 +33531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -33393,7 +33567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -33429,7 +33603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -33465,7 +33639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -33477,6 +33651,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -33546,7 +33738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -33595,6 +33787,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33614,11 +33811,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33697,7 +33889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33933,7 +34125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -33982,6 +34174,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34001,11 +34198,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34084,7 +34276,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34152,7 +34344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -34222,6 +34414,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34241,11 +34438,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34273,7 +34465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -34305,6 +34497,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34324,11 +34521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34356,7 +34548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -34380,7 +34572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -34404,7 +34596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -34428,7 +34620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -34445,6 +34637,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -34476,7 +34692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -34525,6 +34741,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34544,11 +34765,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34627,7 +34843,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34702,7 +34918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -34751,6 +34967,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34770,11 +34991,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34797,7 +35013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -34846,6 +35062,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34865,11 +35086,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34927,7 +35143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -34949,6 +35165,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34968,11 +35189,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35033,7 +35249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -35082,6 +35298,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35101,11 +35322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35225,7 +35441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -35274,6 +35490,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35293,11 +35514,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35393,7 +35609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -35415,6 +35631,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35434,11 +35655,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35466,7 +35682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -35515,6 +35731,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35534,11 +35755,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35641,7 +35857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -35685,6 +35901,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35704,11 +35925,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35749,7 +35965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -35793,6 +36009,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35812,11 +36033,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35953,7 +36169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -35971,7 +36187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -36148,7 +36364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -36192,6 +36408,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36211,11 +36432,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36516,7 +36732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -36540,7 +36756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -36588,7 +36804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -36632,6 +36848,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36651,11 +36872,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37028,7 +37244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -37072,6 +37288,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37091,11 +37312,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37403,7 +37619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -37434,6 +37650,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37453,11 +37674,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37480,7 +37696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -37511,6 +37727,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37530,11 +37751,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37667,7 +37883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -37698,6 +37914,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37717,11 +37938,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37896,7 +38112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -37926,6 +38142,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37945,11 +38166,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37972,7 +38188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -38002,6 +38218,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38021,11 +38242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38047,7 +38263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38181,7 +38397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -38211,6 +38427,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38230,11 +38451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38262,7 +38478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38438,7 +38654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -38460,6 +38676,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38479,11 +38700,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38608,7 +38824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38626,7 +38842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38781,7 +38997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38805,7 +39021,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38995,7 +39211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39019,7 +39235,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39094,7 +39310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -39124,6 +39340,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39143,11 +39364,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39188,7 +39404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -39218,6 +39434,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39237,11 +39458,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39380,7 +39596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -39410,6 +39626,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39429,11 +39650,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39584,7 +39800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -39596,6 +39812,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39615,11 +39836,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39900,7 +40116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -39912,6 +40128,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39931,11 +40152,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39976,7 +40192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -40075,7 +40291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -40174,25 +40390,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -40208,6 +40427,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40227,11 +40451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40254,25 +40473,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -40288,6 +40510,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40307,11 +40534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40387,7 +40609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -40457,6 +40679,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40476,11 +40703,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40520,7 +40742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -40552,6 +40774,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40571,11 +40798,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40636,25 +40858,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -40670,6 +40895,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40689,11 +40919,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40861,25 +41086,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -40895,6 +41123,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40914,11 +41147,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41038,7 +41266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -41108,6 +41336,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41127,11 +41360,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41159,7 +41387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -41191,6 +41419,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41210,11 +41443,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41242,25 +41470,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -41276,6 +41507,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41295,11 +41531,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41426,8 +41657,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", @@ -41439,10 +41671,12 @@ "Name": "System.String", "RemoteBgpCommunitiesText": "System.String", "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", "RemoteGatewaysText": "System.String", "ResourceGroupName": "System.String", "ProvisioningState": "System.String", "Etag": "System.String", + "PeeringSyncLevel": "System.String", "PeeringState": "System.String", "VirtualNetworkName": "System.String", "RemoteVirtualNetworkText": "System.String", @@ -41451,6 +41685,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41470,11 +41709,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41515,7 +41749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -41527,18 +41761,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -41548,6 +41784,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41567,11 +41808,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41611,7 +41847,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41629,7 +41865,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41647,7 +41883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41665,7 +41901,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41683,7 +41919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41764,7 +42000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -41776,18 +42012,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -41797,6 +42035,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41816,11 +42059,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41872,7 +42110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41896,7 +42134,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41920,7 +42158,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41944,7 +42182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41968,7 +42206,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42043,7 +42281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -42055,18 +42293,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -42076,6 +42316,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42095,11 +42340,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42140,7 +42380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -42152,18 +42392,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -42173,6 +42415,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42192,11 +42439,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42254,7 +42496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -42298,6 +42540,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42317,11 +42564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42361,7 +42603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -42392,6 +42634,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42411,11 +42658,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42459,7 +42701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -42483,6 +42725,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42502,11 +42749,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42546,7 +42788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -42564,7 +42806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -42618,7 +42860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -42699,7 +42941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -42711,18 +42953,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -42732,6 +42976,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42751,11 +43000,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42831,7 +43075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -42855,7 +43099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -42927,7 +43171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -43093,7 +43337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -43105,18 +43349,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -43126,6 +43372,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43145,11 +43396,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43225,7 +43471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -43249,7 +43495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -43321,7 +43567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -43389,7 +43635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -43433,6 +43679,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43452,11 +43703,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43484,7 +43730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -43515,6 +43761,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43534,11 +43785,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43568,7 +43814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -43592,6 +43838,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43611,11 +43862,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43667,7 +43913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -43679,18 +43925,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -43700,6 +43948,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43719,11 +43972,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43799,7 +44047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -43823,7 +44071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -43895,7 +44143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -43970,7 +44218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -43992,6 +44240,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44011,11 +44264,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44140,7 +44388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44158,7 +44406,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44313,7 +44561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44337,7 +44585,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44527,7 +44775,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44551,7 +44799,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44626,7 +44874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -44637,6 +44885,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44656,11 +44909,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44945,7 +45193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -44956,6 +45204,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44975,11 +45228,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45264,7 +45512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -45280,6 +45528,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45299,11 +45552,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45808,7 +46056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -45824,6 +46072,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45843,11 +46096,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46352,7 +46600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46379,6 +46627,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46398,11 +46651,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46484,7 +46732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46511,6 +46759,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46530,11 +46783,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46574,7 +46822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46592,7 +46840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46724,7 +46972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46748,7 +46996,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46864,7 +47112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46888,7 +47136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46958,7 +47206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46985,6 +47233,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47004,11 +47257,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47060,7 +47308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47084,7 +47332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47176,7 +47424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47200,7 +47448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47275,25 +47523,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -47309,6 +47560,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47328,11 +47584,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47397,25 +47648,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -47431,6 +47685,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47450,11 +47709,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47512,7 +47766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47530,7 +47784,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47661,7 +47915,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47685,7 +47939,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47803,7 +48057,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47827,7 +48081,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47897,25 +48151,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -47931,6 +48188,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47950,11 +48212,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48006,7 +48263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48030,7 +48287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48122,7 +48379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48146,7 +48403,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48221,7 +48478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -48286,6 +48543,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48305,11 +48567,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48510,7 +48767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -48522,6 +48779,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48541,11 +48803,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48586,7 +48843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -48651,6 +48908,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48670,11 +48932,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48759,7 +49016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -48824,6 +49081,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48843,11 +49105,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48926,7 +49183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -48934,6 +49191,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48953,11 +49215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48980,7 +49237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49045,6 +49302,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49064,11 +49326,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49129,7 +49386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49194,6 +49451,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49213,11 +49475,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49296,7 +49553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableServerVariable": "System.Collections.Generic.IList`1[System.String]", "AvailableRequestHeader": "System.Collections.Generic.IList`1[System.String]", @@ -49305,6 +49562,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49324,11 +49586,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49384,7 +49641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49402,7 +49659,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49420,7 +49677,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49483,7 +49740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49507,7 +49764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49531,7 +49788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49569,7 +49826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PredefinedPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "AvailableCipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -49591,6 +49848,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49610,11 +49872,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49730,7 +49987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", "ValueText": "System.String" @@ -49738,6 +49995,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49757,11 +50019,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49877,7 +50134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -49902,6 +50159,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49921,11 +50183,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49966,7 +50223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50031,6 +50288,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50050,11 +50312,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50139,7 +50396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50204,6 +50461,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50223,11 +50485,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50306,7 +50563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", "BackendAddressPoolsText": "System.String" @@ -50314,6 +50571,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50333,11 +50595,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50416,7 +50673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50523,7 +50780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50665,7 +50922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50740,7 +50997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -50781,6 +51038,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50800,11 +51062,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50845,7 +51102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50910,6 +51167,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50929,11 +51191,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51018,7 +51275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51083,6 +51340,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51102,11 +51364,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51187,13 +51444,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51213,11 +51475,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51240,7 +51497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -51255,6 +51512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51274,11 +51536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51339,7 +51596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -51354,6 +51611,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51373,11 +51635,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51456,7 +51713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -51464,6 +51721,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51483,11 +51745,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51510,7 +51767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -51551,6 +51808,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51570,11 +51832,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51635,7 +51892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -51676,6 +51933,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51695,11 +51957,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51778,7 +52035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -51786,6 +52043,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51805,11 +52067,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51850,7 +52107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51915,6 +52172,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51934,11 +52196,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52023,7 +52280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -52088,6 +52345,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52107,11 +52369,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52190,7 +52447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -52208,6 +52465,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52227,11 +52489,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52432,7 +52689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -52451,6 +52708,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52470,11 +52732,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52515,7 +52772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -52580,6 +52837,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52599,11 +52861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52688,7 +52945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -52753,6 +53010,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52772,11 +53034,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52855,7 +53112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -52867,6 +53124,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52886,11 +53148,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52931,7 +53188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -52996,6 +53253,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53015,11 +53277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53104,7 +53361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53169,6 +53426,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53188,11 +53450,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53271,7 +53528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53297,6 +53554,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53316,11 +53578,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53361,7 +53618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53426,6 +53683,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53445,11 +53707,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53534,7 +53791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53599,6 +53856,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53618,11 +53880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53701,7 +53958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -53709,6 +53966,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53728,11 +53990,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53773,7 +54030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53799,6 +54056,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53818,11 +54080,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53907,7 +54164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53933,6 +54190,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53952,11 +54214,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54035,7 +54292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -54045,6 +54302,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54064,11 +54326,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54091,7 +54348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -54156,6 +54413,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54175,11 +54437,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54240,7 +54497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -54305,6 +54562,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54324,11 +54586,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54407,7 +54664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -54420,6 +54677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54439,11 +54701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54484,7 +54741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -54549,6 +54806,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54568,11 +54830,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54657,7 +54914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -54722,6 +54979,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54741,11 +55003,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54824,7 +55081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -54837,6 +55094,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54856,11 +55118,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54883,7 +55140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -54948,6 +55205,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54967,11 +55229,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55050,7 +55307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55115,6 +55372,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55134,11 +55396,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55241,7 +55498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -55263,6 +55520,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55282,11 +55544,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55327,7 +55584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55392,6 +55649,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55411,11 +55673,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55500,7 +55757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55565,6 +55822,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55584,11 +55846,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55667,7 +55924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -55689,6 +55946,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55708,11 +55970,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55753,7 +56010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55818,6 +56075,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55837,11 +56099,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55926,7 +56183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55991,6 +56248,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56010,11 +56272,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56093,7 +56350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56118,6 +56375,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56137,11 +56399,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56182,7 +56439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56247,6 +56504,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56266,11 +56528,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56355,7 +56612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56420,6 +56677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56439,11 +56701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56522,7 +56779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -56540,6 +56797,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56559,11 +56821,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56604,7 +56861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56669,6 +56926,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56688,11 +56950,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56777,7 +57034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56842,6 +57099,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56861,11 +57123,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56944,7 +57201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -56953,6 +57210,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56972,11 +57234,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56999,7 +57256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57064,6 +57321,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57083,11 +57345,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57148,7 +57405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57213,6 +57470,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57232,11 +57494,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57315,7 +57572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -57330,6 +57587,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57349,11 +57611,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57394,7 +57651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57459,6 +57716,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57478,11 +57740,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57567,7 +57824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57632,6 +57889,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57651,11 +57913,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57734,7 +57991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -57747,6 +58004,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57766,11 +58028,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57793,7 +58050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57858,6 +58115,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57877,11 +58139,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57942,7 +58199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -58007,6 +58264,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58026,11 +58288,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58109,7 +58366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CipherSuites": "System.Collections.Generic.List`1[System.String]", "MinProtocolVersion": "System.String", @@ -58121,6 +58378,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58140,11 +58402,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58301,7 +58558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -58316,6 +58573,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58335,11 +58597,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58380,7 +58637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -58445,6 +58702,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58464,11 +58726,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58553,7 +58810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -58618,6 +58875,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58637,11 +58899,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58720,7 +58977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -58733,6 +58990,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58752,11 +59014,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58779,7 +59036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -58794,6 +59051,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58813,11 +59075,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58878,7 +59135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -58893,6 +59150,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58912,11 +59174,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58995,9 +59252,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", + "ValidatedCertData": "System.String", + "ClientCertIssuerDN": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -59007,6 +59266,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59026,11 +59290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59071,7 +59330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59136,6 +59395,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59155,11 +59419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59244,7 +59503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59309,6 +59568,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59328,11 +59592,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59411,7 +59670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -59423,6 +59682,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59442,11 +59706,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59487,7 +59746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59552,6 +59811,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59571,11 +59835,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59660,7 +59919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59725,6 +59984,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59744,11 +60008,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59827,7 +60086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -59847,6 +60106,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59866,11 +60130,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59911,7 +60170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59976,6 +60235,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59995,11 +60259,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60084,7 +60343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60149,6 +60408,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60168,11 +60432,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60251,7 +60510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -60268,6 +60527,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60287,11 +60551,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60314,7 +60573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60379,6 +60638,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60398,11 +60662,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60463,7 +60722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60528,6 +60787,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60547,11 +60811,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60630,7 +60889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -60646,6 +60905,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60665,11 +60929,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60870,13 +61129,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkService": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60896,11 +61160,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61097,7 +61356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -61108,6 +61367,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61127,11 +61391,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61328,7 +61587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -61338,6 +61597,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61357,11 +61621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61516,7 +61775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -61527,6 +61786,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61546,11 +61810,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61705,7 +61964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -61743,6 +62002,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61762,11 +62026,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61785,7 +62044,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSBastion]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -62184,7 +62443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpCommunities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", "Name": "System.String", @@ -62196,6 +62455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62215,11 +62479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62332,7 +62591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -62353,6 +62612,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62372,11 +62636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62707,7 +62966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Tag": "System.Collections.Hashtable", @@ -62725,6 +62984,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62744,11 +63008,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62993,7 +63252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -63005,6 +63264,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63024,11 +63288,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63069,7 +63328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -63139,6 +63398,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63158,11 +63422,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63247,7 +63506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -63317,6 +63576,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63336,11 +63600,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63419,7 +63678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Association": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -63433,6 +63692,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63452,11 +63716,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63653,7 +63912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "AddressPrefix": "System.Collections.Generic.List`1[System.String]", @@ -63666,6 +63925,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63685,11 +63949,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63748,7 +64007,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63853,7 +64112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63928,7 +64187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -63964,6 +64223,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63983,11 +64247,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64188,7 +64447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -64198,6 +64457,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64217,11 +64481,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64305,7 +64564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64320,6 +64579,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -64344,16 +64623,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -64374,16 +64643,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -64526,7 +64785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64541,6 +64800,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -64565,16 +64844,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -64595,16 +64864,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -64686,7 +64945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -64698,6 +64957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64717,11 +64981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64762,7 +65021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -64798,6 +65057,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64817,11 +65081,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64906,7 +65165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -64942,6 +65201,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64961,11 +65225,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65044,7 +65303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -65063,6 +65322,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65082,11 +65346,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65127,7 +65386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -65163,6 +65422,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65182,11 +65446,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65271,7 +65530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -65307,6 +65566,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65326,11 +65590,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65409,7 +65668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -65441,6 +65700,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65460,11 +65724,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65505,7 +65764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -65541,6 +65800,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65560,11 +65824,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65649,7 +65908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -65685,6 +65944,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65704,11 +65968,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65787,7 +66046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -65798,6 +66057,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65817,11 +66081,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65905,7 +66164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65920,6 +66179,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -65944,16 +66223,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -65974,16 +66243,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -66126,7 +66385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66141,6 +66400,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -66165,16 +66444,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -66195,16 +66464,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -66286,7 +66545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "V": "System.Nullable`1[System.Int32]", "AsProperty": "System.Nullable`1[System.Int32]", @@ -66297,6 +66556,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66316,11 +66580,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66404,7 +66663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66419,6 +66678,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -66443,16 +66722,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -66473,16 +66742,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -66625,7 +66884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66640,6 +66899,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -66664,16 +66943,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -66694,16 +66963,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -66785,7 +67044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryBytesIn": "System.Nullable`1[System.Int64]", "PrimaryBytesOut": "System.Nullable`1[System.Int64]", @@ -66795,6 +67054,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66814,11 +67078,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67073,7 +67332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -67090,6 +67349,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67109,11 +67373,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67174,7 +67433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -67196,6 +67455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67215,11 +67479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67442,7 +67701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -67464,6 +67723,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67483,11 +67747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67761,7 +68020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -67788,6 +68047,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67807,11 +68071,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68008,7 +68267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -68018,6 +68277,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68037,11 +68301,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68103,7 +68362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -68130,6 +68389,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68149,11 +68413,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68197,7 +68456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68212,6 +68471,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -68236,16 +68515,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -68266,16 +68535,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -68421,7 +68680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68436,6 +68695,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -68460,16 +68739,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -68490,16 +68759,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -68577,7 +68836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -68604,6 +68863,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68623,11 +68887,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68683,7 +68942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68698,6 +68957,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -68722,16 +69001,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -68752,16 +69021,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -68867,7 +69126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68882,6 +69141,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -68906,16 +69185,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -68936,16 +69205,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -69030,7 +69289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -69056,6 +69315,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69075,11 +69339,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69120,7 +69379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -69147,6 +69406,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69166,11 +69430,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69255,7 +69514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -69282,6 +69541,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69301,11 +69565,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69384,7 +69643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -69395,6 +69654,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69414,11 +69678,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69480,7 +69739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -69507,6 +69766,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69526,11 +69790,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69574,7 +69833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69589,6 +69848,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -69613,16 +69892,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -69643,16 +69912,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -69798,7 +70057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69813,6 +70072,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -69837,16 +70116,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -69867,16 +70136,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -69954,7 +70213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -69981,6 +70240,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70000,11 +70264,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70060,7 +70319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70075,6 +70334,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -70099,16 +70378,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -70129,16 +70398,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -70244,7 +70503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70259,6 +70518,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -70283,16 +70562,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -70313,16 +70582,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -70407,7 +70666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -70434,6 +70693,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70453,11 +70717,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70519,7 +70778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -70546,6 +70805,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70565,11 +70829,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70613,7 +70872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70628,6 +70887,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -70652,16 +70931,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -70682,16 +70951,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -70837,7 +71096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70852,6 +71111,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -70876,16 +71155,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -70906,16 +71175,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -70993,7 +71252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -71020,6 +71279,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71039,11 +71303,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71099,7 +71358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71114,6 +71373,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -71138,16 +71417,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -71168,16 +71437,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -71283,7 +71542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71298,6 +71557,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -71322,16 +71601,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -71352,16 +71621,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -71446,7 +71705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -71468,6 +71727,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71487,11 +71751,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71828,7 +72087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -71857,6 +72116,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71876,11 +72140,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72211,7 +72470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -72221,6 +72480,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72240,11 +72504,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72267,7 +72526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -72296,6 +72555,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72315,11 +72579,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72380,7 +72639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -72409,6 +72668,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72428,11 +72692,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72511,7 +72770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -72529,6 +72788,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72548,11 +72812,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72593,7 +72852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -72622,6 +72881,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72641,11 +72905,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72748,7 +73007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -72777,6 +73036,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72796,11 +73060,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72872,7 +73131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -72901,6 +73160,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72920,11 +73184,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73020,7 +73279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -73049,6 +73308,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73068,11 +73332,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73151,7 +73410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableBandwidths": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", "Tag": "System.Collections.Hashtable", @@ -73171,6 +73430,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73190,11 +73454,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73349,7 +73608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BandwidthsOffered": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", "PeeringLocations": "System.Collections.Generic.List`1[System.String]", @@ -73363,6 +73622,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73382,11 +73646,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73499,7 +73758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -73737,6 +73996,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73756,11 +74020,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73779,7 +74038,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -73978,7 +74237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -73994,6 +74253,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74013,11 +74277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74036,7 +74295,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -74147,11 +74406,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -74161,17 +74421,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74191,11 +74458,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74526,7 +74788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -74534,6 +74796,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74553,11 +74820,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74636,11 +74898,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -74650,17 +74913,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74680,11 +74950,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74907,11 +75172,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -74921,17 +75187,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74951,11 +75224,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75146,7 +75414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -75171,6 +75439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75190,11 +75463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75593,7 +75861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -75611,6 +75879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75630,11 +75903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75653,7 +75921,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSIpGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -75982,7 +76250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -76014,6 +76282,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76033,11 +76306,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76418,17 +76686,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -76436,6 +76706,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -76446,6 +76721,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76465,11 +76745,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76546,7 +76821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -76578,6 +76853,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76597,11 +76877,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76820,7 +77095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -76852,6 +77127,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76871,11 +77151,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77066,17 +77341,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -77084,6 +77361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -77094,6 +77376,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77113,11 +77400,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77140,7 +77422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -77172,6 +77454,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77191,11 +77478,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77274,7 +77556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -77306,6 +77588,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77325,11 +77612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77432,9 +77714,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -77448,6 +77731,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -77455,7 +77739,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -77486,6 +77770,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77505,11 +77799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77532,7 +77821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -77564,6 +77853,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77583,11 +77877,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77666,7 +77955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -77698,6 +77987,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77717,11 +78011,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77824,7 +78113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -77858,6 +78147,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77877,11 +78171,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77904,7 +78193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -77936,6 +78225,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77955,11 +78249,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78038,7 +78327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -78070,6 +78359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78089,11 +78383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78196,7 +78485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -78226,6 +78515,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78245,11 +78539,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78272,7 +78561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -78304,6 +78593,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78323,11 +78617,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78406,7 +78695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -78438,6 +78727,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78457,11 +78751,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78564,7 +78853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -78587,6 +78876,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78606,11 +78900,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78633,7 +78922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -78665,6 +78954,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78684,11 +78978,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78767,7 +79056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -78799,6 +79088,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78818,11 +79112,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78925,7 +79214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -78962,6 +79251,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78981,11 +79275,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79008,7 +79297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -79040,6 +79329,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79059,11 +79353,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79142,7 +79431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -79174,6 +79463,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79193,11 +79487,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79300,23 +79589,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "FrontendPort": "System.Int32", "BackendPort": "System.Int32", "EnableFloatingIP": "System.Nullable`1[System.Boolean]", "EnableTcpReset": "System.Nullable`1[System.Boolean]", "DisableOutboundSNAT": "System.Nullable`1[System.Boolean]", "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", "Name": "System.String", "ProbeText": "System.String", + "BackendAddressPoolsText": "System.String", "BackendAddressPoolText": "System.String", - "ProvisioningState": "System.String", + "Protocol": "System.String", "Etag": "System.String", + "ProvisioningState": "System.String", "LoadDistribution": "System.String", "FrontendIPConfigurationText": "System.String", "Id": "System.String" @@ -79334,6 +79625,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79353,11 +79649,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79380,7 +79671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -79412,6 +79703,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79431,11 +79727,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79514,7 +79805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -79546,6 +79837,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79565,11 +79861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79672,7 +79963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -79694,6 +79985,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79713,11 +80009,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79918,7 +80209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -79942,6 +80233,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79961,11 +80257,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80364,7 +80655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -80413,6 +80704,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80432,11 +80728,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81329,8 +81620,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -81347,6 +81639,7 @@ "ProvisioningState": "System.String", "PrivateIpAllocationMethod": "System.String", "ApplicationSecurityGroupsText": "System.String", + "GatewayLoadBalancerText": "System.String", "PrivateLinkConnectionPropertiesText": "System.String", "VirtualNetworkTapsText": "System.String", "Etag": "System.String", @@ -81379,6 +81672,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81398,11 +81701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81443,7 +81741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -81492,6 +81790,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81511,11 +81814,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81600,7 +81898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -81649,6 +81947,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81668,11 +81971,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81751,7 +82049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -81764,6 +82062,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81783,11 +82086,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82156,7 +82454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -82176,6 +82474,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82195,11 +82498,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82758,7 +83056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -82802,6 +83100,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82821,11 +83124,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83206,7 +83504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -83229,6 +83527,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83248,11 +83551,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83293,7 +83591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -83337,6 +83635,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83356,11 +83659,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83382,7 +83680,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83463,7 +83761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -83507,6 +83805,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83526,11 +83829,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83558,7 +83856,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83633,7 +83931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", "Name": "System.String", @@ -83645,6 +83943,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83664,11 +83967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83823,13 +84121,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceType": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83849,11 +84152,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84008,7 +84306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -84033,6 +84331,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84052,11 +84355,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84387,7 +84685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableScaleUnits": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances]", "AvailableVersions": "System.Collections.Generic.IList`1[System.String]", @@ -84399,6 +84697,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84418,11 +84721,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84621,7 +84919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -84637,6 +84935,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84656,11 +84959,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84991,7 +85289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -85014,6 +85312,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85033,11 +85336,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85056,7 +85354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -85077,6 +85375,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85096,11 +85399,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85123,7 +85421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -85139,6 +85437,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85158,11 +85461,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85315,7 +85613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -85331,6 +85629,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85350,11 +85653,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85783,7 +86081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", "StatesText": "System.String" @@ -85791,6 +86089,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85810,11 +86113,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85837,7 +86135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -85853,6 +86151,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85872,11 +86175,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85970,7 +86268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -85986,6 +86284,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86005,11 +86308,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86051,7 +86349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86108,7 +86406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -86124,6 +86422,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86143,11 +86446,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86201,7 +86499,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86343,7 +86641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86461,7 +86759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86553,7 +86851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86621,7 +86919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -86637,6 +86935,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86656,11 +86959,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86688,7 +86986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86756,7 +87054,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86831,7 +87129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -86857,6 +87155,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86876,11 +87179,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86903,7 +87201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -86919,6 +87217,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86938,11 +87241,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87095,7 +87393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -87111,6 +87409,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87130,11 +87433,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87563,7 +87861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -87578,6 +87876,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87597,11 +87900,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87624,7 +87922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -87640,6 +87938,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87659,11 +87962,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87759,7 +88057,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87816,7 +88114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -87832,6 +88130,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87851,11 +88154,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87907,7 +88205,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88049,7 +88347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88165,7 +88463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88257,7 +88555,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88332,7 +88630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NextHopType": "System.String", "NextHopIpAddress": "System.String", @@ -88341,6 +88639,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88360,11 +88663,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88387,7 +88685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -88403,6 +88701,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88422,11 +88725,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88576,7 +88874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88633,7 +88931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -88649,6 +88947,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88668,11 +88971,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88796,7 +89094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89010,7 +89308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89198,7 +89496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89362,7 +89660,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89437,7 +89735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", @@ -89475,6 +89773,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89494,11 +89797,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89521,7 +89819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -89537,6 +89835,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89556,11 +89859,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89656,7 +89954,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89713,7 +90011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -89729,6 +90027,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89748,11 +90051,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89804,7 +90102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89946,7 +90244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90062,7 +90360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90154,7 +90452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90229,7 +90527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Countries": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", "CountriesText": "System.String" @@ -90237,6 +90535,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90256,11 +90559,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90283,7 +90581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -90299,6 +90597,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90318,11 +90621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90491,7 +90789,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90548,7 +90846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -90564,6 +90862,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90583,11 +90886,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90711,7 +91009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90926,7 +91224,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91114,7 +91412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91302,7 +91600,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91466,7 +91764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91541,7 +91839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderLocation": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", "ReachabilityReport": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", @@ -91552,6 +91850,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91571,11 +91874,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91598,7 +91896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -91614,6 +91912,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91633,11 +91936,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91860,7 +92158,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91917,7 +92215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -91933,6 +92231,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91952,11 +92255,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92152,7 +92450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92439,7 +92737,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92699,7 +92997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92959,7 +93257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93195,7 +93493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93270,7 +93568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", "NetworkInterfacesText": "System.String" @@ -93278,6 +93576,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93297,11 +93600,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93324,7 +93622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -93340,6 +93638,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93359,11 +93662,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93459,7 +93757,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93516,7 +93814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -93532,6 +93830,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93551,11 +93854,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93607,7 +93905,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93749,7 +94047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93865,7 +94163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93957,7 +94255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94032,7 +94330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopology", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", "CreatedDateTime": "System.Nullable`1[System.DateTime]", @@ -94043,6 +94341,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94062,11 +94365,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94089,7 +94387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -94105,6 +94403,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94124,11 +94427,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94263,7 +94561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -94279,6 +94577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94298,11 +94601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94683,7 +94981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -94708,6 +95006,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94727,11 +95030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94754,7 +95052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -94770,6 +95068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94789,11 +95092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94928,7 +95226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -94944,6 +95242,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94963,11 +95266,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95348,7 +95646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -95375,6 +95673,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95394,11 +95697,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95645,7 +95943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -95672,6 +95970,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95691,11 +95994,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95758,7 +96056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -95785,6 +96083,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95804,11 +96107,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95983,7 +96281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -96010,6 +96308,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96029,11 +96332,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96224,13 +96522,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SasUrl": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96250,11 +96553,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96317,7 +96615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -96344,6 +96642,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96363,11 +96666,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96626,7 +96924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -96653,6 +96951,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96672,11 +96975,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97011,13 +97309,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileUrl": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97037,11 +97340,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97104,7 +97402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -97131,6 +97429,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97150,11 +97453,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97377,7 +97675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -97404,6 +97702,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97423,11 +97726,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97699,7 +97997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -97711,6 +98009,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97730,11 +98033,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -98113,7 +98411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -98154,6 +98452,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98173,11 +98476,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -98560,7 +98858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -98576,6 +98874,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98595,11 +98898,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -99214,7 +99512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequiredMembers": "System.Collections.Generic.List`1[System.String]", "RequiredZoneNames": "System.Collections.Generic.List`1[System.String]", @@ -99228,6 +99526,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -99247,11 +99550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -99270,7 +99568,9 @@ "Parameters": [ { "Name": "PrivateLinkResourceId", - "AliasList": [], + "AliasList": [ + "PrivateLinkServiceId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -99322,6 +99622,26 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Name", + "AliasList": [ + "GroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -99381,7 +99701,9 @@ { "ParameterMetadata": { "Name": "PrivateLinkResourceId", - "AliasList": [], + "AliasList": [ + "PrivateLinkServiceId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -99402,6 +99724,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -99518,6 +99866,32 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -99562,6 +99936,32 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -99620,7 +100020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -99651,6 +100051,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -99670,11 +100075,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -100055,7 +100455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -100087,6 +100487,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -100106,11 +100511,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -100967,7 +101367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -100994,6 +101394,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101013,11 +101418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -101348,7 +101748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -101361,6 +101761,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101380,11 +101785,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -101407,7 +101807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -101438,6 +101838,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101457,11 +101862,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -101540,7 +101940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -101571,6 +101971,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101590,11 +101995,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -101697,7 +102097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -101727,6 +102127,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101746,11 +102151,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102131,7 +102531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -102143,6 +102543,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -102162,11 +102567,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102207,7 +102607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -102237,6 +102637,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -102256,11 +102661,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102345,7 +102745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -102375,6 +102775,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -102394,11 +102799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102477,7 +102877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -102499,6 +102899,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -102518,11 +102923,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102863,7 +103263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -102875,6 +103275,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -102894,11 +103299,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -103271,7 +103671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -103284,6 +103684,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -103303,11 +103708,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -103386,7 +103786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -103398,6 +103798,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -103417,11 +103822,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -103443,7 +103843,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103574,7 +103974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103642,7 +104042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -103654,6 +104054,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -103673,11 +104078,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -103705,7 +104105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103773,7 +104173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103848,7 +104248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -103861,6 +104261,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -103880,11 +104285,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -103963,7 +104363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -103975,6 +104375,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -103994,11 +104399,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -104020,7 +104420,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104151,7 +104551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104219,7 +104619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -104231,6 +104631,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -104250,11 +104655,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -104282,7 +104682,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104350,7 +104750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104425,7 +104825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -104456,6 +104856,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -104475,11 +104880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -104860,7 +105260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -104879,6 +105279,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -104898,11 +105303,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105233,7 +105633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -105263,6 +105663,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105282,11 +105687,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105613,7 +106013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -105626,6 +106026,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105645,11 +106050,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105690,7 +106090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -105720,6 +106120,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105739,11 +106144,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105828,7 +106228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -105858,6 +106258,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105877,11 +106282,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105960,7 +106360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -105977,6 +106377,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105996,11 +106401,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106066,7 +106466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106086,6 +106486,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -106099,6 +106500,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106118,11 +106524,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106351,7 +106752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106371,6 +106772,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -106384,6 +106786,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106403,11 +106810,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106682,7 +107084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -106694,6 +107096,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106713,11 +107120,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107090,7 +107492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107110,6 +107512,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -107123,6 +107526,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -107142,11 +107550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107393,7 +107796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -107405,6 +107808,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -107424,11 +107832,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107494,7 +107897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107514,6 +107917,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -107527,6 +107931,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -107546,11 +107955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107779,7 +108183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107799,6 +108203,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -107812,6 +108217,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -107831,11 +108241,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108110,7 +108515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -108124,6 +108529,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108143,11 +108553,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108212,7 +108617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -108232,6 +108637,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -108245,6 +108651,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108264,11 +108675,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108496,7 +108902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -108516,6 +108922,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -108529,6 +108936,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108548,11 +108960,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108827,7 +109234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -108839,18 +109246,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -108860,6 +109269,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108879,11 +109293,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -109264,7 +109673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -109273,6 +109682,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -109292,11 +109706,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -109451,25 +109860,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -109485,6 +109897,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -109504,11 +109921,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -109709,7 +110121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -109722,6 +110134,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -109741,11 +110158,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -109824,7 +110236,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109955,7 +110367,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110030,7 +110442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Asn": "System.Nullable`1[System.Int32]", "RoutesReceived": "System.Nullable`1[System.Int64]", @@ -110044,6 +110456,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -110063,11 +110480,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -110146,7 +110558,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110277,7 +110689,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110352,17 +110764,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -110370,15 +110784,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -110388,12 +110804,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -110413,11 +110834,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -110618,7 +111034,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -110678,17 +111094,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -110696,15 +111114,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -110714,12 +111134,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -110739,11 +111164,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -110783,7 +111203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110891,7 +111311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110959,17 +111379,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -110977,15 +111399,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -110995,12 +111419,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -111020,11 +111449,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -111052,7 +111476,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111144,7 +111568,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111212,7 +111636,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111807,7 +112231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -111820,6 +112244,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -111839,11 +112268,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -111904,7 +112328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112011,7 +112435,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112074,24 +112498,68 @@ }, { "VerbName": "Get", - "NounName": "AzVirtualNetworkGatewaySupportedVpnDevice", - "Name": "Get-AzVirtualNetworkGatewaySupportedVpnDevice", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmVirtualNetworkGatewaySupportedVpnDevice", + "NounName": "AzVirtualNetworkGatewayNatRule", + "Name": "Get-AzVirtualNetworkGatewayNatRule", + "ClassName": "Microsoft.Azure.Commands.Network.VirtualNetworkGateway.GetAzureVirtualNetworkGatewayNatRule", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "ByVirtualNetworkGatewayName", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "VirtualNetworkGatewayNatRulePropertiesType": "System.String", + "Mode": "System.String", + "IpConfigurationId": "System.String", + "ProvisioningState": "System.String", + "InternalMappingsText": "System.String", + "ExternalMappingsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -112100,9 +112568,28 @@ ], "Parameters": [ { - "Name": "Name", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentResourceName", "AliasList": [ - "ResourceName" + "ParentVirtualNetworkGatewayName", + "VirtualNetworkGatewayName" ], "Type": { "Namespace": "System", @@ -112120,8 +112607,673 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", - "AliasList": [], + "Name": "ParentObject", + "AliasList": [ + "ParentVirtualNetworkGateway", + "VirtualNetworkGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", + "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", + "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", + "ActiveActive": "System.Boolean", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", + "Tag": "System.Collections.Hashtable", + "TagsTable": "System.String", + "Type": "System.String", + "Name": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "CustomRoutesText": "System.String", + "NatRulesText": "System.String", + "IpConfigurationsText": "System.String", + "VpnClientConfigurationText": "System.String", + "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", + "Etag": "System.String", + "VpnGatewayGeneration": "System.String", + "ProvisioningState": "System.String", + "VpnType": "System.String", + "GatewayType": "System.String", + "BgpSettingsText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentResourceId", + "AliasList": [ + "ParentVirtualNetworkGatewayId", + "VirtualNetworkGatewayId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByVirtualNetworkGatewayName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", + "AliasList": [ + "ParentVirtualNetworkGatewayName", + "VirtualNetworkGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualNetworkGatewayObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ParentObject", + "AliasList": [ + "ParentVirtualNetworkGateway", + "VirtualNetworkGateway" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", + "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", + "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", + "ActiveActive": "System.Boolean", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", + "Tag": "System.Collections.Hashtable", + "TagsTable": "System.String", + "Type": "System.String", + "Name": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "CustomRoutesText": "System.String", + "NatRulesText": "System.String", + "IpConfigurationsText": "System.String", + "VpnClientConfigurationText": "System.String", + "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", + "Etag": "System.String", + "VpnGatewayGeneration": "System.String", + "ProvisioningState": "System.String", + "VpnType": "System.String", + "GatewayType": "System.String", + "BgpSettingsText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualNetworkGatewayResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ParentResourceId", + "AliasList": [ + "ParentVirtualNetworkGatewayId", + "VirtualNetworkGatewayId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzVirtualNetworkGatewaySupportedVpnDevice", + "Name": "Get-AzVirtualNetworkGatewaySupportedVpnDevice", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureRmVirtualNetworkGatewaySupportedVpnDevice", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -112283,7 +113435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnConnectionDuration": "System.Nullable`1[System.Int64]", "MaxBandwidth": "System.Nullable`1[System.Int64]", @@ -112301,6 +113453,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -112320,11 +113477,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -112389,25 +113541,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -112423,6 +113578,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -112442,11 +113602,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -112486,7 +113641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112593,7 +113748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112687,7 +113842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112757,25 +113912,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -112791,6 +113949,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -112810,11 +113973,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -112842,7 +114000,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112910,7 +114068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112985,8 +114143,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", @@ -112998,10 +114157,12 @@ "Name": "System.String", "RemoteBgpCommunitiesText": "System.String", "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", "RemoteGatewaysText": "System.String", "ResourceGroupName": "System.String", "ProvisioningState": "System.String", "Etag": "System.String", + "PeeringSyncLevel": "System.String", "PeeringState": "System.String", "VirtualNetworkName": "System.String", "RemoteVirtualNetworkText": "System.String", @@ -113010,6 +114171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113029,11 +114195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113272,7 +114433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -113342,6 +114503,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113361,11 +114527,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113406,7 +114567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -113418,18 +114579,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -113439,6 +114602,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113458,11 +114626,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113565,7 +114728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -113577,18 +114740,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -113598,6 +114763,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113617,11 +114787,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113812,7 +114977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -113834,6 +114999,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113853,11 +115023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -114184,7 +115349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", "CurrentValue": "System.Double", @@ -114196,6 +115361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -114215,11 +115385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -114416,7 +115581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -114438,6 +115603,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -114457,11 +115627,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -114802,7 +115967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -114814,6 +115979,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -114833,11 +116003,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115210,7 +116375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -115223,6 +116388,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115242,11 +116412,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115325,7 +116490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -115337,6 +116502,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115356,11 +116526,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115382,7 +116547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115513,7 +116678,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115581,7 +116746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -115593,6 +116758,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115612,11 +116782,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115644,7 +116809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115712,7 +116877,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115787,7 +116952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -115800,6 +116965,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115819,11 +116989,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115902,7 +117067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -115914,6 +117079,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115933,11 +117103,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115959,7 +117124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116090,7 +117255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116158,7 +117323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -116170,6 +117335,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116189,11 +117359,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116221,7 +117386,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116289,7 +117454,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116364,7 +117529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -116383,6 +117548,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116402,11 +117572,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116651,13 +117816,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SasUrl": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116677,11 +117847,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116745,7 +117910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -116764,6 +117929,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116783,11 +117953,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116865,7 +118030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -116973,7 +118138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -117210,7 +118375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -117229,6 +118394,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117248,11 +118418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117280,7 +118445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -117374,7 +118539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -117393,6 +118558,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117412,11 +118582,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117562,7 +118727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -117847,7 +119012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnServerConfigurationResourceIds": "System.Collections.Generic.List`1[System.String]", "VpnServerConfigurationResourceIdsText": "System.String" @@ -117855,6 +119020,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117874,11 +119044,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117941,7 +119106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -117960,6 +119125,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117979,11 +119149,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118160,7 +119325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -118179,6 +119344,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118198,11 +119368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118395,13 +119560,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileUrl": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118421,11 +119591,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118488,7 +119653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -118507,6 +119672,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118526,11 +119696,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118572,7 +119737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -118608,6 +119773,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118627,11 +119797,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118781,7 +119946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -118817,6 +119982,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118836,11 +120006,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119086,7 +120251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -119105,6 +120270,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119124,11 +120294,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119156,7 +120321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -119192,6 +120357,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119211,11 +120381,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119316,7 +120481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -119335,6 +120500,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119354,11 +120524,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119507,7 +120672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -119543,6 +120708,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119562,11 +120732,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119864,13 +121029,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnProfileSASUrl": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119890,11 +121060,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120095,7 +121260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -120109,6 +121274,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120128,11 +121298,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120574,7 +121739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -120585,6 +121750,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120604,11 +121774,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120851,7 +122016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -120862,6 +122027,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120881,11 +122051,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121128,7 +122293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -121154,6 +122319,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121173,11 +122343,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121242,7 +122407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -121265,6 +122430,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121284,11 +122454,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121516,7 +122681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -121539,6 +122704,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121558,11 +122728,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121837,7 +123002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -121860,6 +123025,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121879,11 +123049,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122130,7 +123295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -122151,6 +123316,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122170,11 +123340,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122239,7 +123404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -122262,6 +123427,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122281,11 +123451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122513,7 +123678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -122536,6 +123701,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122555,11 +123725,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122834,7 +123999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -122870,6 +124035,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122889,11 +124059,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123140,7 +124305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -123163,6 +124328,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123182,11 +124352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123433,7 +124598,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -123535,7 +124700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -123562,6 +124727,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123581,11 +124751,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123625,7 +124790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123785,7 +124950,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123855,7 +125020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -123882,6 +125047,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123901,11 +125071,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123933,7 +125098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124025,7 +125190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124093,7 +125258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124168,7 +125333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", "ResultsText": "System.String" @@ -124176,6 +125341,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124195,11 +125365,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124222,7 +125387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -124238,6 +125403,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124257,11 +125427,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124393,7 +125558,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -124413,7 +125578,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124470,7 +125635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -124486,6 +125651,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124505,11 +125675,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124585,7 +125750,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -124611,7 +125776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124777,7 +125942,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -124803,7 +125968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124943,7 +126108,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -124969,7 +126134,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125109,7 +126274,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -125135,7 +126300,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125251,7 +126416,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -125277,7 +126442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125352,7 +126517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -125388,6 +126553,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125407,11 +126577,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125508,7 +126673,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125526,7 +126691,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125544,7 +126709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125699,7 +126864,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125723,7 +126888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125747,7 +126912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125822,7 +126987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -125887,6 +127052,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125906,11 +127076,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125989,7 +127154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -125998,6 +127163,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126017,11 +127187,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126043,7 +127208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -126056,6 +127221,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126075,11 +127245,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126101,7 +127266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -126119,7 +127284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -126137,7 +127302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -126155,7 +127320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -126173,7 +127338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -126191,7 +127356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -126209,7 +127374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -126227,7 +127392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -126245,7 +127410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -126263,7 +127428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -126281,7 +127446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", "GenericTypeArguments": [], @@ -126299,7 +127464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -126317,7 +127482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -126335,7 +127500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -126353,7 +127518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -126371,7 +127536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -126389,7 +127554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -126406,6 +127571,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126425,11 +127595,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126469,7 +127634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -126487,6 +127652,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126506,11 +127676,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126532,7 +127697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -126540,6 +127705,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126559,11 +127729,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126585,7 +127750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126603,7 +127768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126621,7 +127786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126657,7 +127822,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126695,7 +127860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -126705,6 +127870,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126724,11 +127894,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126750,7 +127915,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126768,7 +127933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126786,7 +127951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -126804,7 +127969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", "GenericTypeArguments": [], @@ -126935,7 +128100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -126944,6 +128109,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126963,11 +128133,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126995,7 +128160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -127008,6 +128173,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127027,11 +128197,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127059,7 +128224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -127083,7 +128248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -127107,7 +128272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -127131,7 +128296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -127155,7 +128320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -127179,7 +128344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -127203,7 +128368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -127227,7 +128392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -127251,7 +128416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -127275,7 +128440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -127299,7 +128464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", "GenericTypeArguments": [], @@ -127323,7 +128488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -127347,7 +128512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -127371,7 +128536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -127395,7 +128560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -127419,7 +128584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -127443,7 +128608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -127460,6 +128625,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127479,11 +128649,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127511,7 +128676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -127519,6 +128684,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127538,11 +128708,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127570,7 +128735,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127594,7 +128759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127618,7 +128783,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127666,7 +128831,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127690,7 +128855,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127714,7 +128879,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127738,7 +128903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -127762,7 +128927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", "GenericTypeArguments": [], @@ -127928,7 +129093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -127937,6 +129102,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127956,11 +129126,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127988,7 +129153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -128001,6 +129166,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128020,11 +129190,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128052,7 +129217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -128076,7 +129241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -128100,7 +129265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -128124,7 +129289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -128148,7 +129313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -128172,7 +129337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -128196,7 +129361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -128220,7 +129385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -128244,7 +129409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -128268,7 +129433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -128292,7 +129457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", "GenericTypeArguments": [], @@ -128316,7 +129481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -128340,7 +129505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -128364,7 +129529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -128388,7 +129553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -128412,7 +129577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -128436,7 +129601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -128453,6 +129618,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128472,11 +129642,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128504,7 +129669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -128512,6 +129677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128531,11 +129701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128563,7 +129728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128587,7 +129752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128611,7 +129776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128659,7 +129824,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128683,7 +129848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128707,7 +129872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128731,7 +129896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -128755,7 +129920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", "GenericTypeArguments": [], @@ -128823,7 +129988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -128841,6 +130006,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128860,11 +130030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128966,7 +130131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -128975,6 +130140,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128994,11 +130164,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129026,7 +130191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -129039,6 +130204,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129058,11 +130228,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129090,7 +130255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -129114,7 +130279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -129138,7 +130303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -129162,7 +130327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -129186,7 +130351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -129210,7 +130375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -129234,7 +130399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -129258,7 +130423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -129282,7 +130447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -129306,7 +130471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -129330,7 +130495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", "GenericTypeArguments": [], @@ -129354,7 +130519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -129378,7 +130543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -129402,7 +130567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -129426,7 +130591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -129450,7 +130615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -129474,7 +130639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -129491,6 +130656,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129510,11 +130680,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129542,7 +130707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -129550,6 +130715,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129569,11 +130739,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129601,7 +130766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129625,7 +130790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129649,7 +130814,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129697,7 +130862,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129721,7 +130886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129745,7 +130910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129769,7 +130934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -129793,7 +130958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", "GenericTypeArguments": [], @@ -129961,7 +131126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -129970,6 +131135,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129989,11 +131159,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130021,7 +131186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -130034,6 +131199,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130053,11 +131223,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130085,7 +131250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -130109,7 +131274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -130133,7 +131298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -130157,7 +131322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -130181,7 +131346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -130205,7 +131370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -130229,7 +131394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -130253,7 +131418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -130277,7 +131442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -130301,7 +131466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -130325,7 +131490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", "GenericTypeArguments": [], @@ -130349,7 +131514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -130373,7 +131538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -130397,7 +131562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -130421,7 +131586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -130445,7 +131610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -130469,7 +131634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -130486,6 +131651,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130505,11 +131675,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130537,7 +131702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -130545,6 +131710,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130564,11 +131734,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130596,7 +131761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130620,7 +131785,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130644,7 +131809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130692,7 +131857,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130716,7 +131881,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130740,7 +131905,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130764,7 +131929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -130788,7 +131953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", "GenericTypeArguments": [], @@ -130856,7 +132021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -130866,6 +132031,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130885,11 +132055,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130991,7 +132156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -131000,6 +132165,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131019,11 +132189,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131051,7 +132216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -131064,6 +132229,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131083,11 +132253,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131115,7 +132280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -131139,7 +132304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -131163,7 +132328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -131187,7 +132352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -131211,7 +132376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -131235,7 +132400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -131259,7 +132424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -131283,7 +132448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -131307,7 +132472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -131331,7 +132496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -131355,7 +132520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", "GenericTypeArguments": [], @@ -131379,7 +132544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -131403,7 +132568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -131427,7 +132592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -131451,7 +132616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -131475,7 +132640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -131499,7 +132664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -131516,6 +132681,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131535,11 +132705,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131567,7 +132732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -131575,6 +132740,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131594,11 +132764,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131626,7 +132791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131650,7 +132815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131674,7 +132839,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131722,7 +132887,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131746,7 +132911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131770,7 +132935,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131794,7 +132959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -131818,7 +132983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", "GenericTypeArguments": [], @@ -131893,7 +133058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -131905,6 +133070,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131924,11 +133094,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132125,7 +133290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -132133,6 +133298,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132152,11 +133322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132357,7 +133522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -132382,6 +133547,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132401,11 +133571,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132644,7 +133809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -132685,6 +133850,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132704,11 +133874,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132827,7 +133992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -132835,6 +134000,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132854,11 +134024,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132898,7 +134063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -132920,6 +134085,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132939,11 +134109,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132965,7 +134130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -132983,7 +134148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -133001,7 +134166,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133238,7 +134403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -133246,6 +134411,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -133265,11 +134435,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -133321,7 +134486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -133343,6 +134508,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -133362,11 +134532,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -133394,7 +134559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -133418,7 +134583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -133442,7 +134607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133591,13 +134756,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -133617,11 +134787,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -133644,7 +134809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133701,7 +134866,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133776,7 +134941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -133784,6 +134949,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -133803,11 +134973,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134004,7 +135169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -134012,6 +135177,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134031,11 +135201,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134232,7 +135397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -134246,6 +135411,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134265,11 +135435,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134292,7 +135457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", "GenericTypeArguments": [], @@ -134440,7 +135605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", "GenericTypeArguments": [], @@ -134630,7 +135795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -134642,6 +135807,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134661,11 +135831,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134744,7 +135909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", "GenericTypeArguments": [], @@ -134897,7 +136062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", "GenericTypeArguments": [], @@ -135000,7 +136165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -135009,6 +136174,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135028,11 +136198,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135229,7 +136394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -135238,6 +136403,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135257,11 +136427,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135500,7 +136665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -135508,6 +136673,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135527,11 +136697,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135746,7 +136911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -135764,6 +136929,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135783,11 +136953,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135866,7 +137031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -135884,7 +137049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -135895,6 +137060,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135914,11 +137084,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135940,7 +137105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -135948,6 +137113,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135967,11 +137137,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135993,7 +137158,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136011,7 +137176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136029,7 +137194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136160,7 +137325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -136184,7 +137349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -136195,6 +137360,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136214,11 +137384,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -136246,7 +137411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -136254,6 +137419,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136273,11 +137443,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -136305,7 +137470,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136329,7 +137494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136353,7 +137518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136428,7 +137593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -136437,6 +137602,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136456,11 +137626,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -136719,7 +137884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -136727,6 +137892,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136746,11 +137916,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -136773,7 +137938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", "GenericTypeArguments": [], @@ -136791,7 +137956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", "GenericTypeArguments": [], @@ -136848,7 +138013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", "GenericTypeArguments": [], @@ -136872,7 +138037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", "GenericTypeArguments": [], @@ -136947,7 +138112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -136955,6 +138120,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136974,11 +138144,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137019,7 +138184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", "GenericTypeArguments": [], @@ -137100,7 +138265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", "GenericTypeArguments": [], @@ -137175,7 +138340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String", "State": "System.String" @@ -137183,6 +138348,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -137202,11 +138372,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137407,7 +138572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -137416,6 +138581,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -137435,11 +138605,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137498,7 +138663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", "GenericTypeArguments": [], @@ -137603,7 +138768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", "GenericTypeArguments": [], @@ -137678,7 +138843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -137689,6 +138854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -137708,11 +138878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137777,7 +138942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137924,7 +139089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138047,7 +139212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138066,6 +139231,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138085,11 +139255,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -138166,7 +139331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138236,6 +139401,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138255,11 +139425,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -138299,7 +139464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -138331,6 +139496,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138350,11 +139520,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -138376,7 +139541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -138389,6 +139554,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138408,11 +139578,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -138771,7 +139936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138841,6 +140006,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138860,11 +140030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -138892,7 +140057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -138924,6 +140089,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138943,11 +140113,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -138975,7 +140140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -138988,6 +140153,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139007,11 +140177,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139114,7 +140279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -139126,6 +140291,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139145,11 +140315,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139346,7 +140511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -139372,6 +140537,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139391,11 +140561,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139454,7 +140619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -139473,6 +140638,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139492,11 +140662,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139536,7 +140701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -139548,6 +140713,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139567,11 +140737,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139629,7 +140794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -139647,6 +140812,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139666,11 +140836,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139692,7 +140857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -139707,6 +140872,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139726,11 +140896,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139770,7 +140935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -139785,6 +140950,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139804,11 +140974,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139908,7 +141073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -140091,7 +141256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -140405,7 +141570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -140473,7 +141638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -140492,6 +141657,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140511,11 +141681,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140543,7 +141708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -140555,6 +141720,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140574,11 +141744,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140606,7 +141771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -140624,6 +141789,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140643,11 +141813,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140675,7 +141840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -140690,6 +141855,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140709,11 +141879,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140741,7 +141906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -140756,6 +141921,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140775,11 +141945,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140933,7 +142098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -141008,7 +142173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -141018,6 +142183,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141037,11 +142207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141200,7 +142365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -141213,6 +142378,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141232,11 +142402,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141295,7 +142460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -141365,6 +142530,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141384,11 +142554,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141609,7 +142774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -141679,6 +142844,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141698,11 +142868,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141805,7 +142970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -141827,6 +142992,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141846,11 +143016,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141927,7 +143092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -141952,6 +143117,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141971,11 +143141,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142015,7 +143180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142056,6 +143221,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142075,11 +143245,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142119,7 +143284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -142137,6 +143302,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142156,11 +143326,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142200,7 +143365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -142222,6 +143387,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142241,11 +143411,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142285,7 +143450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -142303,6 +143468,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142322,11 +143492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142691,7 +143856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -142716,6 +143881,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142735,11 +143905,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142767,7 +143932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142808,6 +143973,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142827,11 +143997,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142859,7 +144024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -142877,6 +144042,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142896,11 +144066,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142928,7 +144093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -142950,6 +144115,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142969,11 +144139,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143001,7 +144166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -143019,6 +144184,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143038,11 +144208,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143169,7 +144334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -143182,6 +144347,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143201,11 +144371,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143246,7 +144411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], @@ -143327,7 +144492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], @@ -143402,7 +144567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Primary": "System.Nullable`1[System.Boolean]", @@ -143418,6 +144583,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143437,11 +144607,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143482,7 +144647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -143552,6 +144717,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143571,11 +144741,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143635,7 +144800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143716,7 +144881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -143786,6 +144951,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143805,11 +144975,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143887,7 +145052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143962,7 +145127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -143984,6 +145149,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144003,11 +145173,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144159,7 +145324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144213,7 +145378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -144222,6 +145387,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144241,11 +145411,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144477,7 +145642,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144549,7 +145714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -144558,6 +145723,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144577,11 +145747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144660,7 +145825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -144669,6 +145834,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144688,11 +145858,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144889,7 +146054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -144911,6 +146076,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144930,11 +146100,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -145016,7 +146181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -145042,6 +146207,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -145061,11 +146231,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -145506,7 +146671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -145532,6 +146697,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -145551,11 +146721,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -145912,7 +147077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -145937,6 +147102,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -145956,11 +147126,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146060,7 +147225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -146101,6 +147266,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146120,11 +147290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146164,7 +147329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -146190,6 +147355,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146209,11 +147379,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146253,7 +147418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -146278,6 +147443,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146297,11 +147467,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146341,7 +147506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -146361,6 +147526,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146380,11 +147550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146424,7 +147589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -146442,6 +147607,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146461,11 +147631,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146505,7 +147670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -146527,6 +147692,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146546,11 +147716,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146997,7 +148162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -147038,6 +148203,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147057,11 +148227,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147089,7 +148254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -147115,6 +148280,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147134,11 +148304,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147166,7 +148331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -147191,6 +148356,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147210,11 +148380,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147242,7 +148407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -147262,6 +148427,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147281,11 +148451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147313,7 +148478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -147331,6 +148496,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147350,11 +148520,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147382,7 +148547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -147404,6 +148569,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147423,11 +148593,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147583,7 +148748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -147596,6 +148761,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147615,11 +148785,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147660,7 +148825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -147672,6 +148837,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147691,11 +148861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147735,7 +148900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", "GenericTypeArguments": [], @@ -147816,7 +148981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -147828,6 +148993,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147847,11 +149017,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147903,7 +149068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", "GenericTypeArguments": [], @@ -147978,7 +149143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -147990,6 +149155,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148009,11 +149179,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148036,7 +149201,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148056,7 +149221,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148076,7 +149241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -148085,6 +149250,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148104,11 +149274,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148169,7 +149334,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148195,7 +149360,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148221,7 +149386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -148230,6 +149395,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148249,11 +149419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148332,7 +149497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -148342,6 +149507,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148361,11 +149531,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148424,7 +149589,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148442,7 +149607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148547,7 +149712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148571,7 +149736,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148646,7 +149811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -148654,6 +149819,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148673,11 +149843,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148874,7 +150039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -148892,6 +150057,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148911,11 +150081,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148956,7 +150121,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149039,7 +150204,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149116,7 +150281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -149125,6 +150290,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149144,11 +150314,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149207,7 +150372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149312,7 +150477,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149387,7 +150552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -149396,6 +150561,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149415,11 +150585,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149688,7 +150853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -149703,6 +150868,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149722,11 +150892,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150007,7 +151172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -150020,6 +151185,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150039,11 +151209,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150388,7 +151553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -150403,6 +151568,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150422,11 +151592,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150467,7 +151632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -150480,6 +151645,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150499,11 +151669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150525,13 +151690,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150551,11 +151721,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150577,7 +151742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -150658,7 +151823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -150671,6 +151836,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150690,11 +151860,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150722,13 +151887,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150748,11 +151918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150780,7 +151945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -150855,9 +152020,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", + "ValidatedCertData": "System.String", + "ClientCertIssuerDN": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -150867,6 +152034,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150886,11 +152058,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151087,7 +152254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -151099,6 +152266,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151118,11 +152290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151319,7 +152486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151339,6 +152506,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151358,11 +152530,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151403,7 +152570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -151439,7 +152606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -151464,6 +152631,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151483,11 +152655,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151527,7 +152694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151568,6 +152735,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151587,11 +152759,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151613,7 +152780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -151631,6 +152798,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151650,11 +152822,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151712,7 +152879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -151734,6 +152901,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151753,11 +152925,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151842,7 +153009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -152006,7 +153173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -152074,7 +153241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -152099,6 +153266,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152118,11 +153290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152150,7 +153317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152191,6 +153358,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152210,11 +153382,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152242,7 +153409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -152260,6 +153427,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152279,11 +153451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152335,7 +153502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -152403,7 +153570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -152421,6 +153588,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152440,11 +153612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152472,7 +153639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -152494,6 +153661,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152513,11 +153685,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152569,7 +153736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -152709,7 +153876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -152784,7 +153951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -152801,6 +153968,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152820,11 +153992,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152926,7 +154093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -152998,7 +154165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -153158,7 +154325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -153254,7 +154421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -153329,7 +154496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -153345,6 +154512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153364,11 +154536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153447,7 +154614,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153465,7 +154632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153483,7 +154650,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153614,7 +154781,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153638,7 +154805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153662,7 +154829,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153737,7 +154904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -153775,6 +154942,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153794,11 +154966,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153862,7 +155029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -153894,6 +155061,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153913,11 +155085,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153999,7 +155166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -154011,18 +155178,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -154032,6 +155201,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154051,11 +155225,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154135,7 +155304,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154153,7 +155322,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154261,7 +155430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154285,7 +155454,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154355,7 +155524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -154387,6 +155556,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154406,11 +155580,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154440,7 +155609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -154452,18 +155621,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -154473,6 +155644,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154492,11 +155668,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154575,7 +155746,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154599,7 +155770,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154669,7 +155840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -154701,6 +155872,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154720,11 +155896,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154853,7 +156024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154877,7 +156048,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154947,7 +156118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -154979,6 +156150,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154998,11 +156174,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155107,7 +156278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155131,7 +156302,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155227,7 +156398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -155239,18 +156410,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -155260,6 +156433,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155279,11 +156457,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155362,7 +156535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155386,7 +156559,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155581,7 +156754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155605,7 +156778,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155776,7 +156949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155800,7 +156973,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155920,7 +157093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -155932,18 +157105,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -155953,6 +157128,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155972,11 +157152,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156055,7 +157230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156079,7 +157254,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156298,7 +157473,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156322,7 +157497,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156517,7 +157692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156541,7 +157716,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156616,7 +157791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -156630,6 +157805,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156649,11 +157829,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156696,7 +157871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", "GenericTypeArguments": [], @@ -156779,7 +157954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", "GenericTypeArguments": [], @@ -156854,7 +158029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -156868,6 +158043,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156887,11 +158067,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156932,7 +158107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157002,6 +158177,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157021,11 +158201,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157128,7 +158303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157198,6 +158373,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157217,11 +158397,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157341,7 +158516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157411,6 +158586,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157430,11 +158610,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157513,7 +158688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -157534,6 +158709,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -157553,11 +158733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157672,7 +158847,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157690,7 +158865,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157869,7 +159044,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157893,7 +159068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157968,7 +159143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Tag": "System.Collections.Hashtable", @@ -157986,6 +159161,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158005,11 +159185,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158088,7 +159263,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158106,7 +159281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158237,7 +159412,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158261,7 +159436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158336,7 +159511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -158348,6 +159523,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158367,11 +159547,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158568,7 +159743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158604,6 +159779,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158623,11 +159803,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158804,7 +159979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -158833,6 +160008,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158852,11 +160032,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158896,7 +160071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -158914,7 +160089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -158952,7 +160127,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158970,7 +160145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158988,7 +160163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159175,7 +160350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -159199,7 +160374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -159249,7 +160424,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159273,7 +160448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159297,7 +160472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159567,7 +160742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -159591,7 +160766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -159641,7 +160816,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159665,7 +160840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159689,7 +160864,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159757,7 +160932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -159786,6 +160961,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159805,11 +160985,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159991,7 +161166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -160015,7 +161190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -160065,7 +161240,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160089,7 +161264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160113,7 +161288,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160188,7 +161363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -160200,6 +161375,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160219,11 +161399,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160378,7 +161553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -160410,6 +161585,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160429,11 +161609,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160658,7 +161833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -160688,6 +161863,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160707,11 +161887,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161513,7 +162688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -161543,6 +162718,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161562,11 +162742,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161940,7 +163115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -161957,6 +163132,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161976,11 +163156,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162041,7 +163216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -162063,6 +163238,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162082,11 +163262,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162203,7 +163378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162221,7 +163396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162232,6 +163407,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162251,11 +163431,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162277,7 +163452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162481,7 +163656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162505,7 +163680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162516,6 +163691,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162535,11 +163715,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162567,7 +163742,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162637,7 +163812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -162659,6 +163834,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162678,11 +163858,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162809,7 +163984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162833,7 +164008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162844,6 +164019,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162863,11 +164043,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162895,7 +164070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163088,7 +164263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163112,7 +164287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -163123,6 +164298,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163142,11 +164322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163174,7 +164349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163341,7 +164516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163365,7 +164540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -163376,6 +164551,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163395,11 +164575,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163427,7 +164602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163502,7 +164677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -163524,6 +164699,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163543,11 +164723,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163645,7 +164820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -163665,6 +164840,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -163678,6 +164854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163697,11 +164878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163759,7 +164935,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163777,7 +164953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163933,7 +165109,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163957,7 +165133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164025,7 +165201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -164045,6 +165221,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -164058,6 +165235,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -164077,11 +165259,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -164208,7 +165385,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164232,7 +165409,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164423,7 +165600,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164447,7 +165624,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164638,7 +165815,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164662,7 +165839,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164737,7 +165914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -164766,6 +165943,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -164785,11 +165967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -164940,7 +166117,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164958,7 +166135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -164976,7 +166153,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164994,7 +166171,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165012,7 +166189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -165022,6 +166199,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165041,11 +166223,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165226,7 +166403,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165250,7 +166427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -165274,7 +166451,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165298,7 +166475,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165322,7 +166499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -165332,6 +166509,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165351,11 +166533,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165573,7 +166750,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165597,7 +166774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -165621,7 +166798,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165645,7 +166822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165669,7 +166846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -165679,6 +166856,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165698,11 +166880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165870,7 +167047,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165894,7 +167071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -165918,7 +167095,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165942,7 +167119,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165966,7 +167143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -165976,6 +167153,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165995,11 +167177,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166078,7 +167255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -166088,6 +167265,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166107,11 +167289,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166325,7 +167502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -166354,6 +167531,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166373,11 +167555,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166457,7 +167634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166475,7 +167652,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166630,7 +167807,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166654,7 +167831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166722,7 +167899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -166751,6 +167928,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166770,11 +167952,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166852,7 +168029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166876,7 +168053,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167020,7 +168197,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167044,7 +168221,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167162,7 +168339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167186,7 +168363,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167261,7 +168438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -167499,6 +168676,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167518,11 +168700,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -167637,7 +168814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -167649,18 +168826,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -167670,6 +168849,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167689,11 +168873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -167715,7 +168894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GenericTypeArguments": [], @@ -167733,7 +168912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -167765,6 +168944,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167784,11 +168968,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -167810,7 +168989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -167828,7 +169007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -167846,7 +169025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -167886,7 +169065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -167894,6 +169073,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167913,11 +169097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -167957,7 +169136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167993,7 +169172,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168011,7 +169190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168029,7 +169208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168127,7 +169306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" @@ -168135,6 +169314,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -168154,11 +169338,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -168198,7 +169377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168329,7 +169508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -168353,7 +169532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -168377,7 +169556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -168429,7 +169608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -168437,6 +169616,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -168456,11 +169640,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -168512,7 +169691,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168560,7 +169739,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168584,7 +169763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168608,7 +169787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168736,7 +169915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" @@ -168744,6 +169923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -168763,11 +169947,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -168819,7 +169998,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169009,7 +170188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -169033,7 +170212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -169057,7 +170236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -169109,7 +170288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -169117,6 +170296,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -169136,11 +170320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -169192,7 +170371,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169240,7 +170419,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169264,7 +170443,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169288,7 +170467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169416,7 +170595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" @@ -169424,6 +170603,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -169443,11 +170627,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -169499,7 +170678,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169567,7 +170746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -169579,18 +170758,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -169600,6 +170781,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -169619,11 +170805,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -169651,7 +170832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GenericTypeArguments": [], @@ -169675,7 +170856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -169707,6 +170888,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -169726,11 +170912,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -169832,7 +171013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -169856,7 +171037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -169880,7 +171061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -169932,7 +171113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -169940,6 +171121,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -169959,11 +171145,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -170015,7 +171196,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170063,7 +171244,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170087,7 +171268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170111,7 +171292,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170239,7 +171420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" @@ -170247,6 +171428,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -170266,11 +171452,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -170322,7 +171503,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170397,7 +171578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -170429,6 +171610,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -170448,11 +171634,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -171115,7 +172296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -171159,6 +172340,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -171178,11 +172364,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -171241,7 +172422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", "GenericTypeArguments": [], @@ -171367,7 +172548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", "GenericTypeArguments": [], @@ -171469,7 +172650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" @@ -171477,6 +172658,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -171496,11 +172682,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -171541,7 +172722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -171549,6 +172730,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -171568,11 +172754,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -171657,7 +172838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -171665,6 +172846,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -171684,11 +172870,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -171767,7 +172948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -171775,6 +172956,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -171794,11 +172980,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -171839,7 +173020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", "GenericTypeArguments": [], @@ -171920,7 +173101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", "GenericTypeArguments": [], @@ -171995,7 +173176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -172026,6 +173207,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -172045,11 +173231,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -172590,7 +173771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -172634,6 +173815,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -172653,11 +173839,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -172716,7 +173897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", "GenericTypeArguments": [], @@ -172821,7 +174002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", "GenericTypeArguments": [], @@ -172896,7 +174077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -172928,6 +174109,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -172947,11 +174133,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -173452,7 +174633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -173496,6 +174677,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -173515,11 +174701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -173578,7 +174759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", "GenericTypeArguments": [], @@ -173704,7 +174885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", "GenericTypeArguments": [], @@ -173806,11 +174987,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -173820,17 +175002,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -173850,11 +175039,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -173955,7 +175139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -173963,6 +175147,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -173982,11 +175171,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174026,7 +175210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -174034,6 +175218,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174053,11 +175242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174079,7 +175263,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174097,7 +175281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174115,7 +175299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174133,7 +175317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -174141,6 +175325,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174160,11 +175349,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174263,7 +175447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -174273,6 +175457,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174292,11 +175481,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174312,6 +175496,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "PrivateRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -174459,7 +175661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -174467,6 +175669,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174486,11 +175693,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174542,7 +175744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -174550,6 +175752,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174569,11 +175776,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174601,7 +175803,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174625,7 +175827,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174649,7 +175851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174673,7 +175875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -174681,6 +175883,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174700,11 +175907,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174833,7 +176035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -174843,6 +176045,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174862,11 +176069,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174887,6 +176089,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -174945,7 +176171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -174982,6 +176208,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -175001,11 +176232,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -175190,7 +176416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175295,7 +176521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175483,7 +176709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175647,7 +176873,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175835,7 +177061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176023,7 +177249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176211,7 +177437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176375,7 +177601,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176587,7 +177813,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176775,7 +178001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176850,7 +178076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -176858,6 +178084,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -176877,11 +178108,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -176904,7 +178130,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176979,7 +178205,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177078,7 +178304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -177099,6 +178325,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -177118,11 +178349,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -177181,7 +178407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", "GenericTypeArguments": [], @@ -177307,7 +178533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", "GenericTypeArguments": [], @@ -177409,7 +178635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -177417,6 +178643,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -177436,11 +178667,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -177485,7 +178711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride", "GenericTypeArguments": [], @@ -177503,7 +178729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting", "GenericTypeArguments": [], @@ -177588,7 +178814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride", "GenericTypeArguments": [], @@ -177612,7 +178838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting", "GenericTypeArguments": [], @@ -177687,7 +178913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceAddresses": "System.Collections.Generic.List`1[System.String]", "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", @@ -177701,6 +178927,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -177720,11 +178951,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -178183,7 +179409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Mode": "System.String" @@ -178191,6 +179417,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -178210,11 +179441,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -178419,7 +179645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -178450,6 +179676,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -178469,11 +179700,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -179854,7 +181080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -179898,6 +181124,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -179917,11 +181148,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -179980,7 +181206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule", "GenericTypeArguments": [], @@ -180106,7 +181332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule", "GenericTypeArguments": [], @@ -180208,7 +181434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -180240,6 +181466,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -180259,11 +181490,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -181198,7 +182424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -181219,6 +182445,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -181238,11 +182469,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -181301,7 +182527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -181337,11 +182563,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -181351,17 +182578,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -181381,11 +182615,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -181512,7 +182741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -181676,7 +182905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -181744,11 +182973,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -181758,17 +182988,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -181788,11 +183025,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -181868,7 +183100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -181943,7 +183175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -181951,6 +183183,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -181970,11 +183207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -182171,13 +183403,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -182197,11 +183434,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -182356,7 +183588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -182364,6 +183596,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -182383,11 +183620,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -182586,7 +183818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -182611,6 +183843,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -182630,11 +183867,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -182811,7 +184043,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182829,7 +184061,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182847,7 +184079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182865,7 +184097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183124,7 +184356,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183148,7 +184380,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183172,7 +184404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183196,7 +184428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183271,7 +184503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -183280,6 +184512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -183299,11 +184536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -183548,7 +184780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -183566,6 +184798,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -183585,11 +184822,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -183686,7 +184918,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183704,7 +184936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183722,7 +184954,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183877,7 +185109,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183901,7 +185133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183925,7 +185157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184000,7 +185232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -184014,6 +185246,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184033,11 +185270,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184576,7 +185808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -184584,6 +185816,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184603,11 +185840,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184804,7 +186036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184836,6 +186068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184855,11 +186092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184938,7 +186170,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184992,7 +186224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -185010,7 +186242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -185028,7 +186260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", "GenericTypeArguments": [], @@ -185046,7 +186278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", "GenericTypeArguments": [], @@ -185064,7 +186296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -185082,7 +186314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", "GenericTypeArguments": [], @@ -185100,7 +186332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", "GenericTypeArguments": [], @@ -185118,7 +186350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185136,7 +186368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185267,7 +186499,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185339,7 +186571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -185363,7 +186595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -185387,7 +186619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", "GenericTypeArguments": [], @@ -185411,7 +186643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", "GenericTypeArguments": [], @@ -185435,7 +186667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -185459,7 +186691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", "GenericTypeArguments": [], @@ -185483,7 +186715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", "GenericTypeArguments": [], @@ -185507,7 +186739,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185531,7 +186763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185606,7 +186838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185622,6 +186854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -185641,11 +186878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186062,17 +187294,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -186080,6 +187314,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -186090,6 +187329,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186109,11 +187353,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186172,7 +187411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -186204,6 +187443,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186223,11 +187467,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186267,7 +187506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], @@ -186396,7 +187635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], @@ -186464,7 +187703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -186496,6 +187735,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186515,11 +187759,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186571,7 +187810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], @@ -186663,7 +187902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], @@ -186738,17 +187977,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -186757,246 +187998,619 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "ShouldSerializeBackendIpConfigurations", + "Name": "ShouldSerializeTunnelInterfaces", "Parameters": [], "ReturnType": "System.Boolean" }, { - "Name": "ShouldSerializeLoadBalancingRules", + "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TunnelInterface", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TunnelInterface", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzLoadBalancerBackendAddressPoolTunnelInterfaceConfig", + "Name": "New-AzLoadBalancerBackendAddressPoolTunnelInterfaceConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerBackendAddressPoolTunnelInterfaceConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Port": "System.Int32", + "Identifier": "System.Int32", + "Protocol": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Type", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Identifier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Protocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Type", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Identifier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Port", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzLoadBalancerFrontendIpConfig", + "Name": "New-AzLoadBalancerFrontendIpConfig", + "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerFrontendIpConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "SetByResourceSubnet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "PublicIPPrefixText": "System.String", + "PublicIpAddressText": "System.String", + "SubnetText": "System.String", + "LoadBalancingRulesText": "System.String", + "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "PrivateIpAddress": "System.String", + "InboundNatRulesText": "System.String", + "ZonesText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "PrivateIpAddressVersion": "System.String", + "PrivateIpAllocationMethod": "System.String", + "GatewayLoadBalancerText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeInboundNatRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeInboundNatPools", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeOutboundRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeZones", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzLoadBalancerFrontendIpConfig", - "Name": "New-AzLoadBalancerFrontendIpConfig", - "ClassName": "Microsoft.Azure.Commands.Network.NewAzureRmLoadBalancerFrontendIpConfigCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "SetByResourceSubnet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "PublicIPPrefixText": "System.String", - "PublicIpAddressText": "System.String", - "SubnetText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRulesText": "System.String", - "PrivateIpAddress": "System.String", - "InboundNatRulesText": "System.String", - "ZonesText": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "PrivateIpAddressVersion": "System.String", - "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeInboundNatRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeInboundNatPools", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeOutboundRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeZones", - "Parameters": [], - "ReturnType": "System.Boolean" }, { "Name": "ToString", @@ -187017,11 +188631,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187137,7 +188746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187207,6 +188816,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187226,11 +188840,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187270,7 +188879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -187302,6 +188911,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187321,11 +188935,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187365,7 +188974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187392,6 +189001,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187411,11 +189025,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187619,7 +189228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187689,6 +189298,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187708,11 +189322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188115,7 +189724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -188147,6 +189756,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188166,11 +189780,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188406,7 +190015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188433,6 +190042,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188452,11 +190066,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188583,7 +190192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -188617,6 +190226,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188636,11 +190250,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188771,7 +190380,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188789,7 +190398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188825,9 +190434,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -188841,6 +190451,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -188848,7 +190459,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -188879,6 +190490,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188898,11 +190519,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189107,7 +190723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189131,7 +190747,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189367,7 +190983,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189391,7 +191007,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189459,9 +191075,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -189475,6 +191092,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -189482,7 +191100,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -189513,6 +191131,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189532,11 +191160,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189708,7 +191331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189732,7 +191355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189807,7 +191430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -189837,6 +191460,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189856,11 +191484,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189973,7 +191596,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189991,7 +191614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190027,9 +191650,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -190043,6 +191667,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -190050,7 +191675,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -190081,6 +191706,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -190100,11 +191735,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -190285,7 +191915,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190309,7 +191939,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190521,7 +192151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190545,7 +192175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190613,9 +192243,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -190629,6 +192260,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -190636,7 +192268,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -190667,6 +192299,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -190686,11 +192328,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -190838,7 +192475,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190862,7 +192499,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190937,7 +192574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -190960,6 +192597,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -190979,11 +192621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -191060,7 +192697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191096,7 +192733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -191132,17 +192769,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -191150,6 +192789,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -191160,6 +192804,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -191179,11 +192828,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -191316,7 +192960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191364,7 +193008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -191528,7 +193172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191576,7 +193220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -191644,17 +193288,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -191662,6 +193308,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -191672,6 +193323,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -191691,11 +193347,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -191795,7 +193446,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191843,7 +193494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -191918,7 +193569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -191955,6 +193606,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -191974,11 +193630,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -192343,23 +193994,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "FrontendPort": "System.Int32", "BackendPort": "System.Int32", "EnableFloatingIP": "System.Nullable`1[System.Boolean]", "EnableTcpReset": "System.Nullable`1[System.Boolean]", "DisableOutboundSNAT": "System.Nullable`1[System.Boolean]", "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", "Name": "System.String", "ProbeText": "System.String", + "BackendAddressPoolsText": "System.String", "BackendAddressPoolText": "System.String", - "ProvisioningState": "System.String", + "Protocol": "System.String", "Etag": "System.String", + "ProvisioningState": "System.String", "LoadDistribution": "System.String", "FrontendIPConfigurationText": "System.String", "Id": "System.String" @@ -192377,6 +194030,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -192396,11 +194054,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -192531,7 +194184,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -192549,7 +194202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -192567,7 +194220,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -192603,9 +194256,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -192619,6 +194273,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -192626,7 +194281,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -192657,6 +194312,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -192676,11 +194341,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -192701,10 +194361,10 @@ "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -192719,68 +194379,13 @@ "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "LoadBalancerBackendAddressesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -192811,7 +194416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -192848,6 +194453,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -192867,11 +194477,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -193076,7 +194681,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193100,7 +194705,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193124,7 +194729,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193215,10 +194820,10 @@ "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -193408,7 +195013,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193432,7 +195037,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193456,7 +195061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193524,9 +195129,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -193540,6 +195146,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -193547,7 +195154,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -193578,6 +195185,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -193597,11 +195214,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -193628,68 +195240,13 @@ "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "LoadBalancerBackendAddressesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -193708,7 +195265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -193745,6 +195302,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -193764,11 +195326,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -193940,7 +195497,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193964,7 +195521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193988,7 +195545,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194063,7 +195620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -194085,6 +195642,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194104,11 +195666,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194295,7 +195852,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194313,7 +195870,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194331,7 +195888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194558,7 +196115,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194582,7 +196139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194606,7 +196163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194868,7 +196425,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194892,7 +196449,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194916,7 +196473,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195178,7 +196735,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195202,7 +196759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195226,7 +196783,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195301,7 +196858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -195325,6 +196882,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195344,11 +196906,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195481,7 +197038,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195499,7 +197056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -195517,7 +197074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -195535,7 +197092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195553,7 +197110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195756,7 +197313,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195780,7 +197337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -195804,7 +197361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -195828,7 +197385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195852,7 +197409,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195927,7 +197484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -195976,6 +197533,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195995,11 +197557,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196096,7 +197653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -196132,7 +197689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -196202,6 +197759,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196221,11 +197783,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196265,7 +197822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -196297,6 +197854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196316,11 +197878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196360,7 +197917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -196404,6 +197961,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196423,11 +197985,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196467,7 +198024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -196503,7 +198060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -196539,7 +198096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -196575,7 +198132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -196665,7 +198222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196683,7 +198240,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196701,7 +198258,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196719,7 +198276,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196737,7 +198294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196940,7 +198497,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196964,7 +198521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196988,7 +198545,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197012,7 +198569,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197036,7 +198593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197104,7 +198661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -197152,7 +198709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -197196,6 +198753,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -197215,11 +198777,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -197393,7 +198950,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197417,7 +198974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197441,7 +198998,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197465,7 +199022,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197489,7 +199046,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197557,7 +199114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -197727,7 +199284,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197751,7 +199308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197775,7 +199332,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197799,7 +199356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197823,7 +199380,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198253,7 +199810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198277,7 +199834,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198301,7 +199858,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198325,7 +199882,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198349,7 +199906,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198417,7 +199974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -198487,6 +200044,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198506,11 +200068,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198538,7 +200095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -198570,6 +200127,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198589,11 +200151,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198621,7 +200178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -198665,6 +200222,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198684,11 +200246,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198716,7 +200273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -198740,7 +200297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -198764,7 +200321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -198788,7 +200345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -199006,7 +200563,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199030,7 +200587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199054,7 +200611,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199078,7 +200635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199102,7 +200659,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199177,8 +200734,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -199195,6 +200753,7 @@ "ProvisioningState": "System.String", "PrivateIpAllocationMethod": "System.String", "ApplicationSecurityGroupsText": "System.String", + "GatewayLoadBalancerText": "System.String", "PrivateLinkConnectionPropertiesText": "System.String", "VirtualNetworkTapsText": "System.String", "Etag": "System.String", @@ -199227,6 +200786,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199246,11 +200815,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199330,7 +200894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199366,7 +200930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -199436,6 +201000,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199455,11 +201024,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199499,7 +201063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -199531,6 +201095,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199550,11 +201119,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199594,7 +201158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -199630,7 +201194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -199666,7 +201230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -199702,7 +201266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -199714,6 +201278,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -199834,7 +201416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200121,7 +201703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200189,7 +201771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -200259,6 +201841,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200278,11 +201865,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200310,7 +201892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -200342,6 +201924,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200361,11 +201948,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200393,7 +201975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -200417,7 +201999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -200441,7 +202023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -200465,7 +202047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -200482,6 +202064,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -200564,7 +202170,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200639,7 +202245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -200659,6 +202265,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200678,11 +202289,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200761,7 +202367,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200781,7 +202387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", "GenericTypeArguments": [], @@ -200799,7 +202405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200817,7 +202423,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200948,7 +202554,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200974,7 +202580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", "GenericTypeArguments": [], @@ -200998,7 +202604,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201022,7 +202628,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201097,7 +202703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -201141,6 +202747,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201160,11 +202771,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201243,7 +202849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", "GenericTypeArguments": [], @@ -201261,7 +202867,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201279,7 +202885,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201297,7 +202903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201428,7 +203034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", "GenericTypeArguments": [], @@ -201452,7 +203058,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201476,7 +203082,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201500,7 +203106,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201575,7 +203181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -201598,6 +203204,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201617,11 +203228,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201777,7 +203383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -201795,7 +203401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -202245,7 +203851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -202269,7 +203875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -202942,7 +204548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -202967,6 +204573,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -202986,11 +204597,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -203105,7 +204711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -203114,6 +204720,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -203133,11 +204744,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -203177,7 +204783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -203187,6 +204793,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -203206,11 +204817,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -203286,7 +204892,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -203304,7 +204910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -203322,7 +204928,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -203477,7 +205083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -203486,6 +205092,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -203505,11 +205116,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -203561,7 +205167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -203571,6 +205177,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -203590,11 +205201,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -203694,7 +205300,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -203718,7 +205324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -203742,7 +205348,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -203882,7 +205488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -203891,6 +205497,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -203910,11 +205521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -203966,7 +205572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -203976,6 +205582,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -203995,11 +205606,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -204099,7 +205705,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204123,7 +205729,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204147,7 +205753,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204263,7 +205869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -204272,6 +205878,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -204291,11 +205902,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -204347,7 +205953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -204357,6 +205963,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -204376,11 +205987,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -204480,7 +206086,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204504,7 +206110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204528,7 +206134,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204603,7 +206209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -204619,6 +206225,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -204638,11 +206249,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -204721,7 +206327,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204852,7 +206458,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204927,7 +206533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -204950,6 +206556,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -204969,11 +206580,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -204992,7 +206598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -205013,6 +206619,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -205032,11 +206643,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -205059,7 +206665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -205075,6 +206681,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -205094,11 +206705,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -205304,7 +206910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -205322,7 +206928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -205358,7 +206964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -205374,6 +206980,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -205393,11 +207004,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -205419,7 +207025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205437,7 +207043,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205455,7 +207061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205473,7 +207079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205530,7 +207136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -205546,6 +207152,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -205565,11 +207176,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -205769,7 +207375,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205793,7 +207399,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205817,7 +207423,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205841,7 +207447,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -205909,7 +207515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -205925,6 +207531,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -205944,11 +207555,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -206002,7 +207608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -206026,7 +207632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -206074,7 +207680,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206098,7 +207704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206122,7 +207728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206410,7 +208016,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206434,7 +208040,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206458,7 +208064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206482,7 +208088,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206624,7 +208230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -206648,7 +208254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -206696,7 +208302,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206720,7 +208326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -206744,7 +208350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207008,7 +208614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207032,7 +208638,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207056,7 +208662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207080,7 +208686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207198,7 +208804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -207222,7 +208828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -207270,7 +208876,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207294,7 +208900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207318,7 +208924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207386,7 +208992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -207402,6 +209008,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -207421,11 +209032,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -207453,7 +209059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207477,7 +209083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207545,7 +209151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207569,7 +209175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207644,7 +209250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope", "Name": "System.String", @@ -207657,6 +209263,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -207676,11 +209287,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -207721,7 +209327,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207739,7 +209345,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207757,7 +209363,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207775,7 +209381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207793,7 +209399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207811,7 +209417,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -207865,7 +209471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", "GenericTypeArguments": [], @@ -207883,7 +209489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", "GenericTypeArguments": [], @@ -208026,7 +209632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208166,7 +209772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208214,7 +209820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", "GenericTypeArguments": [], @@ -208238,7 +209844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", "GenericTypeArguments": [], @@ -208354,7 +209960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208402,7 +210008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", "GenericTypeArguments": [], @@ -208518,7 +210124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208634,7 +210240,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208706,7 +210312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", "GenericTypeArguments": [], @@ -208798,7 +210404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -208846,7 +210452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", "GenericTypeArguments": [], @@ -208870,7 +210476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", "GenericTypeArguments": [], @@ -208993,13 +210599,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -209019,11 +210630,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -209178,7 +210784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -209194,6 +210800,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -209213,11 +210824,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -209240,7 +210846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -209256,6 +210862,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -209275,11 +210886,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -209375,7 +210981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -209393,7 +210999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -209429,7 +211035,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -209486,7 +211092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -209502,6 +211108,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -209521,11 +211132,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -209579,7 +211185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -209603,7 +211209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -209651,7 +211257,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -209793,7 +211399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -209817,7 +211423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -209865,7 +211471,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -209983,7 +211589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -210007,7 +211613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -210055,7 +211661,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210149,7 +211755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -210173,7 +211779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -210221,7 +211827,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210296,7 +211902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -210305,6 +211911,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -210324,11 +211935,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -210525,7 +212131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]", "Port": "System.Nullable`1[System.Int32]", @@ -210534,6 +212140,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -210553,11 +212164,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -210576,7 +212182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestHeaders": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", "ValidStatusCodeRanges": "System.Collections.Generic.List`1[System.String]", @@ -210590,6 +212196,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -210609,11 +212220,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -210632,13 +212238,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -210658,11 +212269,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -210685,7 +212291,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210703,7 +212309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210721,7 +212327,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210759,7 +212365,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210813,7 +212419,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210849,7 +212455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210924,7 +212530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210974,7 +212580,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211066,7 +212672,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211164,7 +212770,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211212,7 +212818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211280,7 +212886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211304,7 +212910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -211423,7 +213029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -211436,6 +213042,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -211455,11 +213066,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -211520,11 +213126,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -211544,11 +213155,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -211717,11 +213323,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -211741,11 +213352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -211900,7 +213506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -211914,6 +213520,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -211933,11 +213544,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -211978,7 +213584,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -211998,7 +213604,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -212018,7 +213624,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -212038,7 +213644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -212119,7 +213725,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -212145,7 +213751,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -212171,7 +213777,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -212197,7 +213803,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -212272,7 +213878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -212298,6 +213904,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -212317,11 +213928,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -212344,7 +213950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -212360,6 +213966,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -212379,11 +213990,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -212609,7 +214215,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -212665,7 +214271,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -212683,7 +214289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -212740,7 +214346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -212756,6 +214362,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -212775,11 +214386,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -213005,7 +214611,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213029,7 +214635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213097,7 +214703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -213113,6 +214719,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -213132,11 +214743,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -213164,7 +214770,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213436,7 +215042,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213460,7 +215066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213774,7 +215380,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213798,7 +215404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -213914,7 +215520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214186,7 +215792,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214210,7 +215816,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214500,7 +216106,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214524,7 +216130,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214616,7 +216222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214888,7 +216494,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -214912,7 +216518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -215178,7 +216784,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -215202,7 +216808,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -215277,7 +216883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -215288,6 +216894,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -215307,11 +216918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -215634,7 +217240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", @@ -215662,6 +217268,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -215681,11 +217292,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -215708,7 +217314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -215724,6 +217330,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -215743,11 +217354,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -215975,7 +217581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -215993,7 +217599,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216050,7 +217656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -216066,6 +217672,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -216085,11 +217696,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -216315,7 +217921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -216339,7 +217945,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216655,7 +218261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -216679,7 +218285,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216969,7 +218575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -216993,7 +218599,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217259,7 +218865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -217283,7 +218889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217358,7 +218964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -217368,6 +218974,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -217387,11 +218998,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -217672,13 +219278,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -217698,11 +219309,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -217725,7 +219331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217743,7 +219349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217761,7 +219367,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217818,7 +219424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217842,7 +219448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217866,7 +219472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217941,13 +219547,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -217967,11 +219578,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -217994,7 +219600,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218012,7 +219618,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218030,7 +219636,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218087,7 +219693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218111,7 +219717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218135,7 +219741,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218210,7 +219816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -218237,6 +219843,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -218256,11 +219867,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -218358,7 +219964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -218378,6 +219984,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -218391,6 +219998,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -218410,11 +220022,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -218454,7 +220061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -218490,6 +220097,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -218509,11 +220121,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -218589,7 +220196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -218600,6 +220207,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -218619,11 +220231,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -218645,7 +220252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218663,7 +220270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218681,7 +220288,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218699,7 +220306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218879,7 +220486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -218890,6 +220497,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -218909,11 +220521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -218941,7 +220548,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218965,7 +220572,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218989,7 +220596,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219013,7 +220620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219105,7 +220712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -219141,6 +220748,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -219160,11 +220772,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -219315,7 +220922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -219326,6 +220933,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -219345,11 +220957,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -219377,7 +220984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219401,7 +221008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219425,7 +221032,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219449,7 +221056,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219688,7 +221295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -219699,6 +221306,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -219718,11 +221330,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -219750,7 +221357,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219774,7 +221381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219798,7 +221405,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219822,7 +221429,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219890,7 +221497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -219910,6 +221517,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -219923,6 +221531,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -219942,11 +221555,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -219974,7 +221582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -220010,6 +221618,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -220029,11 +221642,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -220184,7 +221792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -220195,6 +221803,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -220214,11 +221827,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -220246,7 +221854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220270,7 +221878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220294,7 +221902,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220318,7 +221926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220386,7 +221994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -220406,6 +222014,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -220419,6 +222028,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -220438,11 +222052,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -220617,7 +222226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -220628,6 +222237,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -220647,11 +222261,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -220679,7 +222288,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220703,7 +222312,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220727,7 +222336,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220751,7 +222360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220843,7 +222452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -220879,6 +222488,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -220898,11 +222512,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -221053,7 +222662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -221064,6 +222673,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -221083,11 +222697,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -221115,7 +222724,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221139,7 +222748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221163,7 +222772,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221187,7 +222796,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221426,7 +223035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -221437,6 +223046,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -221456,11 +223070,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -221488,7 +223097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221512,7 +223121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221536,7 +223145,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221560,7 +223169,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221635,7 +223244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -221646,6 +223255,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -221665,11 +223279,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -221992,7 +223601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", "Name": "System.String", @@ -222003,6 +223612,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -222022,11 +223636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -222223,7 +223832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -222235,6 +223844,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -222254,11 +223868,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -222337,7 +223946,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -222357,7 +223966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222375,7 +223984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222506,7 +224115,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -222532,7 +224141,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222556,7 +224165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222631,7 +224240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -222672,6 +224281,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -222691,11 +224305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -222774,7 +224383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -222844,6 +224453,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -222863,11 +224477,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -222889,7 +224498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", "GenericTypeArguments": [], @@ -222907,7 +224516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222925,7 +224534,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222943,7 +224552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222961,7 +224570,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223092,7 +224701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -223162,6 +224771,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -223181,11 +224795,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -223213,7 +224822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", "GenericTypeArguments": [], @@ -223237,7 +224846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223261,7 +224870,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223285,7 +224894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223309,7 +224918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223384,7 +224993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -223415,6 +225024,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -223434,11 +225048,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -223517,7 +225126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -223535,7 +225144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", "GenericTypeArguments": [], @@ -223589,7 +225198,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223607,7 +225216,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223625,7 +225234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223643,7 +225252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223774,7 +225383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -223798,7 +225407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", "GenericTypeArguments": [], @@ -223870,7 +225479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223894,7 +225503,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223918,7 +225527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223942,7 +225551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224017,7 +225626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -224033,6 +225642,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -224052,11 +225666,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -224097,7 +225706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -224128,6 +225737,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -224147,11 +225761,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -224382,7 +225991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -224413,6 +226022,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -224432,11 +226046,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -224727,7 +226336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -224745,6 +226354,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -224764,11 +226378,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -224848,7 +226457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -224880,6 +226489,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -224899,11 +226513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -224925,7 +226534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -224995,6 +226604,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -225014,11 +226628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225040,7 +226649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -225172,7 +226781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -225204,6 +226813,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -225223,11 +226837,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225255,7 +226864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -225325,6 +226934,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -225344,11 +226958,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225376,7 +226985,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -225451,7 +227060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -225483,6 +227092,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -225502,11 +227116,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225705,7 +227314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", "GenericTypeArguments": [], @@ -225723,7 +227332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -225750,6 +227359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -225769,11 +227383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225849,7 +227458,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -225867,7 +227476,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -225885,7 +227494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -226172,7 +227781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", "GenericTypeArguments": [], @@ -226196,7 +227805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -226223,6 +227832,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -226242,11 +227856,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226346,7 +227955,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -226370,7 +227979,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -226394,7 +228003,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -226469,7 +228078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -226496,6 +228105,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -226515,11 +228129,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226678,7 +228287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", "GenericTypeArguments": [], @@ -226714,7 +228323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -226735,6 +228344,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -226754,11 +228368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226780,7 +228389,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -226798,7 +228407,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -226816,7 +228425,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -227051,7 +228660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", "GenericTypeArguments": [], @@ -227099,7 +228708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -227120,6 +228729,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -227139,11 +228753,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -227171,7 +228780,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -227195,7 +228804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -227219,7 +228828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -227294,7 +228903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -227302,6 +228911,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -227321,11 +228935,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -227522,7 +229131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RadiusServerScore": "System.Int32", "RadiusServerSecret": "System.String", @@ -227531,6 +229140,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -227550,11 +229164,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -227837,7 +229446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -227850,6 +229459,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -227869,11 +229483,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -228154,7 +229763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -228184,6 +229793,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -228203,11 +229817,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -228286,7 +229895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", "GenericTypeArguments": [], @@ -228304,7 +229913,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228322,7 +229931,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228340,7 +229949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228471,7 +230080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", "GenericTypeArguments": [], @@ -228495,7 +230104,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228519,7 +230128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228543,7 +230152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228618,7 +230227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -228630,6 +230239,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -228649,11 +230263,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -228676,7 +230285,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228810,7 +230419,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228986,7 +230595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -229008,6 +230617,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -229027,11 +230641,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -229138,7 +230747,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229156,7 +230765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229174,7 +230783,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229329,7 +230938,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229353,7 +230962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229377,7 +230986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229452,7 +231061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -229483,6 +231092,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -229502,11 +231116,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -229567,7 +231176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229603,7 +231212,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229621,7 +231230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", "GenericTypeArguments": [], @@ -229639,7 +231248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229657,7 +231266,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229764,7 +231373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229812,7 +231421,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229836,7 +231445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", "GenericTypeArguments": [], @@ -229860,7 +231469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229884,7 +231493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229959,7 +231568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -229970,6 +231579,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -229989,11 +231603,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -230070,7 +231679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", "GenericTypeArguments": [], @@ -230199,7 +231808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", "GenericTypeArguments": [], @@ -230274,7 +231883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -230293,6 +231902,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -230312,11 +231926,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -230417,7 +232026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230437,6 +232046,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -230450,6 +232060,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -230469,11 +232084,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -230531,7 +232141,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230549,7 +232159,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230567,7 +232177,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230726,7 +232336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230746,6 +232356,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -230759,6 +232370,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -230778,11 +232394,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -230858,7 +232469,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230882,7 +232493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230906,7 +232517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230981,7 +232592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -231011,6 +232622,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -231030,11 +232646,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -231075,7 +232686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", "GenericTypeArguments": [], @@ -231129,7 +232740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -231210,7 +232821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", "GenericTypeArguments": [], @@ -231282,7 +232893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -231357,7 +232968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -231370,6 +232981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -231389,11 +233005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -231674,7 +233285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -231683,6 +233294,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -231702,11 +233318,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -231945,7 +233556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -231956,6 +233567,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -231975,11 +233591,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -232302,7 +233913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -232319,6 +233930,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -232338,11 +233954,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -232407,7 +234018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -232427,6 +234038,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -232440,6 +234052,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -232459,11 +234076,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -232528,7 +234140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -232564,7 +234176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -232700,7 +234312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -232748,7 +234360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -232819,7 +234431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -232839,6 +234451,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -232852,6 +234465,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -232871,11 +234489,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -232931,7 +234544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -232979,7 +234592,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233102,7 +234715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -233150,7 +234763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233246,7 +234859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -233294,7 +234907,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233369,7 +234982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -233381,6 +234994,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -233400,11 +235018,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -233501,13 +235114,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -233527,11 +235145,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -233571,7 +235184,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233589,7 +235202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233607,7 +235220,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233738,13 +235351,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -233764,11 +235382,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -233820,7 +235433,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233844,7 +235457,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233868,7 +235481,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233984,13 +235597,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -234010,11 +235628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -234066,7 +235679,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -234090,7 +235703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -234114,7 +235727,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -234206,13 +235819,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -234232,11 +235850,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -234288,7 +235901,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -234312,7 +235925,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -234336,7 +235949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -234411,7 +236024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -234420,6 +236033,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -234439,11 +236057,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -234686,7 +236299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -234706,6 +236319,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -234719,6 +236333,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -234738,11 +236357,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -234804,7 +236418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -234823,6 +236437,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -234842,11 +236461,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -234922,7 +236536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -234940,7 +236554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -234952,6 +236566,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -234971,11 +236590,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -234997,7 +236611,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -235027,13 +236641,34 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PreferredRoutingGateway", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -235189,7 +236824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -235213,7 +236848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -235225,6 +236860,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -235244,11 +236884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -235276,7 +236911,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -235317,6 +236952,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PreferredRoutingGateway", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -235324,7 +236986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -235392,7 +237054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -235411,6 +237073,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -235430,11 +237097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -235561,7 +237223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -235585,7 +237247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -235597,6 +237259,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -235616,11 +237283,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -235648,7 +237310,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -235689,6 +237351,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PreferredRoutingGateway", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -235696,7 +237385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -235887,7 +237576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -235911,7 +237600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -235923,6 +237612,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -235942,11 +237636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -235974,7 +237663,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236015,6 +237704,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PreferredRoutingGateway", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -236022,7 +237738,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236097,7 +237813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -236109,6 +237825,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -236128,11 +237849,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -236329,7 +238045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -236341,6 +238057,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -236360,11 +238081,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -236387,7 +238103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -236444,7 +238160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -236519,7 +238235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -236533,6 +238249,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -236552,11 +238273,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -236621,7 +238337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236641,6 +238357,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -236654,6 +238371,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -236673,11 +238395,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -236741,7 +238458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -236753,18 +238470,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -236774,6 +238493,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -236793,11 +238517,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -236837,7 +238556,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -236875,7 +238594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236886,6 +238605,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -236905,11 +238629,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -236931,7 +238650,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -237090,7 +238809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -237140,7 +238859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -237151,6 +238870,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -237170,11 +238894,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -237202,7 +238921,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -237321,7 +239040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -237333,18 +239052,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -237354,6 +239075,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -237373,11 +239099,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -237432,7 +239153,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -237482,7 +239203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -237493,6 +239214,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -237512,11 +239238,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -237544,7 +239265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -237615,7 +239336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -237635,6 +239356,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -237648,6 +239370,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -237667,11 +239394,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -237699,7 +239421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -237711,18 +239433,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -237732,6 +239456,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -237751,11 +239480,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -237810,7 +239534,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -237860,7 +239584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -237871,6 +239595,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -237890,11 +239619,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -237922,7 +239646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -237993,7 +239717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -238013,6 +239737,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -238026,6 +239751,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -238045,11 +239775,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -238128,7 +239853,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -238178,7 +239903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -238189,6 +239914,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -238208,11 +239938,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -238240,7 +239965,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -238335,7 +240060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -238347,18 +240072,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -238368,6 +240095,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -238387,11 +240119,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -238446,7 +240173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -238496,7 +240223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -238507,6 +240234,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -238526,11 +240258,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -238558,7 +240285,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -238704,7 +240431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -238754,7 +240481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -238765,6 +240492,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -238784,11 +240516,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -238816,7 +240543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -238911,7 +240638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -238961,7 +240688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -238972,6 +240699,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -238991,11 +240723,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -239023,7 +240750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239098,7 +240825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -239110,18 +240837,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -239131,6 +240860,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -239150,11 +240884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -239281,13 +241010,33 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "FlowTimeout", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Subnet", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "GenericTypeArguments": [], @@ -239323,7 +241072,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239341,7 +241090,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239377,7 +241126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -239395,7 +241144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239413,7 +241162,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239609,6 +241358,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "FlowTimeout", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Subnet", @@ -239616,7 +241391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "GenericTypeArguments": [], @@ -239664,7 +241439,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239688,7 +241463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239736,7 +241511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -239760,7 +241535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239784,7 +241559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -239859,25 +241634,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -239893,6 +241671,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -239912,11 +241695,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -239995,7 +241773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -240073,7 +241851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240091,7 +241869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240145,7 +241923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -240167,6 +241945,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -240186,11 +241969,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -240274,7 +242052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -240292,7 +242070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -240310,7 +242088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -240364,7 +242142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -240376,13 +242154,49 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "NatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableBgpRouteTranslationForNat", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240400,7 +242214,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240454,7 +242268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -240562,7 +242376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240693,7 +242507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -240795,7 +242609,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240819,7 +242633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240885,7 +242699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -240907,6 +242721,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -240926,11 +242745,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -241038,7 +242852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -241062,7 +242876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -241086,7 +242900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -241158,7 +242972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -241175,6 +242989,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableBgpRouteTranslationForNat", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -241182,7 +243044,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241206,7 +243068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241278,7 +243140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -241422,7 +243284,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241490,7 +243352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -241592,7 +243454,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241616,7 +243478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -241682,7 +243544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -241704,6 +243566,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -241723,11 +243590,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -241835,7 +243697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -241859,7 +243721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -241883,7 +243745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -241955,7 +243817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -241972,6 +243834,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableBgpRouteTranslationForNat", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -241979,7 +243889,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -242003,7 +243913,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -242075,7 +243985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -242219,7 +244129,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -242294,17 +244204,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -242312,15 +244224,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -242330,12 +244244,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -242355,11 +244274,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -242456,25 +244370,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -242490,6 +244407,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -242509,11 +244431,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -242535,25 +244452,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -242569,6 +244489,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -242588,11 +244513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -242614,7 +244534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -242636,6 +244556,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -242655,11 +244580,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -242794,7 +244714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -242826,6 +244746,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -242845,11 +244770,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -242889,7 +244809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -242907,7 +244827,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -242925,7 +244845,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -242961,7 +244881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -242979,7 +244899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -243012,13 +244932,49 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "IngressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EgressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -243036,7 +244992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -243191,25 +245147,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -243225,6 +245184,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -243244,11 +245208,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -243276,25 +245235,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -243310,6 +245272,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -243329,11 +245296,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -243361,7 +245323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -243383,6 +245345,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -243402,11 +245369,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -243583,7 +245545,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -243607,7 +245569,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -243631,7 +245593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -243679,7 +245641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -243703,7 +245665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -243747,6 +245709,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IngressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EgressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -243754,7 +245764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -243778,7 +245788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -243968,25 +245978,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -244002,6 +246015,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -244021,11 +246039,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -244053,25 +246066,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -244087,6 +246103,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -244106,11 +246127,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -244138,7 +246154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -244160,6 +246176,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -244179,11 +246200,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -244360,7 +246376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -244384,7 +246400,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -244408,7 +246424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -244456,7 +246472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -244480,7 +246496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -244524,6 +246540,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IngressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EgressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -244531,7 +246595,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -244555,7 +246619,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -244623,7 +246687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -244655,6 +246719,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -244674,11 +246743,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -244804,25 +246868,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -244838,6 +246905,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -244857,11 +246929,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -244889,25 +246956,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -244923,6 +246993,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -244942,11 +247017,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -244974,7 +247044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -244996,6 +247066,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -245015,11 +247090,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -245196,7 +247266,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -245220,7 +247290,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -245244,7 +247314,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -245292,7 +247362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -245316,7 +247386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -245360,6 +247430,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "IngressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EgressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -245367,7 +247485,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -245391,7 +247509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -245466,7 +247584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -245481,6 +247599,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -245500,11 +247623,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -245581,7 +247699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -245651,6 +247769,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -245670,11 +247793,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -245714,7 +247832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -245746,6 +247864,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -245765,11 +247888,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -246062,7 +248180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -246132,89 +248250,94 @@ "Parameters": [], "ReturnType": "System.Boolean" }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PublicIpAddress", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", - "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "PublicIpPrefixText": "System.String", - "IpConfigurationText": "System.String", - "IpTagsText": "System.String", - "DnsSettingsText": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "PublicIpAddressVersion": "System.String", - "IpAddress": "System.String", - "PublicIpAllocationMethod": "System.String", - "SkuText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicIpAddress", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", + "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", + "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", + "PublicIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "IpTags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "TagsTable": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "PublicIpPrefixText": "System.String", + "IpConfigurationText": "System.String", + "IpTagsText": "System.String", + "DnsSettingsText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "PublicIpAddressVersion": "System.String", + "IpAddress": "System.String", + "PublicIpAllocationMethod": "System.String", + "SkuText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -246234,11 +248357,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -246351,6 +248469,665 @@ ], "AliasList": [] }, + { + "VerbName": "New", + "NounName": "AzVirtualNetworkGatewayNatRule", + "Name": "New-AzVirtualNetworkGatewayNatRule", + "ClassName": "Microsoft.Azure.Commands.Network.VirtualNetworkGateway.NewAzureVirtualNetworkGatewayNatRule", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByVirtualNetworkGatewayNatRuleName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "VirtualNetworkGatewayNatRulePropertiesType": "System.String", + "Mode": "System.String", + "IpConfigurationId": "System.String", + "ProvisioningState": "System.String", + "InternalMappingsText": "System.String", + "ExternalMappingsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Type", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Static", + "Dynamic" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Mode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "EgressSnat", + "IngressSnat" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByVirtualNetworkGatewayNatRuleName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Type", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Static", + "Dynamic" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Mode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "EgressSnat", + "IngressSnat" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Type", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Static", + "Dynamic" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Mode", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "EgressSnat", + "IngressSnat" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "New", "NounName": "AzVirtualNetworkSubnetConfig", @@ -246365,7 +249142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -246435,6 +249212,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -246454,11 +249236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -246535,7 +249312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -246579,6 +249356,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -246598,11 +249380,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -246642,7 +249419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -246673,6 +249450,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -246692,11 +249474,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -246740,7 +249517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -246764,6 +249541,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -246783,11 +249565,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -246827,7 +249604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -246845,7 +249622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -246899,7 +249676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -247028,7 +249805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -247052,7 +249829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -247124,7 +249901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -247338,7 +250115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -247362,7 +250139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -247434,7 +250211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -247502,7 +250279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -247546,6 +250323,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -247565,11 +250347,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -247597,7 +250374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -247628,6 +250405,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -247647,11 +250429,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -247681,7 +250458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -247705,6 +250482,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -247724,11 +250506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -247828,7 +250605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -247852,7 +250629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -247924,7 +250701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -247999,7 +250776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -248021,6 +250798,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -248040,11 +250822,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -248139,7 +250916,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248175,8 +250952,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -248193,6 +250971,7 @@ "ProvisioningState": "System.String", "PrivateIpAllocationMethod": "System.String", "ApplicationSecurityGroupsText": "System.String", + "GatewayLoadBalancerText": "System.String", "PrivateLinkConnectionPropertiesText": "System.String", "VirtualNetworkTapsText": "System.String", "Etag": "System.String", @@ -248225,6 +251004,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -248244,11 +251033,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -248288,9 +251072,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -248304,6 +251089,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -248311,7 +251097,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -248342,6 +251128,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -248361,11 +251157,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -248387,7 +251178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248405,7 +251196,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248558,7 +251349,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248582,7 +251373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248606,7 +251397,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248818,7 +251609,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248842,7 +251633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248866,7 +251657,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248934,8 +251725,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -248952,6 +251744,7 @@ "ProvisioningState": "System.String", "PrivateIpAllocationMethod": "System.String", "ApplicationSecurityGroupsText": "System.String", + "GatewayLoadBalancerText": "System.String", "PrivateLinkConnectionPropertiesText": "System.String", "VirtualNetworkTapsText": "System.String", "Etag": "System.String", @@ -248984,6 +251777,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -249003,11 +251806,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -249035,9 +251833,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -249051,6 +251850,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -249058,7 +251858,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -249089,6 +251889,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -249108,11 +251918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -249236,7 +252041,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249260,7 +252065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249284,7 +252089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249359,7 +252164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -249381,6 +252186,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -249400,11 +252210,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -249511,7 +252316,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249529,7 +252334,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249547,7 +252352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249702,7 +252507,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249726,7 +252531,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249750,7 +252555,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249825,7 +252630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -249844,6 +252649,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -249863,11 +252673,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -249947,7 +252752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249965,7 +252770,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249983,7 +252788,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250019,7 +252824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250151,7 +252956,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250175,7 +252980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250199,7 +253004,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250247,7 +253052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250322,13 +253127,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnProfileSASUrl": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -250348,11 +253158,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -250733,7 +253538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -250747,6 +253552,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -250766,11 +253576,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -251281,7 +254086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -251295,6 +254100,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -251314,11 +254124,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -251829,7 +254634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -251840,6 +254645,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -251859,11 +254669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -252060,7 +254865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -252071,6 +254876,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -252090,11 +254900,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -252291,7 +255096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -252317,6 +255122,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -252336,11 +255146,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -252405,7 +255210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -252428,6 +255233,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -252447,11 +255257,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -252515,7 +255320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -252538,6 +255343,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -252557,11 +255367,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -252637,7 +255442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -252651,6 +255456,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -252670,11 +255480,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -252717,7 +255522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -252735,7 +255540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -252753,7 +255558,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -252771,7 +255576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -252789,7 +255594,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -252807,7 +255612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -252818,6 +255623,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -252837,11 +255647,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -252863,7 +255668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -252881,7 +255686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -252989,7 +255794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -253012,6 +255817,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -253031,11 +255841,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -253138,7 +255943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -253152,6 +255957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -253171,11 +255981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -253230,7 +256035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253254,7 +256059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253278,7 +256083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253302,7 +256107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -253326,7 +256131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253350,7 +256155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -253361,6 +256166,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -253380,11 +256190,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -253412,7 +256217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -253436,7 +256241,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253654,7 +256459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -253668,6 +256473,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -253687,11 +256497,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -253746,7 +256551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253770,7 +256575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253794,7 +256599,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253818,7 +256623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -253842,7 +256647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -253866,7 +256671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -253877,6 +256682,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -253896,11 +256706,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -253928,7 +256733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -253952,7 +256757,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254023,7 +256828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -254046,6 +256851,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -254065,11 +256875,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -254097,7 +256902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -254120,6 +256925,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -254139,11 +256949,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -254246,7 +257051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -254260,6 +257065,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -254279,11 +257089,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -254338,7 +257143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254362,7 +257167,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254386,7 +257191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254410,7 +257215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -254434,7 +257239,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254458,7 +257263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -254469,6 +257274,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -254488,11 +257298,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -254520,7 +257325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -254544,7 +257349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254615,7 +257420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -254638,6 +257443,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -254657,11 +257467,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -254788,7 +257593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -254802,6 +257607,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -254821,11 +257631,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -254880,7 +257685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254904,7 +257709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254928,7 +257733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -254952,7 +257757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -254976,7 +257781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255000,7 +257805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -255011,6 +257816,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -255030,11 +257840,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -255062,7 +257867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -255086,7 +257891,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255181,7 +257986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -255204,6 +258009,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -255223,11 +258033,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -255330,7 +258135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -255344,6 +258149,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -255363,11 +258173,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -255422,7 +258227,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255446,7 +258251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255470,7 +258275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255494,7 +258299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -255518,7 +258323,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255542,7 +258347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -255553,6 +258358,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -255572,11 +258382,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -255604,7 +258409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -255628,7 +258433,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255822,7 +258627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -255836,6 +258641,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -255855,11 +258665,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -255914,7 +258719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255938,7 +258743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255962,7 +258767,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255986,7 +258791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -256010,7 +258815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256034,7 +258839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -256045,6 +258850,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -256064,11 +258874,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -256096,7 +258901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -256120,7 +258925,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256263,7 +259068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -256277,6 +259082,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -256296,11 +259106,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -256355,7 +259160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256379,7 +259184,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256403,7 +259208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256427,7 +259232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -256451,7 +259256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256475,7 +259280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -256486,6 +259291,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -256505,11 +259315,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -256537,7 +259342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -256561,7 +259366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256636,7 +259441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -256659,6 +259464,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -256678,11 +259488,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -256762,7 +259567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -256782,6 +259587,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -256795,6 +259601,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -256814,11 +259625,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -256876,7 +259682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -256894,7 +259700,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256912,7 +259718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -256930,7 +259736,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -256948,7 +259754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257080,7 +259886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -257104,7 +259910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257128,7 +259934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -257152,7 +259958,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257176,7 +259982,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257244,7 +260050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -257264,6 +260070,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -257277,6 +260084,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -257296,11 +260108,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -257403,7 +260210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -257427,7 +260234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257451,7 +260258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -257475,7 +260282,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257499,7 +260306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257666,7 +260473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -257690,7 +260497,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257714,7 +260521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -257738,7 +260545,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257762,7 +260569,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257929,7 +260736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -257953,7 +260760,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -257977,7 +260784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -258001,7 +260808,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -258025,7 +260832,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -258100,7 +260907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -258121,6 +260928,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -258140,11 +260952,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -258209,7 +261016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -258232,6 +261039,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -258251,11 +261063,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -258415,7 +261222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -258676,7 +261483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -258747,7 +261554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -258770,6 +261577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -258789,11 +261601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -258974,7 +261781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -259222,7 +262029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -259443,7 +262250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -259518,7 +262325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -259554,6 +262361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -259573,11 +262385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -259772,7 +262579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -259880,7 +262687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -259898,7 +262705,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -259916,7 +262723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -260199,7 +263006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -260343,7 +263150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -260367,7 +263174,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -260391,7 +263198,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -260466,7 +263273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -260489,6 +263296,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -260508,11 +263320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -260628,7 +263435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -260647,6 +263454,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -260666,11 +263478,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -260854,7 +263661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -260872,13 +263679,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -260898,11 +263710,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -260924,7 +263731,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -260942,7 +263749,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -261146,13 +263953,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -261172,11 +263984,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -261204,7 +264011,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -261228,7 +264035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -261611,13 +264418,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -261637,11 +264449,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -261669,7 +264476,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -261693,7 +264500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -261809,7 +264616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -261980,13 +264787,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -262006,11 +264818,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -262038,7 +264845,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -262062,7 +264869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -262130,7 +264937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -262149,6 +264956,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -262168,11 +264980,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -262467,13 +265274,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -262493,11 +265305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -262525,7 +265332,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -262549,7 +265356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -262617,7 +265424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -262636,6 +265443,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -262655,11 +265467,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -262687,7 +265494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -262858,13 +265665,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -262884,11 +265696,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -262916,7 +265723,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -262940,7 +265747,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -263299,13 +266106,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -263325,11 +266137,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -263357,7 +266164,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -263381,7 +266188,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -263473,7 +266280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -263644,13 +266451,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -263670,11 +266482,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -263702,7 +266509,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -263726,7 +266533,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -263801,7 +266608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -263816,6 +266623,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -263835,11 +266647,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -264574,7 +267381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -264601,6 +267408,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -264620,11 +267432,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -264667,7 +267474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -264682,6 +267489,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -264701,11 +267513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -264781,7 +267588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -264795,6 +267602,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -264814,11 +267626,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -264861,7 +267668,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -264879,7 +267686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -264897,7 +267704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -264915,7 +267722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -264933,7 +267740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -265034,7 +267841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -265049,6 +267856,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -265068,11 +267880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -265172,7 +267979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -265186,6 +267993,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -265205,11 +268017,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -265264,7 +268071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -265288,7 +268095,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -265312,7 +268119,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -265336,7 +268143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -265360,7 +268167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -265516,7 +268323,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -265534,7 +268341,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -265641,7 +268448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -265665,7 +268472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -265740,7 +268547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -265805,6 +268612,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -265824,11 +268636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -265869,7 +268676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -265934,6 +268741,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -265953,11 +268765,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -266042,7 +268849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -266107,6 +268914,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -266126,11 +268938,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -266209,7 +269016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -266274,6 +269081,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -266293,11 +269105,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -266320,7 +269127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -266385,6 +269192,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -266404,11 +269216,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -266430,7 +269237,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -266487,7 +269294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -266552,6 +269359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -266571,11 +269383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -266603,7 +269410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -266678,7 +269485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -266703,6 +269510,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -266722,11 +269534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -266767,7 +269574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -266832,6 +269639,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -266851,11 +269663,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -266940,7 +269747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -267005,6 +269812,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -267024,11 +269836,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -267107,7 +269914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -267172,6 +269979,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -267191,11 +270003,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -267236,7 +270043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -267301,6 +270108,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -267320,11 +270132,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -267409,7 +270216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -267474,6 +270281,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -267493,11 +270305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -267578,7 +270385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -267593,6 +270400,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -267612,11 +270424,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -267639,7 +270446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -267654,6 +270461,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -267673,11 +270485,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -267738,7 +270545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -267753,6 +270560,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -267772,11 +270584,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -267855,7 +270662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -267896,6 +270703,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -267915,11 +270727,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -267942,7 +270749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -267983,6 +270790,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -268002,11 +270814,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -268067,7 +270874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -268108,6 +270915,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -268127,11 +270939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -268210,7 +271017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -268218,6 +271025,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -268237,11 +271049,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -268282,7 +271089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -268347,6 +271154,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -268366,11 +271178,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -268455,7 +271262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -268520,6 +271327,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -268539,11 +271351,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -268679,7 +271486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -268697,6 +271504,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -268716,11 +271528,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -268760,7 +271567,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -268778,7 +271585,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -268796,7 +271603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -268903,7 +271710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -268927,7 +271734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -268951,7 +271758,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269019,7 +271826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -269037,6 +271844,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -269056,11 +271868,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -269088,7 +271895,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269112,7 +271919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269136,7 +271943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269228,7 +272035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269252,7 +272059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269276,7 +272083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269344,7 +272151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269368,7 +272175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269392,7 +272199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269467,7 +272274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -269532,6 +272339,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -269551,11 +272363,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -269596,7 +272403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -269661,6 +272468,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -269680,11 +272492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -269769,7 +272576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -269834,6 +272641,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -269853,11 +272665,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -269936,7 +272743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -270001,6 +272808,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -270020,11 +272832,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -270065,7 +272872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -270130,6 +272937,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -270149,11 +272961,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -270238,7 +273045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -270303,6 +273110,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -270322,11 +273134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -270405,7 +273212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -270431,6 +273238,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -270450,11 +273262,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -270495,7 +273302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -270560,6 +273367,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -270579,11 +273391,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -270668,7 +273475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -270733,6 +273540,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -270752,11 +273564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -270835,7 +273642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -270843,6 +273650,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -270862,11 +273674,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -270907,7 +273714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -270933,6 +273740,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -270952,11 +273764,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -271041,7 +273848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -271067,6 +273874,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -271086,11 +273898,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -271169,7 +273976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -271234,6 +274041,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -271253,11 +274065,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -271280,7 +274087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -271345,6 +274152,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -271364,11 +274176,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -271429,7 +274236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -271494,6 +274301,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -271513,11 +274325,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -271596,7 +274403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -271661,6 +274468,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -271680,11 +274492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -271725,7 +274532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -271790,6 +274597,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -271809,11 +274621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -271898,7 +274705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -271963,6 +274770,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -271982,11 +274794,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -272065,7 +274872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -272130,6 +274937,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -272149,11 +274961,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -272194,7 +275001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -272259,6 +275066,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -272278,11 +275090,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -272367,7 +275174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -272432,6 +275239,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -272451,11 +275263,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -272534,7 +275341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -272599,6 +275406,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -272618,11 +275430,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -272663,7 +275470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -272728,6 +275535,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -272747,11 +275559,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -272836,7 +275643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -272901,6 +275708,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -272920,11 +275732,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -273003,7 +275810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -273068,6 +275875,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -273087,11 +275899,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -273132,7 +275939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -273197,6 +276004,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -273216,11 +276028,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -273305,7 +276112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -273370,6 +276177,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -273389,11 +276201,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -273472,7 +276279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273497,6 +276304,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -273516,11 +276328,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -273561,7 +276368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -273626,6 +276433,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -273645,11 +276457,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -273734,7 +276541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -273799,6 +276606,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -273818,11 +276630,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -273901,7 +276708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -273966,6 +276773,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -273985,11 +276797,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -274030,7 +276837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -274095,6 +276902,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -274114,11 +276926,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -274203,7 +277010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -274268,6 +277075,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -274287,11 +277099,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -274370,7 +277177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -274435,6 +277242,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -274454,11 +277266,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -274499,7 +277306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -274564,6 +277371,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -274583,11 +277395,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -274672,7 +277479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -274737,6 +277544,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -274756,11 +277568,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -274839,7 +277646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -274904,6 +277711,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -274923,11 +277735,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -274950,7 +277757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -275015,6 +277822,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -275034,11 +277846,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -275060,7 +277867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -275117,7 +277924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -275182,6 +277989,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -275201,11 +278013,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -275233,7 +278040,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -275308,7 +278115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -275373,6 +278180,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -275392,11 +278204,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -275437,7 +278244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -275502,6 +278309,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -275521,11 +278333,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -275610,7 +278417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -275675,6 +278482,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -275694,11 +278506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -275777,7 +278584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -275792,6 +278599,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -275811,11 +278623,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -275838,7 +278645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -275853,6 +278660,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -275872,11 +278684,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -275937,7 +278744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -275952,6 +278759,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -275971,11 +278783,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -276054,7 +278861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -276119,6 +278926,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -276138,11 +278950,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -276183,7 +278990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -276248,6 +279055,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -276267,11 +279079,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -276356,7 +279163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -276421,6 +279228,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -276440,11 +279252,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -276523,7 +279330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -276588,6 +279395,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -276607,11 +279419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -276652,7 +279459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -276717,6 +279524,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -276736,11 +279548,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -276825,7 +279632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -276890,6 +279697,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -276909,11 +279721,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -276992,7 +279799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -277057,6 +279864,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -277076,11 +279888,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -277121,7 +279928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -277186,6 +279993,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -277205,11 +280017,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -277294,7 +280101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -277359,6 +280166,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -277378,11 +280190,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -277518,7 +280325,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277536,7 +280343,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277554,7 +280361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277661,7 +280468,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277685,7 +280492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277709,7 +280516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277845,7 +280652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -277883,6 +280690,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -277902,11 +280714,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -277948,7 +280755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277966,7 +280773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278074,7 +280881,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278098,7 +280905,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278169,7 +280976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -278207,6 +281014,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -278226,11 +281038,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -278258,7 +281065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278282,7 +281089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278376,7 +281183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278400,7 +281207,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278468,7 +281275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278492,7 +281299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278642,7 +281449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -278663,6 +281470,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -278682,11 +281494,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -278708,7 +281515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278726,7 +281533,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278744,7 +281551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278851,7 +281658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278875,7 +281682,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278899,7 +281706,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -278991,7 +281798,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279015,7 +281822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279039,7 +281846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279107,7 +281914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -279128,6 +281935,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -279147,11 +281959,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -279179,7 +281986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279203,7 +282010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279227,7 +282034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279295,7 +282102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279319,7 +282126,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279343,7 +282150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279475,7 +282282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279582,7 +282389,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279657,7 +282464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -279727,6 +282534,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -279746,11 +282558,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -279791,7 +282598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -279861,6 +282668,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -279880,11 +282692,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -279969,7 +282776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -280039,6 +282846,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -280058,11 +282870,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -280198,7 +283005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280216,7 +283023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280234,7 +283041,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280341,7 +283148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280365,7 +283172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280389,7 +283196,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280464,7 +283271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -280500,6 +283307,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -280519,11 +283331,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -280564,7 +283371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -280600,6 +283407,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -280619,11 +283431,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -280708,7 +283515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -280744,6 +283551,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -280763,11 +283575,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -280846,7 +283653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -280882,6 +283689,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -280901,11 +283713,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -280946,7 +283753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -280982,6 +283789,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -281001,11 +283813,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -281112,7 +283919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -281148,6 +283955,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -281167,11 +283979,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -281278,7 +284085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -281314,6 +284121,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -281333,11 +284145,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -281378,7 +284185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -281414,6 +284221,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -281433,11 +284245,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -281544,7 +284351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -281580,6 +284387,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -281599,11 +284411,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -281808,7 +284615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -281825,6 +284632,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -281844,11 +284656,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -281870,7 +284677,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -281888,7 +284695,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282020,7 +284827,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282044,7 +284851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282138,7 +284945,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282162,7 +284969,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282232,7 +285039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -282249,6 +285056,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -282268,11 +285080,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -282300,7 +285107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282324,7 +285131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282392,7 +285199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282416,7 +285223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282491,7 +285298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -282518,6 +285325,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -282537,11 +285349,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -282564,7 +285371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -282591,6 +285398,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -282610,11 +285422,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -282676,7 +285483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282733,7 +285540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -282760,6 +285567,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -282779,11 +285591,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -282863,7 +285670,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282998,7 +285805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -283020,6 +285827,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -283039,11 +285851,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -283085,7 +285892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283103,7 +285910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283211,7 +286018,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283235,7 +286042,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283305,7 +286112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -283327,6 +286134,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -283346,11 +286158,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -283378,7 +286185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283402,7 +286209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283496,7 +286303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283520,7 +286327,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283588,7 +286395,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283612,7 +286419,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283706,7 +286513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -283735,6 +286542,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -283754,11 +286566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -283836,7 +286643,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283854,7 +286661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283872,7 +286679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283929,7 +286736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -283958,6 +286765,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -283977,11 +286789,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -284009,7 +286816,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284033,7 +286840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284057,7 +286864,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284149,7 +286956,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284173,7 +286980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284197,7 +287004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284315,7 +287122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284339,7 +287146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284363,7 +287170,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284431,7 +287238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284455,7 +287262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284479,7 +287286,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284554,7 +287361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -284583,6 +287390,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -284602,11 +287414,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -284629,7 +287436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -284658,6 +287465,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -284677,11 +287489,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -284742,7 +287549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -284771,6 +287578,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -284790,11 +287602,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -284930,7 +287737,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284948,7 +287755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -284966,7 +287773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285073,7 +287880,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285097,7 +287904,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285121,7 +287928,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285253,7 +288060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285271,7 +288078,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285289,7 +288096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285325,11 +288132,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -285339,17 +288147,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -285369,11 +288184,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -285484,7 +288294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285508,7 +288318,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285532,7 +288342,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285600,7 +288410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285624,7 +288434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285648,7 +288458,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285740,7 +288550,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285764,7 +288574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285788,7 +288598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285856,11 +288666,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -285870,17 +288681,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -285900,11 +288718,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -285932,7 +288745,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285956,7 +288769,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285980,7 +288793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286112,11 +288925,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -286126,17 +288940,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -286156,11 +288977,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -286200,7 +289016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -286208,6 +289024,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -286227,11 +289048,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -286271,7 +289087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286289,7 +289105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286307,7 +289123,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286438,7 +289254,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286462,7 +289278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286486,7 +289302,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286580,11 +289396,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -286594,17 +289411,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -286624,11 +289448,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -286656,7 +289475,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286680,7 +289499,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286704,7 +289523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286772,7 +289591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -286780,6 +289599,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -286799,11 +289623,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -286831,7 +289650,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286855,7 +289674,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286879,7 +289698,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286971,7 +289790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286995,7 +289814,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287019,7 +289838,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287087,7 +289906,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287111,7 +289930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287135,7 +289954,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287267,7 +290086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -287282,6 +290101,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -287301,11 +290125,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -287345,7 +290164,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287363,7 +290182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287381,7 +290200,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287488,7 +290307,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287512,7 +290331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287536,7 +290355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287604,7 +290423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -287619,6 +290438,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -287638,11 +290462,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -287670,7 +290489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287694,7 +290513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287718,7 +290537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287810,7 +290629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287834,7 +290653,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287858,7 +290677,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287926,7 +290745,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287950,7 +290769,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287974,7 +290793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288106,7 +290925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -288124,6 +290943,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -288143,11 +290967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -288187,7 +291006,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288205,7 +291024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288223,7 +291042,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288330,7 +291149,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288354,7 +291173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288378,7 +291197,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288446,7 +291265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -288464,6 +291283,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -288483,11 +291307,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -288515,7 +291334,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288539,7 +291358,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288563,7 +291382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288655,7 +291474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288679,7 +291498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288703,7 +291522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288771,7 +291590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288795,7 +291614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288819,7 +291638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288951,7 +291770,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288969,7 +291788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288987,7 +291806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289094,7 +291913,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289118,7 +291937,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289142,7 +291961,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289217,17 +292036,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -289235,6 +292056,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -289245,6 +292071,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -289264,11 +292095,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -289345,7 +292171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -289377,6 +292203,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -289396,11 +292227,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -289422,17 +292248,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -289440,6 +292268,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -289450,6 +292283,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -289469,11 +292307,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -289513,7 +292346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289642,7 +292475,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289734,7 +292567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -289766,6 +292599,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -289785,11 +292623,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -289841,7 +292674,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289933,7 +292766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290001,17 +292834,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -290019,6 +292854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -290029,6 +292869,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -290048,11 +292893,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -290104,7 +292944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290220,7 +293060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290295,7 +293135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -290327,6 +293167,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -290346,11 +293191,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -290373,7 +293213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -290405,6 +293245,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -290424,11 +293269,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -290507,7 +293347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -290539,6 +293379,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -290558,11 +293403,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -290665,7 +293505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -290697,6 +293537,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -290716,11 +293561,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -290743,7 +293583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -290775,6 +293615,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -290794,11 +293639,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -290877,7 +293717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -290909,6 +293749,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -290928,11 +293773,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291035,7 +293875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -291067,6 +293907,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291086,11 +293931,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291113,7 +293953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -291145,6 +293985,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291164,11 +294009,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291247,7 +294087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -291279,6 +294119,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291298,11 +294143,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291405,7 +294245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -291437,6 +294277,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291456,11 +294301,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291483,7 +294323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -291515,6 +294355,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291534,11 +294379,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291617,7 +294457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -291649,6 +294489,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291668,11 +294513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291775,7 +294615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -291807,6 +294647,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291826,11 +294671,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291853,7 +294693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -291885,6 +294725,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291904,11 +294749,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291987,7 +294827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -292019,6 +294859,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -292038,11 +294883,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292145,7 +294985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -292177,6 +295017,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -292196,11 +295041,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292223,7 +295063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -292255,6 +295095,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -292274,11 +295119,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292357,7 +295197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -292389,6 +295229,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -292408,11 +295253,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292515,7 +295355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -292547,6 +295387,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -292566,11 +295411,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292593,7 +295433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -292625,6 +295465,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -292644,11 +295489,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292727,7 +295567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -292759,6 +295599,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -292778,11 +295623,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292942,7 +295782,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -292960,7 +295800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -292978,7 +295818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293085,7 +295925,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293109,7 +295949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293133,7 +295973,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293265,7 +296105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -293289,6 +296129,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -293308,11 +296153,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -293354,7 +296194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293372,7 +296212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293390,7 +296230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293495,7 +296335,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293519,7 +296359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293543,7 +296383,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293613,7 +296453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -293637,6 +296477,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -293656,11 +296501,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -293688,7 +296528,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293712,7 +296552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293736,7 +296576,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293830,7 +296670,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293854,7 +296694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293878,7 +296718,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293946,7 +296786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293970,7 +296810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293994,7 +296834,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294126,7 +296966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294144,7 +296984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294162,7 +297002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294269,7 +297109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294293,7 +297133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294317,7 +297157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294392,7 +297232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -294441,6 +297281,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -294460,11 +297305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -294505,7 +297345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -294554,6 +297394,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -294573,11 +297418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -294662,7 +297502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -294711,6 +297551,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -294730,11 +297575,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -294813,7 +297653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -294862,6 +297702,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -294881,11 +297726,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -294980,7 +297820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -294993,6 +297833,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -295012,11 +297857,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -295038,7 +297878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295056,7 +297896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295185,7 +298025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295209,7 +298049,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295301,7 +298141,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295325,7 +298165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295393,7 +298233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -295406,6 +298246,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -295425,11 +298270,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -295457,7 +298297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295481,7 +298321,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295549,7 +298389,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295573,7 +298413,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295723,7 +298563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -295743,6 +298583,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -295762,11 +298607,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -295788,7 +298628,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295806,7 +298646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295824,7 +298664,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295931,7 +298771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295955,7 +298795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295979,7 +298819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296071,7 +298911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296095,7 +298935,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296119,7 +298959,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296187,7 +299027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -296207,6 +299047,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -296226,11 +299071,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -296258,7 +299098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296282,7 +299122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296306,7 +299146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296374,7 +299214,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296398,7 +299238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296422,7 +299262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296554,7 +299394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296572,7 +299412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296590,7 +299430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296697,7 +299537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296721,7 +299561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296745,7 +299585,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296820,7 +299660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -296864,6 +299704,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -296883,11 +299728,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -296928,7 +299768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -296972,6 +299812,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -296991,11 +299836,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -297080,7 +299920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -297124,6 +299964,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -297143,11 +299988,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -297301,7 +300141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -297326,6 +300166,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -297345,11 +300190,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -297371,7 +300211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297389,7 +300229,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297407,7 +300247,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297514,7 +300354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297538,7 +300378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297562,7 +300402,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297654,7 +300494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297678,7 +300518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297702,7 +300542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297770,7 +300610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -297795,6 +300635,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -297814,11 +300659,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -297846,7 +300686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297870,7 +300710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297894,7 +300734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297962,7 +300802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297986,7 +300826,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298010,7 +300850,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298104,7 +300944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -298120,6 +300960,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -298139,11 +300984,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -298221,7 +301061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298239,7 +301079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298296,7 +301136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -298312,6 +301152,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -298331,11 +301176,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -298363,7 +301203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298387,7 +301227,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298505,7 +301345,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298529,7 +301369,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298621,7 +301461,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298645,7 +301485,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298713,7 +301553,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298737,7 +301577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298831,7 +301671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -298847,6 +301687,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -298866,11 +301711,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -298964,7 +301804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -298980,6 +301820,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -298999,11 +301844,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -299045,7 +301885,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299063,7 +301903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299120,7 +301960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -299136,6 +301976,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -299155,11 +302000,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -299213,7 +302053,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299237,7 +302077,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299379,7 +302219,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299403,7 +302243,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299521,7 +302361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299545,7 +302385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299637,7 +302477,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299661,7 +302501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299729,7 +302569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -299745,6 +302585,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -299764,11 +302609,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -299796,7 +302636,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299820,7 +302660,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299888,7 +302728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299912,7 +302752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300006,7 +302846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -300022,6 +302862,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -300041,11 +302886,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -300139,7 +302979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -300165,6 +303005,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -300184,11 +303029,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -300230,7 +303070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300248,7 +303088,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300305,7 +303145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -300321,6 +303161,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -300340,11 +303185,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -300398,7 +303238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300422,7 +303262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300564,7 +303404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300588,7 +303428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300706,7 +303546,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300730,7 +303570,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300822,7 +303662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300846,7 +303686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300914,7 +303754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -300940,6 +303780,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -300959,11 +303804,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -300991,7 +303831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301015,7 +303855,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301083,7 +303923,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301107,7 +303947,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301201,7 +304041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -301217,6 +304057,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -301236,11 +304081,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -301336,7 +304176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301354,7 +304194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301411,7 +304251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -301427,6 +304267,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -301446,11 +304291,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -301502,7 +304342,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301526,7 +304366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301668,7 +304508,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301692,7 +304532,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301808,7 +304648,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301832,7 +304672,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301924,7 +304764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -301948,7 +304788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302083,7 +304923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -302110,6 +304950,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -302129,11 +304974,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -302175,7 +305015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302193,7 +305033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302301,7 +305141,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302325,7 +305165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302395,7 +305235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -302422,6 +305262,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -302441,11 +305286,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -302473,7 +305313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302497,7 +305337,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302591,7 +305431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302615,7 +305455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302683,7 +305523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302707,7 +305547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302857,7 +305697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302875,7 +305715,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -302893,7 +305733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303024,7 +305864,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303048,7 +305888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303072,7 +305912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303140,7 +305980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303164,7 +306004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303188,7 +306028,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303320,7 +306160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303338,7 +306178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303356,7 +306196,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303463,7 +306303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303487,7 +306327,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303511,7 +306351,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303643,7 +306483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303661,7 +306501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303679,7 +306519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303930,7 +306770,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303954,7 +306794,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303978,7 +306818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304070,7 +306910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304094,7 +306934,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304118,7 +306958,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304234,7 +307074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304258,7 +307098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304282,7 +307122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304414,7 +307254,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304432,7 +307272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304450,7 +307290,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304557,7 +307397,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304581,7 +307421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304605,7 +307445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304737,7 +307577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304755,7 +307595,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304773,7 +307613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304880,7 +307720,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304904,7 +307744,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -304928,7 +307768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305078,7 +307918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -305105,6 +307945,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -305124,11 +307969,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -305150,7 +307990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305168,7 +308008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305186,7 +308026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305293,7 +308133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305317,7 +308157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305341,7 +308181,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305433,7 +308273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305457,7 +308297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305481,7 +308321,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305549,7 +308389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -305576,6 +308416,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -305595,11 +308440,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -305627,7 +308467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305651,7 +308491,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305675,7 +308515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305743,7 +308583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305767,7 +308607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305791,7 +308631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -305866,7 +308706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -305897,6 +308737,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -305916,11 +308761,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -305943,7 +308783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -305974,6 +308814,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -305993,11 +308838,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -306076,7 +308916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -306107,6 +308947,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -306126,11 +308971,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -306290,7 +309130,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -306308,7 +309148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -306415,7 +309255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -306439,7 +309279,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -306514,7 +309354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -306526,6 +309366,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -306545,11 +309390,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -306590,7 +309430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306620,6 +309460,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -306639,11 +309484,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -306665,7 +309505,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -306746,7 +309586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306776,6 +309616,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -306795,11 +309640,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -306827,7 +309667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -306959,7 +309799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -306981,6 +309821,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -307000,11 +309845,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -307054,7 +309894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307072,7 +309912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307090,7 +309930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307197,7 +310037,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307221,7 +310061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307245,7 +310085,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307313,7 +310153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -307335,6 +310175,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -307354,11 +310199,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -307396,7 +310236,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307420,7 +310260,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307444,7 +310284,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307536,7 +310376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307560,7 +310400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307584,7 +310424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307652,7 +310492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307676,7 +310516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307700,7 +310540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307775,7 +310615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -307797,6 +310637,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -307816,11 +310661,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -307909,7 +310749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -307921,6 +310761,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -307940,11 +310785,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -307984,7 +310824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308002,7 +310842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308133,7 +310973,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308157,7 +310997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308225,7 +311065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -308237,6 +311077,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -308256,11 +311101,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -308288,7 +311128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308312,7 +311152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308404,7 +311244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308428,7 +311268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308496,7 +311336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308520,7 +311360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308652,7 +311492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308670,7 +311510,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308688,7 +311528,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308795,7 +311635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308819,7 +311659,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308843,7 +311683,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308975,7 +311815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -308994,6 +311834,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -309013,11 +311858,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -309057,7 +311897,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309075,7 +311915,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309093,7 +311933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309200,7 +312040,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309224,7 +312064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309248,7 +312088,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309316,7 +312156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -309335,6 +312175,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -309354,11 +312199,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -309386,7 +312226,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309410,7 +312250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309434,7 +312274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309526,7 +312366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309550,7 +312390,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309574,7 +312414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309642,7 +312482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309666,7 +312506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309690,7 +312530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309838,7 +312678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309868,6 +312708,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -309887,11 +312732,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -309913,7 +312753,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -309931,7 +312771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310036,7 +312876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310060,7 +312900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310152,7 +312992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310176,7 +313016,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310244,7 +313084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310274,6 +313114,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -310293,11 +313138,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -310325,7 +313165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310349,7 +313189,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310417,7 +313257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310441,7 +313281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -310516,7 +313356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310546,6 +313386,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -310565,11 +313410,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -310628,7 +313468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -310641,6 +313481,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -310660,11 +313505,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -310686,7 +313526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310716,6 +313556,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -310735,11 +313580,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -310824,7 +313664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310854,6 +313694,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -310873,11 +313718,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -310973,7 +313813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311003,6 +313843,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -311022,11 +313867,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -311098,7 +313938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -311111,6 +313951,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -311130,11 +313975,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -311162,7 +314002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311192,6 +314032,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -311211,11 +314056,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -311287,7 +314127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311317,6 +314157,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -311336,11 +314181,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -311502,7 +314342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311522,6 +314362,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -311535,6 +314376,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -311554,11 +314400,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -311583,7 +314424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -311600,6 +314441,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -311619,11 +314465,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -311666,7 +314507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311684,7 +314525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311702,7 +314543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311838,7 +314679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311862,7 +314703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311886,7 +314727,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311985,7 +314826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312005,6 +314846,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -312018,6 +314860,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -312037,11 +314884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -312069,7 +314911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312093,7 +314935,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312117,7 +314959,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312188,7 +315030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -312205,6 +315047,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -312224,11 +315071,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -312256,7 +315098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312280,7 +315122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312304,7 +315146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312399,7 +315241,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312423,7 +315265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312447,7 +315289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312515,7 +315357,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312539,7 +315381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312563,7 +315405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312731,7 +315573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -312743,6 +315585,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -312762,11 +315609,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -312788,7 +315630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312806,7 +315648,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312824,7 +315666,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312955,7 +315797,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -312979,7 +315821,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313003,7 +315845,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313095,7 +315937,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313119,7 +315961,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313143,7 +315985,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313211,7 +316053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -313223,6 +316065,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -313242,11 +316089,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -313274,7 +316116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313298,7 +316140,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313322,7 +316164,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313390,7 +316232,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313414,7 +316256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313438,7 +316280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313593,7 +316435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -313613,6 +316455,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -313626,6 +316469,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -313645,11 +316493,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -313671,7 +316514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313689,7 +316532,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313707,7 +316550,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313815,7 +316658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313839,7 +316682,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313863,7 +316706,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313957,7 +316800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -313981,7 +316824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314005,7 +316848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314075,7 +316918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -314095,6 +316938,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -314108,6 +316952,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -314127,11 +316976,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -314159,7 +317003,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314183,7 +317027,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314207,7 +317051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314275,7 +317119,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314299,7 +317143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314323,7 +317167,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314481,7 +317325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -314501,6 +317345,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -314514,6 +317359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -314533,11 +317383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -314561,7 +317406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -314573,6 +317418,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -314592,11 +317442,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -314638,7 +317483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314656,7 +317501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314674,7 +317519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314810,7 +317655,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314834,7 +317679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314858,7 +317703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314956,7 +317801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -314976,6 +317821,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -314989,187 +317835,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByVirtualHubRouteTableObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [ - "VirtualHubRouteTable" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "Connections": "System.Collections.Generic.List`1[System.String]", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, { "Name": "ToString", "Parameters": [], @@ -315189,11 +317859,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -315209,7 +317874,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false @@ -315221,7 +317886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315245,7 +317910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315269,7 +317934,188 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualHubRouteTableObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "VirtualHubRouteTable" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", + "Connections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315363,7 +318209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315387,7 +318233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315411,7 +318257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315479,7 +318325,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315503,7 +318349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315527,7 +318373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315683,7 +318529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -315697,6 +318543,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -315716,11 +318567,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -315762,7 +318608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315780,7 +318626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315798,7 +318644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315933,7 +318779,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315957,7 +318803,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315981,7 +318827,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316051,7 +318897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -316065,6 +318911,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -316084,11 +318935,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -316116,7 +318962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316140,7 +318986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316164,7 +319010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316258,7 +319104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316282,7 +319128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316306,7 +319152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316374,7 +319220,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316398,7 +319244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316422,7 +319268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316554,7 +319400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316572,7 +319418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316590,7 +319436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316697,7 +319543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316721,7 +319567,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316745,7 +319591,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316877,7 +319723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316895,7 +319741,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316913,7 +319759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317020,7 +319866,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317044,7 +319890,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317068,7 +319914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317200,7 +320046,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317218,7 +320064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317325,7 +320171,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317349,7 +320195,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317424,25 +320270,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -317458,6 +320307,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -317477,11 +320331,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317504,25 +320353,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -317538,6 +320390,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -317557,11 +320414,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317622,25 +320474,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -317656,6 +320511,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -317675,11 +320535,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317758,25 +320613,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -317792,6 +320650,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -317811,11 +320674,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317838,25 +320696,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -317872,6 +320733,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -317891,11 +320757,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317974,25 +320835,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -318008,6 +320872,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -318027,11 +320896,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -318120,6 +320984,793 @@ ], "AliasList": [] }, + { + "VerbName": "Remove", + "NounName": "AzVirtualNetworkGatewayNatRule", + "Name": "Remove-AzVirtualNetworkGatewayNatRule", + "ClassName": "Microsoft.Azure.Commands.Network.VirtualNetworkGateway.VirtualNetworkGatewayNatRule.RemoveAzureVirtualNetworkGatewayNatRuleCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByVirtualNetworkGatewayNatRuleName", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentResourceName", + "AliasList": [ + "ParentVirtualNetworkGatewayName", + "VirtualNetworkGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [ + "VirtualNetworkGatewayNatRuleId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "AliasList": [ + "VirtualNetworkGatewayNatRule" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "VirtualNetworkGatewayNatRulePropertiesType": "System.String", + "Mode": "System.String", + "IpConfigurationId": "System.String", + "ProvisioningState": "System.String", + "InternalMappingsText": "System.String", + "ExternalMappingsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByVirtualNetworkGatewayNatRuleName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", + "AliasList": [ + "ParentVirtualNetworkGatewayName", + "VirtualNetworkGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualNetworkGatewayNatRuleResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [ + "VirtualNetworkGatewayNatRuleId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualNetworkGatewayNatRuleObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "VirtualNetworkGatewayNatRule" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "VirtualNetworkGatewayNatRulePropertiesType": "System.String", + "Mode": "System.String", + "IpConfigurationId": "System.String", + "ProvisioningState": "System.String", + "InternalMappingsText": "System.String", + "ExternalMappingsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Remove", "NounName": "AzVirtualNetworkPeering", @@ -318207,7 +321858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318225,7 +321876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318243,7 +321894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318372,7 +322023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318396,7 +322047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318420,7 +322071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318495,7 +322146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -318507,18 +322158,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -318528,6 +322181,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -318547,11 +322205,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -318592,7 +322245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -318604,18 +322257,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -318625,6 +322280,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -318644,11 +322304,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -318733,7 +322388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -318745,18 +322400,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -318766,6 +322423,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -318785,11 +322447,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -318941,7 +322598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -318963,6 +322620,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -318982,11 +322644,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -319008,7 +322665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319026,7 +322683,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319044,7 +322701,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319149,7 +322806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319173,7 +322830,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319197,7 +322854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319289,7 +322946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319313,7 +322970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319337,7 +322994,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319405,7 +323062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -319427,6 +323084,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -319446,11 +323108,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -319478,7 +323135,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319502,7 +323159,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319526,7 +323183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319594,7 +323251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319618,7 +323275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319642,7 +323299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319774,7 +323431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -319796,6 +323453,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -319815,11 +323477,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -319869,7 +323526,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319887,7 +323544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319905,7 +323562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320012,7 +323669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320036,7 +323693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320060,7 +323717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320128,7 +323785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -320150,6 +323807,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -320169,11 +323831,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -320211,7 +323868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320235,7 +323892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320259,7 +323916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320351,7 +324008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320375,7 +324032,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320399,7 +324056,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320467,7 +324124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320491,7 +324148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320515,7 +324172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320590,7 +324247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -320612,6 +324269,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -320631,11 +324293,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -320724,7 +324381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -320736,6 +324393,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -320755,11 +324417,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -320799,7 +324456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320817,7 +324474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320948,7 +324605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320972,7 +324629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321040,7 +324697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -321052,6 +324709,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -321071,11 +324733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -321103,7 +324760,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321127,7 +324784,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321219,7 +324876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321243,7 +324900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321311,7 +324968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321335,7 +324992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321470,7 +325127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -321489,6 +325146,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -321508,11 +325170,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -321554,7 +325211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321572,7 +325229,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321680,7 +325337,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321704,7 +325361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321774,7 +325431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -321793,6 +325450,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -321812,11 +325474,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -321844,7 +325501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321868,7 +325525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321962,7 +325619,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -321986,7 +325643,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -322054,7 +325711,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -322078,7 +325735,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -322208,25 +325865,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -322242,6 +325902,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -322261,11 +325926,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -322436,25 +326096,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -322470,6 +326133,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -322489,11 +326157,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -323347,7 +327010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -323373,6 +327036,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -323392,11 +327060,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -323418,7 +327081,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323436,7 +327099,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323571,7 +327234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323595,7 +327258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323689,7 +327352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323713,7 +327376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323783,7 +327446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -323809,6 +327472,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -323828,11 +327496,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -323860,7 +327523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323884,7 +327547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323952,7 +327615,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323976,7 +327639,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324111,7 +327774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -324134,6 +327797,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -324153,11 +327821,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -324199,7 +327862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324217,7 +327880,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324325,7 +327988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324349,7 +328012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324419,7 +328082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -324442,6 +328105,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -324461,11 +328129,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -324493,7 +328156,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324517,7 +328180,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324611,7 +328274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324635,7 +328298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324703,7 +328366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324727,7 +328390,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324903,7 +328566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -324924,6 +328587,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -324943,11 +328611,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -324969,7 +328632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324987,7 +328650,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325122,7 +328785,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325146,7 +328809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325240,7 +328903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325264,7 +328927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325334,7 +328997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -325355,6 +329018,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -325374,11 +329042,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -325406,7 +329069,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325430,7 +329093,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325498,7 +329161,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325522,7 +329185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325657,7 +329320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -325693,6 +329356,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -325712,11 +329380,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -325758,7 +329421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325776,7 +329439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325884,7 +329547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325908,7 +329571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -325978,7 +329641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -326014,6 +329677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -326033,11 +329701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -326065,7 +329728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326089,7 +329752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326183,7 +329846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326207,7 +329870,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326275,7 +329938,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326299,7 +329962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326434,7 +330097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -326457,6 +330120,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -326476,11 +330144,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -326522,7 +330185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326540,7 +330203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326648,7 +330311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326672,7 +330335,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326742,7 +330405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -326765,6 +330428,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -326784,11 +330452,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -326816,7 +330479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326840,7 +330503,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326934,7 +330597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326958,7 +330621,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -327026,7 +330689,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -327050,7 +330713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -327125,7 +330788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -327145,6 +330808,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -327158,6 +330822,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -327177,11 +330846,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -327266,7 +330930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -327286,6 +330950,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -327299,6 +330964,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -327318,11 +330988,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -327344,7 +331009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -327453,7 +331118,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -327547,7 +331212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -327617,7 +331282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -327637,6 +331302,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -327650,6 +331316,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -327669,11 +331340,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -327701,7 +331367,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -327769,7 +331435,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -327844,7 +331510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -327871,6 +331537,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -327890,11 +331561,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -327959,7 +331625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -327986,6 +331652,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -328005,11 +331676,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -328049,7 +331715,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328158,7 +331824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328228,7 +331894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -328255,6 +331921,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -328274,11 +331945,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -328306,7 +331972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328398,7 +332064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328466,7 +332132,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328541,25 +332207,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -328575,6 +332244,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -328594,11 +332268,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -328621,25 +332290,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -328655,6 +332327,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -328674,11 +332351,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -328718,7 +332390,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328775,25 +332447,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -328809,6 +332484,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -328828,11 +332508,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -328884,7 +332559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329017,17 +332692,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -329035,15 +332712,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -329053,12 +332732,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -329078,11 +332762,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -329122,7 +332801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329230,7 +332909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329298,17 +332977,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -329316,15 +332997,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -329334,12 +333017,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -329359,11 +333047,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -329391,7 +333074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329483,7 +333166,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329551,7 +333234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329701,7 +333384,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329832,7 +333515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329907,7 +333590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -329930,6 +333613,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -329949,11 +333637,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -330018,7 +333701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -330041,6 +333724,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -330060,11 +333748,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -330104,7 +333787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330213,7 +333896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330283,7 +333966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -330306,6 +333989,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -330325,11 +334013,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -330357,7 +334040,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330449,7 +334132,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330517,7 +334200,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330692,7 +334375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -330719,6 +334402,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -330738,11 +334426,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -330782,7 +334465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330942,7 +334625,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331012,7 +334695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -331039,6 +334722,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -331058,11 +334746,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -331090,7 +334773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331182,7 +334865,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331250,7 +334933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331325,25 +335008,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -331359,6 +335045,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -331378,11 +335069,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -331405,25 +335091,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -331439,6 +335128,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -331458,11 +335152,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -331555,25 +335244,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -331589,6 +335281,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -331608,11 +335305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -331729,7 +335421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -331794,6 +335486,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -331813,11 +335510,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -331840,7 +335532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -331905,6 +335597,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -331924,11 +335621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -331950,7 +335642,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -332007,7 +335699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -332072,6 +335764,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -332091,11 +335788,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -332123,7 +335815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -332198,7 +335890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -332263,6 +335955,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -332282,11 +335979,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -332309,7 +336001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -332374,6 +336066,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -332393,11 +336090,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -332494,7 +336186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -332559,6 +336251,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -332578,11 +336275,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -332709,7 +336401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -332774,6 +336466,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -332793,11 +336490,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -332820,7 +336512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -332885,6 +336577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -332904,11 +336601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -333007,7 +336699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -333072,6 +336764,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -333091,11 +336788,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -333224,7 +336916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -333289,6 +336981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -333308,11 +337005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -333335,7 +337027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -333400,6 +337092,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -333419,11 +337116,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -333538,7 +337230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -333603,6 +337295,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -333622,11 +337319,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -333777,7 +337469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -333842,6 +337534,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -333861,11 +337558,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -333888,7 +337580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -333953,6 +337645,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -333972,11 +337669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -334094,7 +337786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -334102,6 +337794,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -334121,11 +337818,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -334165,7 +337857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -334187,6 +337879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -334206,11 +337903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -334232,7 +337924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -334250,7 +337942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -334268,7 +337960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -334379,7 +338071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -334444,6 +338136,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -334463,11 +338160,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -334621,7 +338313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -334629,6 +338321,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -334648,11 +338345,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -334704,7 +338396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -334726,6 +338418,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -334745,11 +338442,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -334777,7 +338469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -334801,7 +338493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -334825,7 +338517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -334974,7 +338666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -334989,6 +338681,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -335008,11 +338705,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -335035,7 +338727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -335050,6 +338742,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -335069,11 +338766,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -335095,7 +338787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -335152,7 +338844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -335167,6 +338859,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -335186,11 +338883,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -335218,7 +338910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -335293,7 +338985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335334,6 +339026,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -335353,11 +339050,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -335380,7 +339072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335421,6 +339113,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -335440,11 +339137,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -335541,7 +339233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335582,6 +339274,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -335601,11 +339298,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -335732,7 +339424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -335740,6 +339432,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -335759,11 +339456,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -335786,7 +339478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -335851,6 +339543,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -335870,11 +339567,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -335971,7 +339663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -336036,6 +339728,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336055,11 +339752,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336186,7 +339878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -336204,6 +339896,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336223,11 +339920,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336286,7 +339978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -336304,6 +339996,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336323,11 +340020,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336367,7 +340059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -336385,7 +340077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -336396,6 +340088,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336415,11 +340112,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336441,7 +340133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -336449,6 +340141,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336468,11 +340165,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336494,7 +340186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -336599,7 +340291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -336623,7 +340315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -336634,6 +340326,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336653,11 +340350,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336685,7 +340377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -336693,6 +340385,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336712,11 +340409,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336744,7 +340436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -336812,7 +340504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -336830,6 +340522,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336849,11 +340546,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336881,7 +340573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -336905,7 +340597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -336916,6 +340608,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336935,11 +340632,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336967,7 +340659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -336975,6 +340667,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -336994,11 +340691,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337026,7 +340718,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -337118,7 +340810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -337142,7 +340834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -337153,6 +340845,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -337172,11 +340869,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337204,7 +340896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -337212,6 +340904,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -337231,11 +340928,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337263,7 +340955,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -337331,7 +341023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -337355,7 +341047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -337366,6 +341058,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -337385,11 +341082,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337417,7 +341109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -337425,6 +341117,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -337444,11 +341141,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337476,7 +341168,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -337551,7 +341243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -337616,6 +341308,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -337635,11 +341332,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337662,7 +341354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -337727,6 +341419,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -337746,11 +341443,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337826,7 +341518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -337896,6 +341588,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -337915,11 +341612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337959,7 +341651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -337991,6 +341683,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -338010,11 +341707,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -338036,7 +341728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -338049,6 +341741,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -338068,11 +341765,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -338151,7 +341843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -338216,6 +341908,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -338235,11 +341932,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -338455,7 +342147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -338520,6 +342212,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -338539,11 +342236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -338663,7 +342355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -338733,6 +342425,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -338752,11 +342449,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -338784,7 +342476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -338816,6 +342508,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -338835,11 +342532,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -338867,7 +342559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -338880,6 +342572,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -338899,11 +342596,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -338931,7 +342623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -338996,6 +342688,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -339015,11 +342712,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -339122,7 +342814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -339187,6 +342879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -339206,11 +342903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -339233,7 +342925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -339298,6 +342990,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -339317,11 +343014,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -339418,7 +343110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -339483,6 +343175,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -339502,11 +343199,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -339633,7 +343325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -339698,6 +343390,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -339717,11 +343414,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -339744,7 +343436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -339809,6 +343501,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -339828,11 +343525,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -339890,7 +343582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -339909,6 +343601,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -339928,11 +343625,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -339972,7 +343664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -339984,6 +343676,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -340003,11 +343700,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -340065,7 +343757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -340083,6 +343775,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -340102,11 +343799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -340128,7 +343820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -340143,6 +343835,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -340162,11 +343859,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -340206,7 +343898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -340221,6 +343913,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -340240,11 +343937,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -340344,7 +344036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -340401,7 +344093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -340466,6 +344158,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -340485,11 +344182,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -340643,7 +344335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -340831,7 +344523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -340896,6 +344588,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -340915,11 +344612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341073,7 +344765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -341141,7 +344833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341160,6 +344852,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -341179,11 +344876,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341211,7 +344903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -341223,6 +344915,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -341242,11 +344939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341274,7 +344966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -341292,6 +344984,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -341311,11 +345008,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341343,7 +345035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -341358,6 +345050,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -341377,11 +345074,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341409,7 +345101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -341424,6 +345116,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -341443,11 +345140,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341475,7 +345167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -341540,6 +345232,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -341559,11 +345256,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341717,7 +345409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -341792,7 +345484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -341800,6 +345492,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -341819,11 +345516,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341846,7 +345538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341872,6 +345564,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -341891,11 +345588,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -341992,7 +345684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -342018,6 +345710,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -342037,11 +345734,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -342168,7 +345860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -342233,6 +345925,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -342252,11 +345949,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -342279,7 +345971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -342344,6 +346036,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -342363,11 +346060,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -342448,7 +346140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -342513,6 +346205,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -342532,11 +346229,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -342641,7 +346333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -342706,6 +346398,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -342725,11 +346422,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -342752,7 +346444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -342817,6 +346509,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -342836,11 +346533,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -342898,7 +346590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -342968,6 +346660,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -342987,11 +346684,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -343052,7 +346744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -343117,6 +346809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -343136,11 +346833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -343260,7 +346952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -343325,6 +347017,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -343344,11 +347041,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -343444,7 +347136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -343514,6 +347206,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -343533,11 +347230,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -343565,7 +347257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -343630,6 +347322,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -343649,11 +347346,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -343756,7 +347448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -343821,6 +347513,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -343840,11 +347537,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -343867,7 +347559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -343932,6 +347624,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -343951,11 +347648,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -343995,7 +347687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], @@ -344052,7 +347744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -344117,6 +347809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -344136,11 +347833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -344192,7 +347884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", "GenericTypeArguments": [], @@ -344267,7 +347959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -344332,6 +348024,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -344351,11 +348048,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -344378,7 +348070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -344443,6 +348135,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -344462,11 +348159,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -344617,7 +348309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -344671,7 +348363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -344680,6 +348372,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -344699,11 +348396,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -344764,7 +348456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -344829,6 +348521,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -344848,11 +348545,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -345051,7 +348743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -345123,7 +348815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -345132,6 +348824,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -345151,11 +348848,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -345234,7 +348926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -345299,6 +348991,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -345318,11 +349015,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -345345,7 +349037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -345410,6 +349102,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -345429,11 +349126,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -345514,7 +349206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -345540,6 +349232,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -345559,11 +349256,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -345682,7 +349374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -345747,6 +349439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -345766,11 +349463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -345971,7 +349663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -346036,6 +349728,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -346055,11 +349752,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -346236,7 +349928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -346262,6 +349954,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -346281,11 +349978,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -346313,7 +350005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -346378,6 +350070,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -346397,11 +350094,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -346602,7 +350294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -346667,6 +350359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -346686,11 +350383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -346874,7 +350566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -346939,6 +350631,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -346958,11 +350655,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -346985,7 +350677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -347050,6 +350742,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -347069,11 +350766,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -347172,7 +350864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347213,6 +350905,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -347232,11 +350929,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -347276,7 +350968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347302,6 +350994,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -347321,11 +351018,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -347365,7 +351057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -347390,6 +351082,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -347409,11 +351106,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -347453,7 +351145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347473,6 +351165,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -347492,11 +351189,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -347536,7 +351228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -347554,6 +351246,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -347573,11 +351270,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -347617,7 +351309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -347639,6 +351331,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -347658,11 +351355,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -347723,7 +351415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -347788,6 +351480,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -347807,11 +351504,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -348104,7 +351796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -348169,6 +351861,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -348188,11 +351885,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -348341,7 +352033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348382,6 +352074,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -348401,11 +352098,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -348433,7 +352125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348459,6 +352151,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -348478,11 +352175,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -348510,7 +352202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -348535,6 +352227,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -348554,11 +352251,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -348586,7 +352278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348606,6 +352298,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -348625,11 +352322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -348657,7 +352349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -348675,6 +352367,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -348694,11 +352391,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -348726,7 +352418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -348748,6 +352440,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -348767,11 +352464,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -348799,7 +352491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -348864,6 +352556,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -348883,11 +352580,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -349043,7 +352735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -349108,6 +352800,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -349127,11 +352824,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -349154,7 +352846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -349219,6 +352911,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -349238,11 +352935,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -349282,7 +352974,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -349341,7 +353033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -349406,6 +353098,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -349425,11 +353122,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -349481,7 +353173,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -349558,7 +353250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -349623,6 +353315,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -349642,11 +353339,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -349669,7 +353361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -349734,6 +353426,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -349753,11 +353450,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -349887,7 +353579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -349952,6 +353644,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -349971,11 +353668,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -350141,7 +353833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -350206,6 +353898,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -350225,11 +353922,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -350252,7 +353944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -350317,6 +354009,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -350336,11 +354033,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -350473,7 +354165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -350538,6 +354230,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -350557,11 +354254,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -350736,7 +354428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -350801,6 +354493,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -350820,11 +354517,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -350847,7 +354539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -350912,6 +354604,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -350931,11 +354628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -351097,7 +354789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -351162,6 +354854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -351181,11 +354878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -351395,7 +355087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -351460,6 +355152,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -351479,11 +355176,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -351506,7 +355198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -351571,6 +355263,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -351590,11 +355287,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -351634,7 +355326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -351647,6 +355339,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -351666,11 +355363,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -351692,13 +355384,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -351718,11 +355415,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -351744,7 +355436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -351801,7 +355493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -351866,6 +355558,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -351885,11 +355582,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -351941,7 +355633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -351954,64 +355646,69 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientAuthConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientAuthConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -352031,11 +355728,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -352063,7 +355755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", "GenericTypeArguments": [], @@ -352138,7 +355830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -352153,6 +355845,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -352172,11 +355869,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -352199,7 +355891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -352214,6 +355906,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -352233,11 +355930,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -352399,7 +356091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -352414,6 +356106,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -352433,11 +356130,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -352647,7 +356339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -352712,6 +356404,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -352731,11 +356428,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -352758,7 +356450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -352823,6 +356515,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -352842,11 +356539,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -352943,7 +356635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -353008,6 +356700,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -353027,11 +356724,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -353158,7 +356850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -353223,6 +356915,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -353242,11 +356939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -353269,7 +356961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -353334,6 +357026,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -353353,11 +357050,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -353454,7 +357146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -353519,6 +357211,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -353538,11 +357235,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -353669,7 +357361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -353734,6 +357426,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -353753,11 +357450,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -353780,7 +357472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -353845,6 +357537,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -353864,11 +357561,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -353908,7 +357600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -353944,7 +357636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -353969,6 +357661,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -353988,11 +357685,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -354032,7 +357724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -354073,6 +357765,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -354092,11 +357789,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -354118,7 +357810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -354136,6 +357828,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -354155,11 +357852,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -354217,7 +357909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -354239,6 +357931,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -354258,11 +357955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -354323,7 +358015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -354388,6 +358080,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -354407,11 +358104,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -354463,7 +358155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -354603,7 +358295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -354668,6 +358360,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -354687,11 +358384,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -354743,7 +358435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -354811,7 +358503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -354836,6 +358528,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -354855,11 +358552,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -354887,7 +358579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -354928,6 +358620,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -354947,11 +358644,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -354979,7 +358671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -354997,6 +358689,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -355016,11 +358713,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -355048,7 +358740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -355113,6 +358805,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -355132,11 +358829,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -355188,7 +358880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -355256,7 +358948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -355274,6 +358966,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -355293,11 +358990,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -355325,7 +359017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -355347,6 +359039,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -355366,11 +359063,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -355398,7 +359090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -355463,6 +359155,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -355482,11 +359179,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -355538,7 +359230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -355654,7 +359346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -355719,6 +359411,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -355738,11 +359435,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -355794,7 +359486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -355869,7 +359561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -355934,6 +359626,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -355953,11 +359650,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -355980,7 +359672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -356045,6 +359737,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -356064,11 +359761,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -356169,7 +359861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -356241,7 +359933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -356298,7 +359990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -356363,6 +360055,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -356382,11 +360079,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -356517,7 +360209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -356613,7 +360305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -356688,7 +360380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -356724,6 +360416,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -356743,11 +360440,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -356770,7 +360462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -356806,6 +360498,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -356825,11 +360522,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -356851,7 +360543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -356908,7 +360600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -356944,6 +360636,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -356963,11 +360660,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -356995,7 +360687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -357070,7 +360762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357106,6 +360798,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -357125,11 +360822,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -357170,7 +360862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357206,6 +360898,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -357225,11 +360922,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -357389,7 +361081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357425,6 +361117,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -357444,11 +361141,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -357643,7 +361335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357679,6 +361371,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -357698,11 +361395,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -357856,7 +361548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357892,6 +361584,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -357911,11 +361608,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -357956,7 +361648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -357992,6 +361684,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -358011,11 +361708,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -358221,7 +361913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -358251,6 +361943,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -358270,11 +361967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -358398,7 +362090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -358434,6 +362126,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -358453,11 +362150,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -358848,7 +362540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -358884,6 +362576,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -358903,11 +362600,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -359250,7 +362942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -359280,6 +362972,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -359299,11 +362996,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -359355,7 +363047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -359391,6 +363083,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -359410,11 +363107,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -359764,7 +363456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -359781,6 +363473,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -359800,11 +363497,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -359906,7 +363598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -359923,6 +363615,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -359942,11 +363639,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -360024,7 +363716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360035,6 +363727,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -360054,11 +363751,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -360080,7 +363772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -360286,7 +363978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360297,6 +363989,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -360316,11 +364013,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -360348,7 +364040,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -360516,7 +364208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360527,6 +364219,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -360546,11 +364243,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -360578,7 +364270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -360648,7 +364340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -360665,6 +364357,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -360684,11 +364381,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -360790,7 +364482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -360801,6 +364493,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -360820,11 +364517,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -360852,7 +364544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -360994,7 +364686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -361005,6 +364697,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -361024,11 +364721,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -361056,7 +364748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361131,7 +364823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -361158,6 +364850,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -361177,11 +364874,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -361204,7 +364896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -361231,6 +364923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -361250,11 +364947,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -361348,7 +365040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", "GenericTypeArguments": [], @@ -361366,7 +365058,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361384,7 +365076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361441,7 +365133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -361468,6 +365160,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -361487,11 +365184,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -361519,7 +365211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361543,7 +365235,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361707,7 +365399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", "GenericTypeArguments": [], @@ -361731,7 +365423,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361755,7 +365447,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361823,7 +365515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361847,7 +365539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -361922,7 +365614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -361944,6 +365636,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -361963,11 +365660,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -362032,7 +365724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -362054,6 +365746,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -362073,11 +365770,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -362153,7 +365845,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362171,7 +365863,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362328,7 +366020,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362352,7 +366044,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362422,7 +366114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -362444,6 +366136,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -362463,11 +366160,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -362543,7 +366235,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362567,7 +366259,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362707,7 +366399,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362731,7 +366423,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362847,7 +366539,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362871,7 +366563,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -362946,7 +366638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -362975,6 +366667,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -362994,11 +366691,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -363023,7 +366715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -363052,6 +366744,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -363071,11 +366768,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -363097,7 +366789,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -363156,7 +366848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -363185,6 +366877,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -363204,11 +366901,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -363236,7 +366928,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -363311,7 +367003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -363340,6 +367032,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -363359,11 +367056,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -363386,7 +367078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -363415,6 +367107,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -363434,11 +367131,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -363519,7 +367211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -363548,6 +367240,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -363567,11 +367264,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -363676,7 +367368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -363914,6 +367606,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -363933,11 +367630,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -363960,7 +367652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -364198,6 +367890,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -364217,11 +367914,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -364243,7 +367935,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -364300,7 +367992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -364538,6 +368230,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -364557,11 +368254,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -364589,7 +368281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -364664,11 +368356,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -364678,17 +368371,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -364708,11 +368408,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -364773,11 +368468,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -364787,17 +368483,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -364817,11 +368520,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -364843,7 +368541,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -364901,7 +368599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -364909,6 +368607,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -364928,11 +368631,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -364972,7 +368670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -364980,6 +368678,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -364999,11 +368702,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -365043,7 +368741,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -365061,7 +368759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -365069,6 +368767,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -365088,11 +368791,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -365191,7 +368889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -365201,6 +368899,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -365220,11 +368923,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -365240,6 +368938,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "PrivateRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -365359,7 +369075,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -365411,7 +369127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -365419,6 +369135,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -365438,11 +369159,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -365494,7 +369210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -365502,6 +369218,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -365521,11 +369242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -365553,7 +369269,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -365577,7 +369293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -365585,6 +369301,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -365604,11 +369325,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -365737,7 +369453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -365747,6 +369463,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -365766,11 +369487,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -365791,6 +369507,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -365868,11 +369608,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -365882,17 +369623,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -365912,11 +369660,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -365968,7 +369711,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -366020,7 +369763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -366028,6 +369771,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -366047,11 +369795,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -366103,7 +369846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -366111,6 +369854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -366130,11 +369878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -366162,7 +369905,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -366186,7 +369929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -366194,6 +369937,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -366213,11 +369961,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -366346,7 +370089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -366356,6 +370099,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -366375,11 +370123,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -366400,6 +370143,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -366451,7 +370218,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -366503,7 +370270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -366511,6 +370278,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -366530,11 +370302,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -366586,7 +370353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -366594,6 +370361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -366613,11 +370385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -366645,7 +370412,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -366669,7 +370436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -366677,6 +370444,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -366696,11 +370468,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -366829,7 +370596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -366839,6 +370606,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -366858,11 +370630,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -366883,6 +370650,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -366982,7 +370773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -367034,7 +370825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -367042,6 +370833,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -367061,11 +370857,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -367117,7 +370908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -367125,6 +370916,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -367144,11 +370940,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -367176,7 +370967,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -367200,7 +370991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -367208,6 +370999,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -367227,11 +371023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -367360,7 +371151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -367370,6 +371161,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -367389,11 +371185,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -367414,6 +371205,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrivateRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -367472,7 +371287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -367493,6 +371308,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -367512,11 +371332,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -367559,7 +371374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -367567,6 +371382,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -367586,11 +371406,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -367612,11 +371427,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -367626,17 +371442,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -367656,11 +371479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -367754,7 +371572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -367909,7 +371727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -368003,11 +371821,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", + "Snat": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", "TransportSecurity": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -368017,17 +371836,24 @@ "ProvisioningState": "System.String", "ThreatIntelMode": "System.String", "Etag": "System.String", + "PrivateRangeText": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", "Type": "System.String", "TagsTable": "System.String", "Name": "System.String", - "Id": "System.String" + "Id": "System.String", + "PrivateRange": "System.String[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -368047,11 +371873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -368103,7 +371924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -368171,7 +371992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -368179,6 +372000,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -368198,11 +372024,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -368254,7 +372075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -368370,7 +372191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -368462,7 +372283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -368537,7 +372358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -368562,6 +372383,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -368581,11 +372407,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -368666,7 +372487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -368691,6 +372512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -368710,11 +372536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -368736,7 +372557,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -368754,7 +372575,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -368772,7 +372593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -368877,7 +372698,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -368901,7 +372722,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -368925,7 +372746,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369019,7 +372840,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369043,7 +372864,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369067,7 +372888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369137,7 +372958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -369162,6 +372983,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -369181,11 +373007,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -369213,7 +373034,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369237,7 +373058,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369261,7 +373082,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369329,7 +373150,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369353,7 +373174,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369377,7 +373198,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369452,7 +373273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -369470,6 +373291,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -369489,11 +373315,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -369516,7 +373337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -369534,6 +373355,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -369553,11 +373379,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -369579,7 +373400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369636,7 +373457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -369654,6 +373475,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -369673,11 +373499,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -369705,7 +373526,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369780,7 +373601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -369812,6 +373633,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -369831,11 +373657,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -369858,7 +373679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -369890,6 +373711,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -369909,11 +373735,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -369935,7 +373756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -369992,7 +373813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -370024,6 +373845,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -370043,11 +373869,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -370075,7 +373896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -370150,17 +373971,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -370168,6 +373991,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -370178,6 +374006,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -370197,11 +374030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -370278,7 +374106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -370310,6 +374138,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -370329,11 +374162,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -370355,17 +374183,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -370373,6 +374203,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -370383,6 +374218,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -370402,11 +374242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -370428,7 +374263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], @@ -370464,7 +374299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -370482,7 +374317,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -370611,7 +374446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], @@ -370635,7 +374470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -370659,7 +374494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -370751,7 +374586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -370783,6 +374618,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -370802,11 +374642,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -370834,7 +374669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], @@ -370858,7 +374693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -370882,7 +374717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -370950,17 +374785,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -370968,6 +374805,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -370978,6 +374820,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -370997,11 +374844,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -371029,7 +374871,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -371053,7 +374895,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -371121,7 +374963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", "GenericTypeArguments": [], @@ -371169,7 +375011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -371193,7 +375035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -371261,7 +375103,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -371285,7 +375127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -371360,7 +375202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -371392,6 +375234,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -371411,11 +375258,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -371438,7 +375280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -371470,6 +375312,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -371489,11 +375336,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -371608,7 +375450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -371678,6 +375520,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -371697,11 +375544,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -371741,7 +375583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -371773,6 +375615,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -371792,11 +375639,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -371836,7 +375678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -371863,6 +375705,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -371882,11 +375729,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -371902,6 +375744,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -371947,7 +375807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -371979,6 +375839,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -371998,11 +375863,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -372071,6 +375931,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -372173,7 +376057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -372243,6 +376127,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -372262,11 +376151,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -372294,7 +376178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -372326,6 +376210,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -372345,11 +376234,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -372418,6 +376302,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -372544,7 +376452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -372576,6 +376484,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -372595,11 +376508,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -372668,6 +376576,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -372743,7 +376675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -372775,6 +376707,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -372794,11 +376731,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -372867,6 +376799,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -372918,7 +376874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -372950,6 +376906,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -372969,11 +376930,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -373001,7 +376957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -373033,6 +376989,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -373052,11 +377013,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -373125,6 +377081,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -373200,7 +377180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -373232,6 +377212,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -373251,11 +377236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -373324,6 +377304,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -373375,7 +377379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -373402,6 +377406,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -373421,11 +377430,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -373453,7 +377457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -373485,6 +377489,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -373504,11 +377513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -373577,6 +377581,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -373635,7 +377663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -373667,6 +377695,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -373686,11 +377719,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -373713,7 +377741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -373745,6 +377773,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -373764,11 +377797,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -373898,7 +377926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -373916,7 +377944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -373952,9 +377980,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -373968,6 +377997,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -373975,7 +378005,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -374006,6 +378036,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -374025,11 +378065,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -374090,7 +378125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -374122,6 +378157,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -374141,11 +378181,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -374317,7 +378352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -374341,7 +378376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -374433,7 +378468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -374465,6 +378500,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -374484,11 +378524,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -374660,7 +378695,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -374684,7 +378719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -374752,9 +378787,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -374768,6 +378804,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -374775,7 +378812,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -374806,6 +378843,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -374825,11 +378872,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -374857,7 +378899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -374889,6 +378931,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -374908,11 +378955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -375084,7 +379126,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -375108,7 +379150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -375183,7 +379225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -375215,6 +379257,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -375234,11 +379281,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -375261,7 +379303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -375293,6 +379335,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -375312,11 +379359,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -375428,7 +379470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -375446,7 +379488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -375482,9 +379524,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -375498,6 +379541,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -375505,7 +379549,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -375536,6 +379580,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -375555,11 +379609,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -375620,7 +379669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -375652,6 +379701,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -375671,11 +379725,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -375823,7 +379872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -375847,7 +379896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -375939,7 +379988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -375971,6 +380020,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -375990,11 +380044,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -376142,7 +380191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -376166,7 +380215,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -376234,9 +380283,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -376250,6 +380300,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -376257,7 +380308,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -376288,6 +380339,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -376307,11 +380368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -376339,7 +380395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -376371,6 +380427,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -376390,11 +380451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -376542,7 +380598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -376566,7 +380622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -376641,7 +380697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -376673,6 +380729,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -376692,11 +380753,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -376719,7 +380775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -376751,6 +380807,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -376770,11 +380831,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -376850,7 +380906,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -376886,7 +380942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -376922,17 +380978,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -376940,6 +380998,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -376950,6 +381013,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -376969,11 +381037,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -377034,7 +381097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -377066,6 +381129,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -377085,11 +381153,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -377189,7 +381252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -377237,7 +381300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -377329,7 +381392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -377361,6 +381424,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -377380,11 +381448,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -377484,7 +381547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -377532,7 +381595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -377600,17 +381663,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -377618,6 +381683,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -377628,6 +381698,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -377647,11 +381722,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -377679,7 +381749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -377711,6 +381781,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -377730,11 +381805,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -377834,7 +381904,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -377882,7 +381952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -377957,7 +382027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -377989,6 +382059,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -378008,11 +382083,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -378035,7 +382105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -378067,6 +382137,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -378086,11 +382161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -378259,7 +382329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -378291,6 +382361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -378310,11 +382385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -378537,7 +382607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -378569,6 +382639,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -378588,11 +382663,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -378615,7 +382685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -378647,6 +382717,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -378666,11 +382741,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -378800,7 +382870,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -378818,7 +382888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -378836,7 +382906,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -378872,9 +382942,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -378888,6 +382959,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -378895,7 +382967,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -378926,6 +382998,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -378945,11 +383027,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -378970,10 +383047,10 @@ "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -378988,68 +383065,13 @@ "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "LoadBalancerBackendAddressesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -379080,7 +383102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -379117,6 +383139,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -379136,11 +383163,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -379201,7 +383223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -379233,6 +383255,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -379252,11 +383279,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -379428,7 +383450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379452,7 +383474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379476,7 +383498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379567,10 +383589,10 @@ "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -379616,7 +383638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -379648,6 +383670,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -379667,11 +383694,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -379843,7 +383865,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379867,7 +383889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379891,7 +383913,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379959,9 +383981,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -379975,6 +383998,7 @@ "SubnetText": "System.String", "LoadBalancingRulesText": "System.String", "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", "PrivateIpAddress": "System.String", "InboundNatRulesText": "System.String", "ZonesText": "System.String", @@ -379982,7 +384006,7 @@ "ProvisioningState": "System.String", "PrivateIpAddressVersion": "System.String", "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", + "GatewayLoadBalancerText": "System.String", "Id": "System.String" }, "ElementType": null, @@ -380013,6 +384037,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -380032,11 +384066,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -380063,68 +384092,13 @@ "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "ProvisioningState": "System.String", - "BackendIpConfigurationsText": "System.String", - "LoadBalancingRulesText": "System.String", - "LoadBalancerBackendAddressesText": "System.String", - "OutboundRuleText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, + "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeBackendIpConfigurations", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -380143,7 +384117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -380180,6 +384154,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -380199,11 +384178,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -380231,7 +384205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -380263,6 +384237,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -380282,11 +384261,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -380458,7 +384432,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -380482,7 +384456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -380506,7 +384480,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -380581,7 +384555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -380603,6 +384577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -380622,11 +384601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -380649,7 +384623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -380671,6 +384645,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -380690,11 +384669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -380788,7 +384762,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -380845,7 +384819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -380867,6 +384841,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -380886,11 +384865,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -381014,7 +384988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -381089,7 +385063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -381113,6 +385087,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -381132,11 +385111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -381217,7 +385191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -381241,6 +385215,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -381260,11 +385239,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -381286,7 +385260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381304,7 +385278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381322,7 +385296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -381445,7 +385419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381469,7 +385443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381493,7 +385467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -381611,7 +385585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381635,7 +385609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381659,7 +385633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -381753,7 +385727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -381777,6 +385751,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -381796,11 +385775,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -381828,7 +385802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381852,7 +385826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381876,7 +385850,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -381968,7 +385942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -381992,7 +385966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -382016,7 +385990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -382115,7 +386089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -382164,6 +386138,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -382183,11 +386162,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -382210,7 +386184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -382259,6 +386233,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -382278,11 +386257,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -382304,7 +386278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -382361,7 +386335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -382410,6 +386384,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -382429,11 +386408,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -382461,7 +386435,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -382536,7 +386510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -382585,6 +386559,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -382604,11 +386583,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -382649,7 +386623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -382698,6 +386672,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -382717,11 +386696,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -382782,7 +386756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -382818,7 +386792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -382888,6 +386862,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -382907,11 +386886,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -382951,7 +386925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -382983,6 +386957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -383002,11 +386981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -383046,7 +387020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -383082,7 +387056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -383118,7 +387092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -383154,7 +387128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -383166,6 +387140,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -383235,7 +387227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -383284,6 +387276,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -383303,11 +387300,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -383386,7 +387378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -383622,7 +387614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -383671,6 +387663,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -383690,11 +387687,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -383773,7 +387765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -383841,7 +387833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -383911,6 +387903,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -383930,11 +387927,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -383962,7 +387954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -383994,6 +387986,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -384013,11 +388010,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -384045,7 +388037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -384069,7 +388061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -384093,7 +388085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -384117,7 +388109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -384134,6 +388126,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "GatewayLoadBalancerId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Name", @@ -384165,7 +388181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -384214,6 +388230,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -384233,11 +388254,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -384316,7 +388332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -384391,7 +388407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -384440,6 +388456,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -384459,11 +388480,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -384486,7 +388502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -384499,6 +388515,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -384518,11 +388539,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -384544,7 +388560,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -384562,7 +388578,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -384619,7 +388635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -384632,6 +388648,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -384651,11 +388672,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -384683,7 +388699,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -384707,7 +388723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -384782,7 +388798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -384802,6 +388818,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -384821,11 +388842,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -384848,7 +388864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -384868,6 +388884,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -384887,11 +388908,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -384913,7 +388929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -384970,7 +388986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -384990,6 +389006,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -385009,11 +389030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -385041,7 +389057,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -385116,7 +389132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -385160,6 +389176,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -385179,11 +389200,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -385206,7 +389222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -385250,6 +389266,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -385269,11 +389290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -385295,7 +389311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -385352,7 +389368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -385396,6 +389412,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -385415,11 +389436,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -385447,7 +389463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -385522,7 +389538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -385566,6 +389582,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -385585,11 +389606,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -385630,7 +389646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -385674,6 +389690,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -385693,11 +389714,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -385834,7 +389850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -385852,7 +389868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -386029,7 +390045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -386073,6 +390089,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -386092,11 +390113,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -386397,7 +390413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -386421,7 +390437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -386469,7 +390485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -386513,6 +390529,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -386532,11 +390553,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -386909,7 +390925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -386953,6 +390969,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -386972,11 +390993,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -387284,7 +391300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -387299,6 +391315,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -387318,11 +391339,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -387345,7 +391361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -387361,6 +391377,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -387380,11 +391401,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -387590,7 +391606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -387610,7 +391626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -387761,7 +391777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -387777,6 +391793,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -387796,11 +391817,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -387830,7 +391846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -388076,7 +392092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -388144,7 +392160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -388160,6 +392176,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -388179,11 +392200,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -388213,7 +392229,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -388503,7 +392519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -388571,7 +392587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -388587,6 +392603,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -388606,11 +392627,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -388808,7 +392824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -388928,7 +392944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -389174,7 +393190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -389294,7 +393310,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -389584,7 +393600,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -389872,7 +393888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -389966,7 +393982,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -390212,7 +394228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -390306,7 +394322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -390596,7 +394612,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -390858,7 +394874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -391096,7 +395112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -391171,7 +395187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -391194,6 +395210,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -391213,11 +395234,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -391236,7 +395252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -391257,6 +395273,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -391276,11 +395297,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -391303,7 +395319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -391319,6 +395335,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -391338,11 +395359,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -391436,7 +395452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -391452,6 +395468,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -391471,11 +395492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -391627,7 +395643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -391645,7 +395661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -391681,7 +395697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -391699,7 +395715,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -391717,7 +395733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -391774,7 +395790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -391790,6 +395806,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -391809,11 +395830,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -392013,7 +396029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392037,7 +396053,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392061,7 +396077,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392129,7 +396145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -392145,6 +396161,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -392164,11 +396185,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -392222,7 +396238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -392246,7 +396262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -392294,7 +396310,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392318,7 +396334,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392606,7 +396622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392630,7 +396646,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392654,7 +396670,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392796,7 +396812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -392820,7 +396836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -392868,7 +396884,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392892,7 +396908,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393156,7 +397172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393180,7 +397196,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393204,7 +397220,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393322,7 +397338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -393346,7 +397362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -393394,7 +397410,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393418,7 +397434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393656,7 +397672,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393680,7 +397696,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393704,7 +397720,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393796,7 +397812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -393820,7 +397836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -393868,7 +397884,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393892,7 +397908,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -393960,7 +397976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -393976,6 +397992,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -393995,11 +398016,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -394027,7 +398043,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -394095,7 +398111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -394170,7 +398186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -394196,6 +398212,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -394215,11 +398236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -394242,7 +398258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -394258,6 +398274,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -394277,11 +398298,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -394375,7 +398391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -394401,6 +398417,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -394420,11 +398441,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -394598,7 +398614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -394654,7 +398670,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -394672,7 +398688,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -394729,7 +398745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -394745,6 +398761,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -394764,11 +398785,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -394996,7 +399012,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395020,7 +399036,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395088,7 +399104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -395104,6 +399120,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -395123,11 +399144,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -395355,7 +399371,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395429,7 +399445,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395453,7 +399469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395769,7 +399785,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395793,7 +399809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396109,7 +400125,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396183,7 +400199,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396207,7 +400223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396499,7 +400515,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396523,7 +400539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396815,7 +400831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396889,7 +400905,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396913,7 +400929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -397179,7 +401195,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -397203,7 +401219,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -397469,7 +401485,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -397543,7 +401559,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -397567,7 +401583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -397635,7 +401651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -397661,6 +401677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -397680,11 +401701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -397712,7 +401728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -397780,7 +401796,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -397855,7 +401871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -397867,6 +401883,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -397886,11 +401907,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -397969,7 +401985,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -397989,7 +402005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -398120,7 +402136,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -398146,7 +402162,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -398221,7 +402237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -398262,6 +402278,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -398281,11 +402302,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -398308,7 +402324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -398349,6 +402365,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -398368,11 +402389,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -398394,7 +402410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -398451,7 +402467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -398492,6 +402508,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -398511,11 +402532,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -398543,7 +402559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -398618,7 +402634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -398634,6 +402650,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -398653,11 +402674,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -399252,7 +403268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -399283,6 +403299,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -399302,11 +403323,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -399329,7 +403345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -399360,6 +403376,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -399379,11 +403400,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -399405,7 +403421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -399462,7 +403478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -399493,6 +403509,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -399512,11 +403533,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -399544,7 +403560,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -399619,7 +403635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -399651,6 +403667,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -399670,11 +403691,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -399697,7 +403713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -399729,6 +403745,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -399748,11 +403769,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -399774,7 +403790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -399831,7 +403847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -399863,6 +403879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -399882,11 +403903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -399914,7 +403930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -399989,7 +404005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -400016,6 +404032,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400035,11 +404056,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400062,7 +404078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -400089,6 +404105,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400108,11 +404129,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400134,7 +404150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -400191,7 +404207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "CustomIpPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -400218,6 +404234,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400237,11 +404258,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400269,7 +404285,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -400344,7 +404360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -400375,6 +404391,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400394,11 +404415,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400421,7 +404437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -400452,6 +404468,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400471,11 +404492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400608,7 +404624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -400639,6 +404655,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400658,11 +404679,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400837,7 +404853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -400867,6 +404883,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400886,11 +404907,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400913,7 +404929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -400943,6 +404959,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400962,11 +404983,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400988,7 +405004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401006,7 +405022,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401063,7 +405079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -401093,6 +405109,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -401112,11 +405133,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -401144,7 +405160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401168,7 +405184,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401243,7 +405259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -401273,6 +405289,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -401292,11 +405313,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -401319,7 +405335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -401349,6 +405365,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -401368,11 +405389,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -401394,7 +405410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401528,7 +405544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -401558,6 +405574,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -401577,11 +405598,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -401609,7 +405625,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401785,7 +405801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -401816,6 +405832,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -401835,11 +405856,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -401862,7 +405878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -401893,6 +405909,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -401912,11 +405933,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -401938,7 +405954,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401995,7 +406011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -402026,6 +406042,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402045,11 +406066,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -402077,7 +406093,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -402152,7 +406168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -402171,6 +406187,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402190,11 +406211,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -402217,7 +406233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -402236,6 +406252,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402255,11 +406276,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -402281,7 +406297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -402338,7 +406354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -402357,6 +406373,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402376,11 +406397,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -402408,7 +406424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -402483,7 +406499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -402513,6 +406529,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402532,11 +406553,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -402559,7 +406575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -402589,6 +406605,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402608,11 +406629,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -402673,7 +406689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -402703,6 +406719,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402722,11 +406743,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -402805,7 +406821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -402835,6 +406851,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402854,11 +406875,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -402899,7 +406915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -402929,6 +406945,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -402948,11 +406969,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -403091,7 +407107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -403121,6 +407137,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -403140,11 +407161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -403295,7 +407311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -403315,6 +407331,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -403328,6 +407345,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -403347,11 +407369,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -403436,7 +407453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -403456,6 +407473,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -403469,6 +407487,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -403488,11 +407511,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -403514,7 +407532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -403532,7 +407550,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -403550,7 +407568,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -403659,7 +407677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -403683,7 +407701,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -403707,7 +407725,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -403801,7 +407819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -403825,7 +407843,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -403849,7 +407867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -403919,7 +407937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -403939,6 +407957,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -403952,6 +407971,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -403971,11 +407995,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -404003,7 +408022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -404027,7 +408046,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -404051,7 +408070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -404119,7 +408138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -404143,7 +408162,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -404167,7 +408186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -404242,7 +408261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -404254,18 +408273,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -404275,6 +408296,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -404294,11 +408320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -404321,7 +408342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -404333,18 +408354,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -404354,6 +408377,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -404373,11 +408401,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -404399,7 +408422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -404456,7 +408479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -404468,18 +408491,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -404489,6 +408514,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -404508,11 +408538,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -404540,7 +408565,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -404615,25 +408640,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -404649,6 +408677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -404668,11 +408701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -404695,25 +408723,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -404729,6 +408760,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -404748,11 +408784,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -404810,7 +408841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -404832,6 +408863,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -404851,11 +408887,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -404939,7 +408970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -404957,7 +408988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -404975,7 +409006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -405029,7 +409060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -405047,7 +409078,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -405085,7 +409116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -405139,7 +409170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -405211,7 +409242,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -405241,13 +409272,51 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "NatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BgpRouteTranslationForNat", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -405265,7 +409334,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -405322,25 +409391,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -405356,6 +409428,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -405375,11 +409452,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -405449,7 +409521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -405471,6 +409543,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -405490,11 +409567,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -405602,7 +409674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -405626,7 +409698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -405650,7 +409722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -405722,7 +409794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -405746,7 +409818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -405796,7 +409868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -405868,7 +409940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -405964,7 +410036,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406005,6 +410077,56 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "BgpRouteTranslationForNat", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -406012,7 +410134,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406080,7 +410202,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406104,25 +410226,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -406138,6 +410263,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -406157,11 +410287,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -406231,7 +410356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -406253,6 +410378,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -406272,11 +410402,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -406384,7 +410509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -406408,7 +410533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -406432,7 +410557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -406504,7 +410629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -406528,7 +410653,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406578,7 +410703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406650,7 +410775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -406746,7 +410871,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406787,6 +410912,56 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "BgpRouteTranslationForNat", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -406794,7 +410969,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406869,17 +411044,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -406887,15 +411064,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -406905,12 +411084,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -406930,11 +411114,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -406957,17 +411136,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -406975,15 +411156,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -406993,12 +411176,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -407018,11 +411206,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -407142,7 +411325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -407160,7 +411343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -407172,13 +411355,49 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "IngressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EgressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "AliasList": [], "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -407196,7 +411415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -407214,7 +411433,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -407271,17 +411490,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -407289,15 +411510,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -407307,12 +411530,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -407332,11 +411560,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -407492,7 +411715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -407516,7 +411739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -407533,6 +411756,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IngressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EgressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -407540,7 +411811,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -407564,7 +411835,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -407632,7 +411903,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -407656,17 +411927,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -407674,15 +411947,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -407692,12 +411967,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -407717,11 +411997,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -407877,7 +412152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -407901,7 +412176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -407918,6 +412193,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IngressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EgressNatRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -407925,7 +412248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -407949,7 +412272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -408099,7 +412422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -408230,7 +412553,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -408305,25 +412628,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -408339,6 +412665,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -408358,11 +412689,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -408385,25 +412711,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -408419,6 +412748,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -408438,11 +412772,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -408464,7 +412793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -408486,6 +412815,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -408505,11 +412839,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -408570,25 +412899,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -408604,6 +412936,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -408623,11 +412960,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -408699,7 +413031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -408721,6 +413053,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -408740,11 +413077,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -408772,25 +413104,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -408806,6 +413141,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -408825,11 +413165,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -408908,8 +413243,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", @@ -408921,10 +413257,12 @@ "Name": "System.String", "RemoteBgpCommunitiesText": "System.String", "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", "RemoteGatewaysText": "System.String", "ResourceGroupName": "System.String", "ProvisioningState": "System.String", "Etag": "System.String", + "PeeringSyncLevel": "System.String", "PeeringState": "System.String", "VirtualNetworkName": "System.String", "RemoteVirtualNetworkText": "System.String", @@ -408933,6 +413271,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -408952,11 +413295,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -408979,8 +413317,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", @@ -408992,10 +413331,12 @@ "Name": "System.String", "RemoteBgpCommunitiesText": "System.String", "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", "RemoteGatewaysText": "System.String", "ResourceGroupName": "System.String", "ProvisioningState": "System.String", "Etag": "System.String", + "PeeringSyncLevel": "System.String", "PeeringState": "System.String", "VirtualNetworkName": "System.String", "RemoteVirtualNetworkText": "System.String", @@ -409004,6 +413345,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -409023,11 +413369,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -409049,7 +413390,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -409106,8 +413447,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", @@ -409119,10 +413461,12 @@ "Name": "System.String", "RemoteBgpCommunitiesText": "System.String", "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", "RemoteGatewaysText": "System.String", "ResourceGroupName": "System.String", "ProvisioningState": "System.String", "Etag": "System.String", + "PeeringSyncLevel": "System.String", "PeeringState": "System.String", "VirtualNetworkName": "System.String", "RemoteVirtualNetworkText": "System.String", @@ -409131,6 +413475,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -409150,11 +413499,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -409182,7 +413526,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -409257,7 +413601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -409269,18 +413613,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -409290,6 +413636,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -409309,11 +413660,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -409354,7 +413700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -409366,18 +413712,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -409387,6 +413735,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -409406,11 +413759,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -409468,7 +413816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -409512,6 +413860,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -409531,11 +413884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -409575,7 +413923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -409606,6 +413954,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -409625,11 +413978,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -409673,7 +414021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -409697,6 +414045,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -409716,11 +414069,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -409760,7 +414108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -409778,7 +414126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -409832,7 +414180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -409913,7 +414261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -409925,18 +414273,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -409946,6 +414296,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -409965,11 +414320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -410045,7 +414395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -410069,7 +414419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -410141,7 +414491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -410307,7 +414657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -410319,18 +414669,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -410340,6 +414692,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -410359,11 +414716,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -410439,7 +414791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -410463,7 +414815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -410535,7 +414887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -410603,7 +414955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -410647,6 +414999,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -410666,11 +415023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -410698,7 +415050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -410729,6 +415081,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -410748,11 +415105,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -410782,7 +415134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -410806,6 +415158,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -410825,11 +415182,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -410881,7 +415233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -410893,18 +415245,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -410914,6 +415268,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -410933,11 +415292,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -411013,7 +415367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -411037,7 +415391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -411109,7 +415463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", "GenericTypeArguments": [], @@ -411184,7 +415538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -411206,6 +415560,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -411225,11 +415584,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -411252,7 +415606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -411274,6 +415628,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -411293,11 +415652,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -411319,7 +415673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -411376,7 +415730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -411398,6 +415752,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -411417,11 +415776,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -411449,7 +415803,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -411524,7 +415878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -411538,6 +415892,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -411557,11 +415916,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -411620,7 +415974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -411634,6 +415988,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -411653,11 +416012,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -411679,25 +416033,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -411713,6 +416070,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -411732,11 +416094,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -411863,7 +416220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -411877,6 +416234,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -411896,11 +416258,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -411972,25 +416329,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -412006,6 +416366,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -412025,11 +416390,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -412105,7 +416465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -412119,6 +416479,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -412138,11 +416503,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -412286,7 +416646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -412300,6 +416660,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -412319,11 +416684,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -412402,7 +416762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -412467,6 +416827,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -412486,11 +416851,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -412513,7 +416873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -412578,6 +416938,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -412597,11 +416962,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -412662,7 +417022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -412727,6 +417087,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -412746,11 +417111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -412848,7 +417208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -412864,6 +417224,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -412883,11 +417248,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -412981,7 +417341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -412997,6 +417357,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -413016,11 +417381,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -413062,7 +417422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413080,7 +417440,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413137,7 +417497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -413153,6 +417513,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -413172,11 +417537,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -413230,7 +417590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413254,7 +417614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413396,7 +417756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413420,7 +417780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413538,7 +417898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413562,7 +417922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413654,7 +418014,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413678,7 +418038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413746,7 +418106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -413762,6 +418122,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -413781,11 +418146,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -413813,7 +418173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413837,7 +418197,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413905,7 +418265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -413929,7 +418289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -414004,7 +418364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -414029,6 +418389,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -414048,11 +418413,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -414075,7 +418435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -414091,6 +418451,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -414110,11 +418475,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -414285,7 +418645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -414301,6 +418661,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -414320,11 +418685,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -414897,7 +419257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -414916,6 +419276,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -414935,11 +419300,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -415004,17 +419364,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -415022,15 +419384,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -415040,12 +419404,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -415065,11 +419434,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -415127,7 +419491,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -415260,7 +419624,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -415330,17 +419694,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -415348,15 +419714,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -415366,12 +419734,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -415391,11 +419764,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -415447,7 +419815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -415563,7 +419931,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -415655,7 +420023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -415730,7 +420098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -415749,6 +420117,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -415768,11 +420141,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -415837,25 +420205,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -415871,6 +420242,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -415890,11 +420266,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -415952,7 +420323,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -416085,7 +420456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -416155,25 +420526,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -416189,6 +420563,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -416208,11 +420587,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -416264,7 +420638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -416380,7 +420754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -416472,7 +420846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -416547,7 +420921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -416567,6 +420941,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -416586,11 +420965,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -416676,7 +421050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -416702,6 +421076,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -416721,11 +421100,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -416801,7 +421175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -416985,7 +421359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417055,7 +421429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -417081,6 +421455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -417100,11 +421479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -417180,7 +421554,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417320,7 +421694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417436,7 +421810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417511,7 +421885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -417530,6 +421904,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -417549,11 +421928,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -417618,7 +421992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -417641,6 +422015,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -417660,11 +422039,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -417722,7 +422096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417855,7 +422229,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417925,7 +422299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -417948,6 +422322,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -417967,11 +422346,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -418023,7 +422397,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -418139,7 +422513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -418231,7 +422605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -418306,7 +422680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -418371,6 +422745,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -418390,11 +422769,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -418417,7 +422791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -418482,6 +422856,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -418501,11 +422880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -418527,7 +422901,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -418584,7 +422958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -418649,6 +423023,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -418668,11 +423047,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -418700,7 +423074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -418794,7 +423168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -418810,6 +423184,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -418829,11 +423208,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -418927,7 +423301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -418943,6 +423317,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -418962,11 +423341,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -419008,7 +423382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419026,7 +423400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419083,7 +423457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -419099,6 +423473,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -419118,11 +423497,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -419176,7 +423550,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419200,7 +423574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419342,7 +423716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419366,7 +423740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419484,7 +423858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419508,7 +423882,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419600,7 +423974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419624,7 +423998,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419692,7 +424066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -419708,6 +424082,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -419727,11 +424106,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -419759,7 +424133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419783,7 +424157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419851,7 +424225,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419875,7 +424249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -419969,7 +424343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -419985,6 +424359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -420004,11 +424383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -420104,7 +424478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420122,7 +424496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420179,7 +424553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -420195,6 +424569,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -420214,11 +424593,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -420270,7 +424644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420294,7 +424668,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420436,7 +424810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420460,7 +424834,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420576,7 +424950,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420600,7 +424974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420692,7 +425066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420716,7 +425090,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -420791,7 +425165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -420810,6 +425184,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -420829,11 +425208,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -420897,17 +425271,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -420915,15 +425291,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -420933,12 +425311,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -420958,11 +425341,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -421020,7 +425398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -421152,7 +425530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -421222,17 +425600,19 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "UsePolicyBasedTrafficSelectors": "System.Boolean", - "ExpressRouteGatewayBypass": "System.Boolean", "EnableBgp": "System.Boolean", "UseLocalAzureIpAddress": "System.Boolean", + "ExpressRouteGatewayBypass": "System.Boolean", + "UsePolicyBasedTrafficSelectors": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "EgressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "IngressNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", @@ -421240,15 +425620,17 @@ "DpdTimeoutSeconds": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "TagsTable": "System.String", - "TunnelConnectionStatusText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", + "IngressNatRulesText": "System.String", "Location": "System.String", - "Name": "System.String", + "Type": "System.String", "ResourceGroupName": "System.String", - "PeerText": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "EgressNatRulesText": "System.String", + "ResourceGuid": "System.String", + "TunnelConnectionStatusText": "System.String", "AuthorizationKey": "System.String", + "LocalNetworkGateway2Text": "System.String", "VirtualNetworkGateway2Text": "System.String", "VirtualNetworkGateway1Text": "System.String", "ConnectionProtocol": "System.String", @@ -421258,12 +425640,17 @@ "SharedKey": "System.String", "ConnectionMode": "System.String", "ConnectionType": "System.String", - "LocalNetworkGateway2Text": "System.String", + "PeerText": "System.String", "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -421283,11 +425670,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -421339,7 +425721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -421455,7 +425837,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -421547,7 +425929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -421622,7 +426004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -421641,6 +426023,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -421660,11 +426047,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -421729,25 +426111,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -421763,6 +426148,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -421782,11 +426172,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -421844,7 +426229,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -421977,7 +426362,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -422047,25 +426432,28 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -422081,6 +426469,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -422100,11 +426493,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -422156,7 +426544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -422272,7 +426660,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -422364,7 +426752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -422439,7 +426827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -422459,6 +426847,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -422478,11 +426871,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -422567,7 +426955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -422593,6 +426981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -422612,11 +427005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -422692,7 +427080,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -422875,7 +427263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -422945,7 +427333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -422971,6 +427359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -422990,11 +427383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -423070,7 +427458,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -423210,7 +427598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -423326,7 +427714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -423401,7 +427789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -423420,6 +427808,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -423439,11 +427832,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -423508,7 +427896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -423531,6 +427919,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -423550,11 +427943,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -423612,7 +428000,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -423745,7 +428133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -423815,7 +428203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -423838,6 +428226,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -423857,11 +428250,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -423913,7 +428301,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -424029,7 +428417,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -424121,7 +428509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -424183,25 +428571,80 @@ "AliasList": [] }, { - "VerbName": "Test", - "NounName": "AzDnsAvailability", - "Name": "Test-AzDnsAvailability", - "ClassName": "Microsoft.Azure.Commands.Network.TestAzureDnsAvailabilityCmdlet", - "SupportsShouldProcess": false, + "VerbName": "Sync", + "NounName": "AzVirtualNetworkPeering", + "Name": "Sync-AzVirtualNetworkPeering", + "ClassName": "Microsoft.Azure.Commands.Network.SyncAzureVirtualNetworkPeeringCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "Fields", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "RemoteGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AllowVirtualNetworkAccess": "System.Nullable`1[System.Boolean]", + "AllowForwardedTraffic": "System.Nullable`1[System.Boolean]", + "AllowGatewayTransit": "System.Nullable`1[System.Boolean]", + "UseRemoteGateways": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "RemoteBgpCommunitiesText": "System.String", + "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", + "RemoteGatewaysText": "System.String", + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", + "PeeringSyncLevel": "System.String", + "PeeringState": "System.String", + "VirtualNetworkName": "System.String", + "RemoteVirtualNetworkText": "System.String", + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -424210,10 +428653,8 @@ ], "Parameters": [ { - "Name": "DomainNameLabel", - "AliasList": [ - "DomainQualifiedName" - ], + "Name": "VirtualNetworkName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -424230,7 +428671,484 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Location", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VirtualNetworkPeering", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "RemoteGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AllowVirtualNetworkAccess": "System.Nullable`1[System.Boolean]", + "AllowForwardedTraffic": "System.Nullable`1[System.Boolean]", + "AllowGatewayTransit": "System.Nullable`1[System.Boolean]", + "UseRemoteGateways": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "RemoteBgpCommunitiesText": "System.String", + "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", + "RemoteGatewaysText": "System.String", + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", + "PeeringSyncLevel": "System.String", + "PeeringState": "System.String", + "VirtualNetworkName": "System.String", + "RemoteVirtualNetworkText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Fields", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualNetworkName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Object", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualNetworkPeering", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "RemoteGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AllowVirtualNetworkAccess": "System.Nullable`1[System.Boolean]", + "AllowForwardedTraffic": "System.Nullable`1[System.Boolean]", + "AllowGatewayTransit": "System.Nullable`1[System.Boolean]", + "UseRemoteGateways": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "RemoteBgpCommunitiesText": "System.String", + "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", + "RemoteGatewaysText": "System.String", + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", + "PeeringSyncLevel": "System.String", + "PeeringState": "System.String", + "VirtualNetworkName": "System.String", + "RemoteVirtualNetworkText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Test", + "NounName": "AzDnsAvailability", + "Name": "Test-AzDnsAvailability", + "ClassName": "Microsoft.Azure.Commands.Network.TestAzureDnsAvailabilityCmdlet", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DomainNameLabel", + "AliasList": [ + "DomainQualifiedName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -424393,7 +429311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hops": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "AvgLatencyInMs": "System.Nullable`1[System.Int32]", @@ -424407,6 +429325,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -424426,11 +429349,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -424453,7 +429371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -424469,6 +429387,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -424488,11 +429411,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -424660,7 +429578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -424670,6 +429588,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -424689,11 +429612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -424715,7 +429633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -424772,7 +429690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -424788,6 +429706,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -424807,11 +429730,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -424959,7 +429877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -424969,6 +429887,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -424988,11 +429911,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -425020,7 +429938,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -425258,7 +430176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -425268,6 +430186,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -425287,11 +430210,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -425319,7 +430237,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -425531,7 +430449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -425541,6 +430459,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -425560,11 +430483,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -425592,7 +430510,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -425780,7 +430698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -425790,6 +430708,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -425809,11 +430732,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -425841,7 +430759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -425916,7 +430834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "System.String", "RuleName": "System.String" @@ -425924,6 +430842,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -425943,11 +430866,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -425970,7 +430888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -425986,6 +430904,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -426005,11 +430928,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -426237,7 +431155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -426294,7 +431212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -426310,6 +431228,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -426329,11 +431252,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -426559,7 +431477,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -426875,7 +431793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -427165,7 +432083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -427431,7 +432349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -427506,7 +432424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Available": "System.Boolean", "AvailableIPAddresses": "System.Collections.Generic.List`1[System.String]", @@ -427515,6 +432433,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -427534,11 +432457,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -427561,7 +432479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -427573,18 +432491,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -427594,6 +432514,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -427613,11 +432538,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -427732,7 +432652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -427744,18 +432664,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -427765,6 +432687,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -427784,11 +432711,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -428310,7 +433232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -428331,6 +433253,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -428350,11 +433277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -428413,7 +433335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -428434,6 +433356,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -428453,11 +433380,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -428497,7 +433419,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428515,7 +433437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428533,7 +433455,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428551,7 +433473,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428656,7 +433578,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428680,7 +433602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428704,7 +433626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428728,7 +433650,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428796,7 +433718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Zones": "System.Collections.Generic.List`1[System.String]", @@ -428817,6 +433739,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -428836,11 +433763,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -428868,7 +433790,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428892,7 +433814,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428916,7 +433838,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -428940,7 +433862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429032,7 +433954,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429056,7 +433978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429080,7 +434002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429104,7 +434026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429172,7 +434094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429196,7 +434118,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429220,7 +434142,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429295,7 +434217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -429320,6 +434242,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -429339,11 +434266,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -429404,7 +434326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -429413,6 +434335,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -429432,11 +434359,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -429476,7 +434398,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429494,7 +434416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429512,7 +434434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429619,7 +434541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -429628,6 +434550,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -429647,11 +434574,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -429703,7 +434625,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429727,7 +434649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429751,7 +434673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -429826,7 +434748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -429853,6 +434775,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -429872,11 +434799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -429941,7 +434863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -429968,6 +434890,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -429987,11 +434914,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -430049,7 +434971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -430085,6 +435007,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -430104,11 +435031,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -430184,7 +435106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -430195,6 +435117,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -430214,11 +435141,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -430240,7 +435162,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430258,7 +435180,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430276,7 +435198,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430294,7 +435216,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430475,7 +435397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -430486,6 +435408,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -430505,11 +435432,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -430537,7 +435459,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430561,7 +435483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430585,7 +435507,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430609,7 +435531,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430729,7 +435651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -430765,6 +435687,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -430784,11 +435711,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -430888,7 +435810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -430899,6 +435821,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -430918,11 +435845,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -430950,7 +435872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430974,7 +435896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -430998,7 +435920,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431022,7 +435944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431238,7 +436160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -431249,6 +436171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -431268,11 +436195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -431300,7 +436222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431324,7 +436246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431348,7 +436270,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431372,7 +436294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431442,7 +436364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -431469,6 +436391,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -431488,11 +436415,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -431592,7 +436514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -431603,6 +436525,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -431622,11 +436549,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -431654,7 +436576,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431678,7 +436600,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431702,7 +436624,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431726,7 +436648,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -431796,7 +436718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -431823,6 +436745,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -431842,11 +436769,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -431874,7 +436796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -431910,6 +436832,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -431929,11 +436856,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -432033,7 +436955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -432044,6 +436966,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -432063,11 +436990,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -432095,7 +437017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432119,7 +437041,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432143,7 +437065,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432167,7 +437089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432237,7 +437159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -432264,6 +437186,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -432283,11 +437210,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -432411,7 +437333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -432422,6 +437344,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -432441,11 +437368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -432473,7 +437395,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432497,7 +437419,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432521,7 +437443,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432545,7 +437467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432709,7 +437631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -432720,6 +437642,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -432739,11 +437666,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -432771,7 +437693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432795,7 +437717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432819,7 +437741,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432843,7 +437765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -432935,7 +437857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -432971,6 +437893,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -432990,11 +437917,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -433094,7 +438016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -433105,6 +438027,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -433124,11 +438051,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -433156,7 +438078,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433180,7 +438102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433204,7 +438126,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433228,7 +438150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433416,7 +438338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -433427,6 +438349,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -433446,11 +438373,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -433478,7 +438400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433502,7 +438424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433526,7 +438448,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433550,7 +438472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433690,7 +438612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -433701,6 +438623,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -433720,11 +438647,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -433752,7 +438674,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433776,7 +438698,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433800,7 +438722,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433824,7 +438746,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -433899,7 +438821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -433921,6 +438843,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -433940,11 +438867,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -434015,7 +438937,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -434140,7 +439062,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -434208,7 +439130,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -434351,7 +439273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", @@ -434373,6 +439295,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -434392,11 +439319,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -434521,7 +439443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -434533,6 +439455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -434552,11 +439479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -434596,7 +439518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -434614,7 +439536,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -434719,7 +439641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -434743,7 +439665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -434933,7 +439855,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -434957,7 +439879,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -435025,7 +439947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -435037,6 +439959,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -435056,11 +439983,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -435136,7 +440058,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -435160,7 +440082,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -435300,7 +440222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -435324,7 +440246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -435399,7 +440321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -435416,6 +440338,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -435435,11 +440362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -435526,7 +440448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -435546,6 +440468,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -435559,6 +440482,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -435578,11 +440506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -435607,7 +440530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -435624,6 +440547,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -435643,11 +440571,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -435690,7 +440613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -435726,7 +440649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -435862,7 +440785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -435910,7 +440833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -436009,7 +440932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -436029,6 +440952,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -436042,6 +440966,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -436061,11 +440990,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -436093,7 +441017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -436141,7 +441065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -436212,7 +441136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -436229,6 +441153,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -436248,11 +441177,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -436280,7 +441204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -436328,7 +441252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -436423,7 +441347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -436471,7 +441395,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -436539,7 +441463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", "GenericTypeArguments": [], @@ -436587,7 +441511,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -436662,7 +441586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -436674,6 +441598,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -436693,11 +441622,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -436794,13 +441718,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -436820,11 +441749,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -436846,7 +441770,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -436864,7 +441788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -436882,7 +441806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437037,13 +441961,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -437063,11 +441992,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -437095,7 +442019,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437119,7 +442043,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437143,7 +442067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437259,13 +442183,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -437285,11 +442214,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -437317,7 +442241,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437341,7 +442265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437365,7 +442289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437440,7 +442364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -437460,6 +442384,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -437473,6 +442398,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -437492,11 +442422,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -437580,7 +442505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -437600,6 +442525,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -437613,6 +442539,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -437632,11 +442563,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -437676,7 +442602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -437694,7 +442620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -437706,6 +442632,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -437725,11 +442656,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -437751,7 +442677,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437781,13 +442707,34 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PreferredRoutingGateway", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -437919,7 +442866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -437943,7 +442890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -437955,6 +442902,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -437974,11 +442926,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -438006,7 +442953,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -438047,6 +442994,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PreferredRoutingGateway", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -438054,7 +443028,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -438172,7 +443146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -438196,7 +443170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -438208,6 +443182,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -438227,11 +443206,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -438259,7 +443233,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -438300,6 +443274,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PreferredRoutingGateway", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -438307,7 +443308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -438377,7 +443378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -438397,6 +443398,7 @@ "ProvisioningState": "System.String", "Sku": "System.String", "RoutingState": "System.String", + "PreferredRoutingGateway": "System.String", "ResourceGroupName": "System.String", "Location": "System.String", "ResourceGuid": "System.String", @@ -438410,6 +443412,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -438429,11 +443436,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -438485,7 +443487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -438509,7 +443511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -438521,6 +443523,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -438540,11 +443547,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -438572,7 +443574,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -438615,210 +443617,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "AddressPrefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HubVnetConnection", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "RouteTable", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "Connections": "System.Collections.Generic.List`1[System.String]", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Sku", + "Name": "PreferredRoutingGateway", "AliasList": [], "Type": { "Namespace": "System", @@ -438830,7 +443629,10 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -438847,7 +443649,261 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HubVnetConnection", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RouteTable", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", + "Connections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Sku", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PreferredRoutingGateway", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "ExpressRoute", + "VpnGateway" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -438922,7 +443978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -438936,6 +443992,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -438955,11 +444016,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -439044,7 +444100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -439058,6 +444114,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -439077,11 +444138,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -439143,7 +444199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -439154,6 +444210,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -439173,11 +444234,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -439199,7 +444255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -439360,7 +444416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -439371,6 +444427,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -439390,11 +444451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -439422,7 +444478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -439492,7 +444548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -439506,6 +444562,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -439525,11 +444586,94 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableInternetSecurity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -439545,10 +444689,104 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByHubVirtualNetworkConnectionResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [ + "HubVirtualNetworkConnectionId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -439583,7 +444821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -439594,6 +444832,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -439613,11 +444856,1009 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnableInternetSecurity", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoutingConfiguration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", + "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", + "PropagatedRouteTablesText": "System.String", + "VnetRoutesText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzVirtualNetworkGatewayNatRule", + "Name": "Update-AzVirtualNetworkGatewayNatRule", + "ClassName": "Microsoft.Azure.Commands.Network.VirtualNetworkGateway.UpdateAzureVirtualNetworkGatewayNatRule", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByVirtualNetworkGatewayNatRuleName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "VirtualNetworkGatewayNatRulePropertiesType": "System.String", + "Mode": "System.String", + "IpConfigurationId": "System.String", + "ProvisioningState": "System.String", + "InternalMappingsText": "System.String", + "ExternalMappingsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentResourceName", + "AliasList": [ + "ParentVirtualNetworkGatewayName", + "VirtualNetworkGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [ + "VirtualNetworkGatewayNatRuleResourceId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "AliasList": [ + "VirtualNetworkGatewayNatRule" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "VirtualNetworkGatewayNatRulePropertiesType": "System.String", + "Mode": "System.String", + "IpConfigurationId": "System.String", + "ProvisioningState": "System.String", + "InternalMappingsText": "System.String", + "ExternalMappingsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByVirtualNetworkGatewayNatRuleName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentResourceName", + "AliasList": [ + "ParentVirtualNetworkGatewayName", + "VirtualNetworkGatewayName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName", + "VirtualNetworkGatewayNatRuleName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualNetworkGatewayNatRuleResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [ + "VirtualNetworkGatewayNatRuleResourceId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "InternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVirtualNetworkGatewayNatRuleObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "VirtualNetworkGatewayNatRule" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "VirtualNetworkGatewayNatRulePropertiesType": "System.String", + "Mode": "System.String", + "IpConfigurationId": "System.String", + "ProvisioningState": "System.String", + "InternalMappingsText": "System.String", + "ExternalMappingsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -439633,6 +445874,78 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalMapping", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -439645,7 +445958,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -439704,47 +446017,19 @@ ] }, { - "Name": "ByHubVirtualNetworkConnectionResourceId", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [ - "HubVirtualNetworkConnectionId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "InternalMapping", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "ElementType": "System.String", + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -439760,76 +446045,14 @@ }, { "ParameterMetadata": { - "Name": "RoutingConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", - "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", - "PropagatedRouteTablesText": "System.String", - "VnetRoutesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", + "Name": "ExternalMapping", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -439846,61 +446069,15 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "EnableInternetSecurity", + "Name": "IpConfigurationId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -439914,68 +446091,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "RoutingConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", - "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VnetRoutes": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", - "PropagatedRouteTablesText": "System.String", - "VnetRoutesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -439983,7 +446098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -440058,7 +446173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -440080,6 +446195,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -440099,11 +446219,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -440174,7 +446289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -440299,7 +446414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -440367,7 +446482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -440510,7 +446625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -440532,6 +446647,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -440551,11 +446671,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -440680,7 +446795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -440692,6 +446807,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -440711,11 +446831,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -440755,7 +446870,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -440773,7 +446888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -440878,7 +446993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -440902,7 +447017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441092,7 +447207,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441116,7 +447231,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441184,7 +447299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -441196,6 +447311,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -441215,11 +447335,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -441295,7 +447410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441319,7 +447434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441459,7 +447574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441483,7 +447598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441558,7 +447673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -441577,6 +447692,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -441596,11 +447716,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -441664,7 +447779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -441683,6 +447798,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -441702,11 +447822,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -441788,7 +447903,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441824,7 +447939,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -441842,7 +447957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442002,7 +448117,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442050,7 +448165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442074,7 +448189,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442144,7 +448259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -442163,6 +448278,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -442182,11 +448302,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -442266,7 +448381,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442314,7 +448429,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442338,7 +448453,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442484,7 +448599,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442532,7 +448647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442556,7 +448671,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442676,7 +448791,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442724,7 +448839,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442748,7 +448863,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -442823,7 +448938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -442849,6 +448964,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -442868,11 +448988,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -442977,7 +449092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -443003,6 +449118,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -443022,11 +449142,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -443084,7 +449199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -443098,6 +449213,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -443117,11 +449237,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -443203,7 +449318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -443241,7 +449356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -443252,6 +449367,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -443271,11 +449391,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -443315,7 +449430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -443333,7 +449448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -443516,7 +449631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -443530,6 +449645,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -443549,11 +449669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -443659,7 +449774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -443709,7 +449824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -443720,6 +449835,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -443739,11 +449859,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -443795,7 +449910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -443819,7 +449934,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -443961,7 +450076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -443975,6 +450090,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -443994,11 +450114,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -444104,7 +450219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -444154,7 +450269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -444165,6 +450280,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -444184,11 +450304,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -444240,7 +450355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -444264,7 +450379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -444334,7 +450449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -444360,6 +450475,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -444379,11 +450499,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -444459,7 +450574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -444473,6 +450588,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -444492,11 +450612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -444602,7 +450717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -444652,7 +450767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -444663,6 +450778,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -444682,11 +450802,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -444738,7 +450853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -444762,7 +450877,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -444878,7 +450993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -444892,6 +451007,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -444911,11 +451031,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -445021,7 +451136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -445071,7 +451186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -445082,6 +451197,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -445101,11 +451221,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -445157,7 +451272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -445181,7 +451296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -445256,7 +451371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -445279,6 +451394,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -445298,11 +451418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -445367,7 +451482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -445390,6 +451505,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -445409,11 +451529,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -445453,7 +451568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -445471,7 +451586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -445507,7 +451622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -445525,7 +451640,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -445543,7 +451658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -445652,7 +451767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -445676,7 +451791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -445724,7 +451839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -445748,7 +451863,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -445772,7 +451887,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -445842,7 +451957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -445865,6 +451980,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -445884,11 +452004,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -445916,7 +452031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -445940,7 +452055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -445988,7 +452103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -446012,7 +452127,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -446036,7 +452151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -446128,7 +452243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -446152,7 +452267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -446200,7 +452315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -446224,7 +452339,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -446248,7 +452363,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -446316,7 +452431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -446340,7 +452455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", "GenericTypeArguments": [], @@ -446388,7 +452503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", "GenericTypeArguments": [], @@ -446412,7 +452527,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -446436,7 +452551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -446511,7 +452626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -446532,6 +452647,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -446551,11 +452671,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -446660,7 +452775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -446681,6 +452796,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -446700,11 +452820,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -446822,7 +452937,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -447083,7 +453198,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -447303,7 +453418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -447373,7 +453488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -447394,6 +453509,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -447413,11 +453533,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -447571,7 +453686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -447765,7 +453880,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -447840,7 +453955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -447876,6 +453991,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -447895,11 +454015,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -447963,7 +454078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -447999,6 +454114,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -448018,11 +454138,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -448179,7 +454294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -448287,7 +454402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -448305,7 +454420,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -448323,7 +454438,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -448527,7 +454642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -448726,7 +454841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -448750,7 +454865,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -448774,7 +454889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -448844,7 +454959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -448880,6 +454995,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -448899,11 +455019,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -449027,7 +455142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -449226,7 +455341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -449250,7 +455365,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -449274,7 +455389,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -449464,7 +455579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", "GenericTypeArguments": [], @@ -449663,7 +455778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -449687,7 +455802,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -449711,7 +455826,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -449834,7 +455949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -449858,7 +455973,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -449882,7 +455997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -449957,7 +456072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -449980,6 +456095,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -449999,11 +456119,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -450067,7 +456182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -450090,6 +456205,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -450109,11 +456229,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -450191,7 +456306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -450210,6 +456325,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -450229,11 +456349,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -450417,7 +456532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -450435,13 +456550,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -450461,11 +456581,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -450487,7 +456602,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -450505,7 +456620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -450853,7 +456968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -450877,13 +456992,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -450903,11 +457023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -450935,7 +457050,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -450959,7 +457074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -451294,7 +457409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -451318,13 +457433,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -451344,11 +457464,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -451376,7 +457491,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -451400,7 +457515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -451519,7 +457634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -451538,6 +457653,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -451557,11 +457677,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -451781,7 +457896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -451805,13 +457920,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -451831,11 +457951,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -451863,7 +457978,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -451887,7 +458002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -452198,7 +458313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -452222,13 +458337,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -452248,11 +458368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -452280,7 +458395,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -452304,7 +458419,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -452374,7 +458489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -452397,6 +458512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -452416,11 +458536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -452688,7 +458803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -452712,13 +458827,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -452738,11 +458858,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -452770,7 +458885,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -452794,7 +458909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -452864,7 +458979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -452887,6 +459002,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -452906,11 +459026,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -453154,7 +459269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -453178,13 +459293,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -453204,11 +459324,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -453236,7 +459351,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -453260,7 +459375,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -453330,7 +459445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -453353,6 +459468,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -453372,11 +459492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -453404,7 +459519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -453423,6 +459538,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -453442,11 +459562,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -453666,7 +459781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -453690,13 +459805,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -453716,11 +459836,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -453748,7 +459863,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -453772,7 +459887,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -453842,7 +459957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -453865,6 +459980,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -453884,11 +460004,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -454108,7 +460223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -454132,13 +460247,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -454158,11 +460278,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -454190,7 +460305,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -454214,7 +460329,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -454548,7 +460663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -454572,13 +460687,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -454598,11 +460718,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -454630,7 +460745,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -454654,7 +460769,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -454964,7 +461079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -454988,13 +461103,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -455014,11 +461134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -455046,7 +461161,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -455070,7 +461185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -455164,7 +461279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -455183,6 +461298,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -455202,11 +461322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -455426,7 +461541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -455450,13 +461565,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -455476,11 +461596,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -455508,7 +461623,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -455532,7 +461647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -455818,7 +461933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -455842,13 +461957,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -455868,11 +461988,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -455900,7 +462015,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -455924,7 +462039,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -456184,7 +462299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -456208,13 +462323,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456234,11 +462354,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456266,7 +462381,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -456290,7 +462405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -456496,7 +462611,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -456504,6 +462619,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456523,11 +462643,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456563,7 +462678,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -456572,6 +462687,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456591,11 +462711,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456609,7 +462724,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -456622,6 +462737,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456641,11 +462761,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456671,7 +462786,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -456688,6 +462803,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456707,11 +462827,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456725,7 +462840,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -456737,7 +462852,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -456746,6 +462861,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456765,11 +462885,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456795,7 +462910,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -456807,7 +462922,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -456816,6 +462931,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456835,11 +462955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456865,7 +462980,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -456875,6 +462990,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456894,11 +463014,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456912,7 +463027,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -456925,7 +463040,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -456933,6 +463048,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -456952,11 +463072,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456997,6 +463112,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -457021,16 +463156,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -457051,16 +463176,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -457087,13 +463202,18 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457113,11 +463233,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457131,7 +463246,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -457143,7 +463258,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -457155,6 +463270,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457174,11 +463294,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457192,7 +463307,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -457204,7 +463319,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -457229,6 +463344,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457248,11 +463368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457266,7 +463381,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -457278,7 +463393,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Fqdn": "System.String", "IpAddress": "System.String" @@ -457286,6 +463401,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457305,11 +463425,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457323,7 +463438,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -457335,8 +463450,9 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -457353,6 +463469,7 @@ "ProvisioningState": "System.String", "PrivateIpAllocationMethod": "System.String", "ApplicationSecurityGroupsText": "System.String", + "GatewayLoadBalancerText": "System.String", "PrivateLinkConnectionPropertiesText": "System.String", "VirtualNetworkTapsText": "System.String", "Etag": "System.String", @@ -457385,6 +463502,16 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457404,11 +463531,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457419,18 +463541,75 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation": { + "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Fqdns": "System.Collections.Generic.List`1[System.String]", - "RequiredMemberName": "System.String", - "GroupId": "System.String" + "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", + "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", + "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Name": "System.String", + "PublicIPPrefixText": "System.String", + "PublicIpAddressText": "System.String", + "SubnetText": "System.String", + "LoadBalancingRulesText": "System.String", + "OutboundRulesText": "System.String", + "InboundNatPoolsText": "System.String", + "PrivateIpAddress": "System.String", + "InboundNatRulesText": "System.String", + "ZonesText": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "PrivateIpAddressVersion": "System.String", + "PrivateIpAllocationMethod": "System.String", + "GatewayLoadBalancerText": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeInboundNatRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeInboundNatPools", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeOutboundRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeLoadBalancingRules", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeZones", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ShouldSerializeGatewayLoadBalancer", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457450,11 +463629,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457468,7 +463642,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", @@ -457500,6 +463674,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457519,11 +463698,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457537,7 +463711,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -457545,6 +463719,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457564,11 +463743,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457592,7 +463766,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -457608,6 +463782,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457627,11 +463806,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457645,7 +463819,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSubnet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -457715,6 +463889,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457734,11 +463913,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457752,7 +463926,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -457796,6 +463970,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457815,11 +463994,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457833,7 +464007,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -457845,7 +464019,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -457894,6 +464068,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457913,11 +464092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457931,7 +464105,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "AppliedDnsServers": "System.Collections.Generic.List`1[System.String]", @@ -457944,6 +464118,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -457963,11 +464142,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -457981,7 +464155,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -457993,7 +464167,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -458006,6 +464180,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458025,11 +464204,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458043,7 +464217,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -458065,96 +464239,10 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "InboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "InboundNatPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "OutboundRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Name": "System.String", - "PublicIPPrefixText": "System.String", - "PublicIpAddressText": "System.String", - "SubnetText": "System.String", - "LoadBalancingRulesText": "System.String", - "OutboundRulesText": "System.String", - "PrivateIpAddress": "System.String", - "InboundNatRulesText": "System.String", - "ZonesText": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "PrivateIpAddressVersion": "System.String", - "PrivateIpAllocationMethod": "System.String", - "InboundNatPoolsText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ShouldSerializeInboundNatRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeInboundNatPools", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeOutboundRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeLoadBalancingRules", - "Parameters": [], - "ReturnType": "System.Boolean" - }, - { - "Name": "ShouldSerializeZones", - "Parameters": [], - "ReturnType": "System.Boolean" }, { "Name": "ToString", @@ -458175,11 +464263,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458190,22 +464273,10 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSResourceId" - ], - "Methods": [], - "Constructors": [] - }, "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -458215,7 +464286,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458227,7 +464298,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -458250,6 +464321,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458269,11 +464345,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458299,7 +464370,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458311,7 +464382,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -458327,6 +464398,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458346,11 +464422,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458364,7 +464435,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458376,7 +464447,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -458407,6 +464478,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458426,11 +464502,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458444,7 +464515,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458456,7 +464527,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -458469,6 +464540,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458488,11 +464564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458506,7 +464577,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458518,7 +464589,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDelegation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -458530,6 +464601,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458549,11 +464625,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458567,7 +464638,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458579,7 +464650,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458591,7 +464662,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -458632,6 +464703,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458651,11 +464727,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458669,7 +464740,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458681,7 +464752,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Fqdn": "System.String" @@ -458689,6 +464760,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458708,11 +464784,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458726,7 +464797,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458738,7 +464809,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -458754,6 +464825,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458773,11 +464849,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458791,7 +464862,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -458800,6 +464871,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458819,11 +464895,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458834,10 +464905,22 @@ } ] }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSResourceId" + ], + "Methods": [], + "Constructors": [] + }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458849,7 +464932,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -458861,6 +464944,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458880,11 +464968,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458898,7 +464981,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458910,7 +464993,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -458922,6 +465005,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458941,11 +465029,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -458959,7 +465042,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -458971,7 +465054,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.List`1[System.String]", "Service": "System.String", @@ -458980,6 +465063,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -458999,11 +465087,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459017,7 +465100,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459029,7 +465112,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -459059,6 +465142,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459078,11 +465166,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459096,7 +465179,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459108,7 +465191,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -459121,6 +465204,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459140,11 +465228,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459158,7 +465241,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabel": "System.String", "Fqdn": "System.String", @@ -459167,6 +465250,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459186,11 +465274,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459204,7 +465287,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -459212,6 +465295,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459231,11 +465319,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459249,7 +465332,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459261,7 +465344,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -459269,6 +465352,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459288,11 +465376,52 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Fqdns": "System.Collections.Generic.List`1[System.String]", + "RequiredMemberName": "System.String", + "GroupId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -459306,7 +465435,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459318,17 +465447,19 @@ "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "TunnelInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", "ProvisioningState": "System.String", "BackendIpConfigurationsText": "System.String", "LoadBalancingRulesText": "System.String", "LoadBalancerBackendAddressesText": "System.String", "OutboundRuleText": "System.String", + "TunnelInterfacesText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -459336,6 +465467,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ShouldSerializeTunnelInterfaces", + "Parameters": [], + "ReturnType": "System.Boolean" + }, { "Name": "ShouldSerializeBackendIpConfigurations", "Parameters": [], @@ -459346,6 +465482,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459365,11 +465506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459383,7 +465519,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459395,7 +465531,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -459411,6 +465547,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459430,11 +465571,65 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Port": "System.Int32", + "Identifier": "System.Int32", + "Protocol": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -459448,7 +465643,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459460,7 +465655,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -459490,6 +465685,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459509,11 +465709,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459527,7 +465722,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459539,7 +465734,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459551,7 +465746,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -459592,6 +465787,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459611,11 +465811,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459629,7 +465824,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -459637,6 +465832,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459656,11 +465856,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459674,7 +465869,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459686,7 +465881,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -459694,6 +465889,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459713,11 +465913,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459731,7 +465926,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459743,7 +465938,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -459762,6 +465957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459781,11 +465981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459799,7 +465994,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459811,7 +466006,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -459823,6 +466018,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459842,11 +466042,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459860,7 +466055,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459872,7 +466067,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -459898,6 +466093,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459917,11 +466117,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459935,7 +466130,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -459947,7 +466142,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -459960,6 +466155,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -459979,11 +466179,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -459997,7 +466192,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460009,7 +466204,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -460024,6 +466219,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460043,11 +466243,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460061,7 +466256,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460073,7 +466268,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -460086,6 +466281,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460105,11 +466305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460123,7 +466318,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460135,7 +466330,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Primary": "System.Nullable`1[System.Boolean]", @@ -460151,6 +466346,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460170,11 +466370,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460188,7 +466383,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460200,7 +466395,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -460222,6 +466417,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460241,11 +466441,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460259,7 +466454,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -460268,6 +466463,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460287,11 +466487,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460305,7 +466500,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460317,7 +466512,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -460339,6 +466534,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460358,11 +466558,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460376,7 +466571,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460388,7 +466583,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -460413,6 +466608,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460432,11 +466632,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460450,7 +466645,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460462,7 +466657,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -460480,6 +466675,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460499,11 +466699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460517,7 +466712,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460529,7 +466724,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -460542,6 +466737,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460561,11 +466761,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460579,7 +466774,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -460591,6 +466786,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460610,11 +466810,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460628,7 +466823,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -460637,6 +466832,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460656,11 +466856,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460674,7 +466869,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460686,7 +466881,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -460694,6 +466889,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460713,11 +466913,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460731,7 +466926,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460743,7 +466938,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -460753,6 +466948,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460772,11 +466972,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460790,7 +466985,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460802,7 +466997,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -460817,6 +467012,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460836,11 +467036,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460864,7 +467059,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460876,7 +467071,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -460891,6 +467086,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460910,11 +467110,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460928,13 +467123,18 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -460954,11 +467154,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -460972,7 +467167,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -460984,9 +467179,11 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", + "ValidatedCertData": "System.String", + "ClientCertIssuerDN": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -460996,6 +467193,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461015,11 +467217,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461033,7 +467230,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461045,7 +467242,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -461057,6 +467254,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461076,11 +467278,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461094,7 +467291,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461106,7 +467303,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -461126,6 +467323,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461145,11 +467347,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461163,7 +467360,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461175,7 +467372,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -461197,6 +467394,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461216,11 +467418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461413,7 +467610,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -461421,6 +467618,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461440,11 +467642,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461458,7 +467655,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461470,7 +467667,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -461479,6 +467676,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461498,11 +467700,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461516,7 +467713,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461528,7 +467725,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -461537,6 +467734,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461556,11 +467758,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461574,7 +467771,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461586,7 +467783,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -461594,6 +467791,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461613,11 +467815,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461631,7 +467828,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461643,7 +467840,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String", "State": "System.String" @@ -461651,6 +467848,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461670,11 +467872,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461688,7 +467885,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -461699,6 +467896,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461718,11 +467920,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461736,7 +467933,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461748,7 +467945,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -461760,6 +467957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461779,11 +467981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461797,7 +467994,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461809,7 +468006,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -461823,6 +468020,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461842,11 +468044,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461860,7 +468057,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -461872,7 +468069,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -461880,6 +468077,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461899,11 +468101,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461917,7 +468114,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String", @@ -461926,6 +468123,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461945,11 +468147,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461963,7 +468160,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BandwidthInMbps": "System.Int32", "PeeringLocation": "System.String", @@ -461972,6 +468169,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461991,11 +468193,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462009,7 +468206,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462021,7 +468218,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -462033,6 +468230,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462052,11 +468254,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462070,7 +468267,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462082,7 +468279,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -462114,6 +468311,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462133,11 +468335,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462151,7 +468348,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", @@ -462167,6 +468364,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462186,11 +468388,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462204,7 +468401,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvertisedPublicPrefixes": "System.Collections.Generic.List`1[System.String]", "AdvertisedCommunities": "System.Collections.Generic.List`1[System.String]", @@ -462218,6 +468415,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462237,11 +468439,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462255,7 +468452,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -462285,6 +468482,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462304,11 +468506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462322,7 +468519,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462334,7 +468531,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -462346,6 +468543,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462365,11 +468567,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462383,7 +468580,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462395,7 +468592,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -462414,6 +468611,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462433,11 +468635,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462451,7 +468648,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "CircuitConnectionStatus": "System.String" @@ -462459,6 +468656,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462478,11 +468680,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462496,7 +468693,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462508,7 +468705,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -462526,6 +468723,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462545,11 +468747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462575,13 +468772,18 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462601,11 +468803,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462619,7 +468816,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462631,7 +468828,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -462657,6 +468854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462676,11 +468878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462706,7 +468903,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -462714,6 +468911,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462733,11 +468935,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462751,7 +468948,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462763,7 +468960,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462775,7 +468972,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -462809,6 +469006,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462828,11 +469030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462846,7 +469043,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462858,23 +469055,25 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "FrontendPort": "System.Int32", "BackendPort": "System.Int32", "EnableFloatingIP": "System.Nullable`1[System.Boolean]", "EnableTcpReset": "System.Nullable`1[System.Boolean]", "DisableOutboundSNAT": "System.Nullable`1[System.Boolean]", "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Protocol": "System.String", "Name": "System.String", "ProbeText": "System.String", + "BackendAddressPoolsText": "System.String", "BackendAddressPoolText": "System.String", - "ProvisioningState": "System.String", + "Protocol": "System.String", "Etag": "System.String", + "ProvisioningState": "System.String", "LoadDistribution": "System.String", "FrontendIPConfigurationText": "System.String", "Id": "System.String" @@ -462892,6 +469091,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462911,11 +469115,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -462929,7 +469128,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -462941,7 +469140,7 @@ "Microsoft.Azure.Commands.Network.Models.PSOutboundRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -462964,6 +469163,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -462983,11 +469187,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463001,7 +469200,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463013,7 +469212,7 @@ "Microsoft.Azure.Commands.Network.Models.PSProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -463050,6 +469249,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463069,11 +469273,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463087,7 +469286,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -463095,6 +469294,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463114,11 +469318,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463132,7 +469331,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463144,7 +469343,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463156,7 +469355,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -463164,6 +469363,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463183,11 +469387,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463201,7 +469400,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463213,7 +469412,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -463225,6 +469424,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463244,11 +469448,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463262,7 +469461,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463274,7 +469473,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -463286,6 +469485,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463305,11 +469509,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463323,7 +469522,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAddressSpace": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "AddressPrefixesText": "System.String" @@ -463331,6 +469530,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463350,11 +469554,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463368,7 +469567,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpPeeringAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", "PeerWeight": "System.Nullable`1[System.Int32]", @@ -463378,6 +469577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463397,11 +469601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463415,7 +469614,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463427,7 +469626,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -463436,6 +469635,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463455,11 +469659,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463473,7 +469672,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Int32", "Name": "System.String", @@ -463482,6 +469681,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463501,11 +469705,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463519,7 +469718,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", @@ -463544,6 +469743,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463563,11 +469767,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463581,7 +469780,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463593,7 +469792,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -463607,6 +469806,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463626,11 +469830,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463644,7 +469843,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463656,7 +469855,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRadiusServer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RadiusServerScore": "System.Int32", "RadiusServerSecret": "System.String", @@ -463665,6 +469864,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463684,11 +469888,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463702,7 +469901,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463714,7 +469913,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -463725,6 +469924,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463744,11 +469948,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463762,7 +469961,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463774,7 +469973,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -463785,6 +469984,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463804,11 +470008,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463822,7 +470021,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463834,7 +470033,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -463849,6 +470048,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463868,11 +470072,128 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "VirtualNetworkGatewayNatRulePropertiesType": "System.String", + "Mode": "System.String", + "IpConfigurationId": "System.String", + "ProvisioningState": "System.String", + "InternalMappingsText": "System.String", + "ExternalMappingsText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AddressSpace": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -463886,7 +470207,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkCommunity": "System.String", "RegionalCommunity": "System.String" @@ -463899,6 +470220,11 @@ "Parameters": [], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463918,11 +470244,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463936,7 +470257,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "DnsServersText": "System.String" @@ -463944,6 +470265,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -463963,11 +470289,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -463981,7 +470302,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -463993,8 +470314,9 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RemoteBgpCommunities": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", @@ -464006,10 +470328,12 @@ "Name": "System.String", "RemoteBgpCommunitiesText": "System.String", "RemoteVirtualNetworkAddressSpaceText": "System.String", + "PeeredRemoteAddressSpaceText": "System.String", "RemoteGatewaysText": "System.String", "ResourceGroupName": "System.String", "ProvisioningState": "System.String", "Etag": "System.String", + "PeeringSyncLevel": "System.String", "PeeringState": "System.String", "VirtualNetworkName": "System.String", "RemoteVirtualNetworkText": "System.String", @@ -464018,6 +470342,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464037,11 +470366,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464055,13 +470379,18 @@ "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464081,11 +470410,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464099,7 +470423,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpAllocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -464124,6 +470448,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464143,11 +470472,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464161,7 +470485,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -464173,18 +470497,20 @@ "VirtualNetworkPeerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", "Tag": "System.Collections.Hashtable", "EnableDdosProtection": "System.Nullable`1[System.Boolean]", + "FlowTimeoutInMinutes": "System.Nullable`1[System.Int32]", "Name": "System.String", - "ResourceGroupName": "System.String", "TagsTable": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", + "ResourceGroupName": "System.String", "IpAllocationsText": "System.String", - "BgpCommunitiesText": "System.String", + "SubnetsText": "System.String", "EnableDdosProtectionText": "System.String", "VirtualNetworkPeeringsText": "System.String", + "BgpCommunitiesText": "System.String", "Etag": "System.String", - "SubnetsText": "System.String", + "FlowTimeoutInMinutesText": "System.String", "DhcpOptionsText": "System.String", "AddressSpaceText": "System.String", "ProvisioningState": "System.String", @@ -464194,6 +470520,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464213,11 +470544,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464231,7 +470557,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464243,7 +470569,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -464255,6 +470581,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464274,11 +470605,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464292,7 +470618,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]", "VpnClientConnectionsCount": "System.Int32", @@ -464303,6 +470629,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464322,11 +470653,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464340,7 +470666,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464352,7 +470678,7 @@ "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -464367,6 +470693,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464386,11 +470717,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464404,7 +470730,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -464415,6 +470741,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464434,11 +470765,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464452,7 +470778,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ids": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Labels": "System.Collections.Generic.List`1[System.String]" @@ -464460,6 +470786,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464479,11 +470810,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464497,13 +470823,18 @@ "Microsoft.Azure.Commands.Network.Models.PSVnetRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StaticRoutes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464523,11 +470854,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464541,7 +470867,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464553,7 +470879,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStaticRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -464562,6 +470888,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464581,11 +470912,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464599,7 +470925,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464611,7 +470937,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", "Tag": "System.Collections.Hashtable", @@ -464631,6 +470957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464650,11 +470981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464668,7 +470994,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464680,7 +471006,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", "RuleGroupName": "System.String", @@ -464690,6 +471016,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464709,11 +471040,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464727,7 +471053,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464739,7 +471065,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.Int32", "Description": "System.String" @@ -464747,6 +471073,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464766,11 +471097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464784,7 +471110,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464796,7 +471122,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", @@ -464806,6 +471132,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464825,11 +471156,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464843,7 +471169,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464855,7 +471181,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "Servers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", @@ -464865,6 +471191,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464884,11 +471215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464902,7 +471228,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464914,7 +471240,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "Address": "System.String", @@ -464924,6 +471250,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -464943,11 +471274,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -464961,7 +471287,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -464973,7 +471299,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -464986,6 +471312,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465005,11 +471336,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465023,7 +471349,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -465061,6 +471387,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465080,11 +471411,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465098,7 +471424,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -465110,7 +471436,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsAuthorizedToUse": "System.Boolean", "CommunityPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -465123,6 +471449,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465142,11 +471473,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465160,7 +471486,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterface": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -465170,6 +471496,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465189,11 +471520,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465220,7 +471546,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -465232,7 +471558,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -465249,6 +471575,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465268,11 +471599,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465286,13 +471612,18 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465312,11 +471643,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465330,7 +471656,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", "BoundsText": "System.String" @@ -465338,6 +471664,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465357,11 +471688,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465375,7 +471701,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Min": "System.Int32", "Max": "System.Int32" @@ -465383,6 +471709,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465402,11 +471733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465420,13 +471746,18 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465446,11 +471777,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465464,7 +471790,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -465476,7 +471802,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -465493,6 +471819,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465512,11 +471843,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465530,7 +471856,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -465542,7 +471868,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -465560,6 +471886,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465579,11 +471910,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465597,7 +471923,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CknSecretIdentifier": "System.String", "CakSecretIdentifier": "System.String", @@ -465607,6 +471933,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465626,11 +471957,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465644,7 +471970,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -465656,7 +471982,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ValueInGbps": "System.Nullable`1[System.Int32]", "OfferName": "System.String" @@ -465664,6 +471990,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465683,11 +472014,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465701,7 +472027,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -465713,7 +472039,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ValueInMbps": "System.Int32", "OfferName": "System.String" @@ -465721,6 +472047,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465740,11 +472071,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465758,7 +472084,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]" @@ -465766,6 +472092,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465785,11 +472116,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465803,7 +472129,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -465811,6 +472137,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465830,11 +472161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465848,7 +472174,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", "GenericTypeArguments": [], @@ -465858,13 +472184,18 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465884,11 +472215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465902,7 +472228,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -465916,6 +472242,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465935,11 +472266,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465953,7 +472279,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -465961,6 +472287,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -465980,11 +472311,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -465998,7 +472324,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -466006,6 +472332,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466025,11 +472356,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466060,6 +472386,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466079,11 +472410,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466107,7 +472433,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -466119,7 +472445,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -466163,6 +472489,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466182,11 +472513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466200,13 +472526,18 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466226,11 +472557,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466244,7 +472570,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -466256,7 +472582,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -466288,6 +472614,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466307,11 +472638,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466325,7 +472651,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -466337,7 +472663,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -466360,6 +472686,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466379,11 +472710,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466397,7 +472723,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -466409,7 +472735,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -466421,7 +472747,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -466465,6 +472791,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466484,11 +472815,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466502,13 +472828,18 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466528,11 +472859,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466546,7 +472872,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -466558,7 +472884,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -466589,6 +472915,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466608,11 +472939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466626,7 +472952,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -466638,7 +472964,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -466682,6 +473008,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466701,11 +473032,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466719,7 +473045,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -466731,7 +473057,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -466763,6 +473089,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -466782,11 +473113,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -466800,7 +473126,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", @@ -467038,6 +473364,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467057,11 +473388,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467075,7 +473401,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -467091,6 +473417,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467110,11 +473441,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467128,7 +473454,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -467136,6 +473462,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467155,11 +473486,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467173,7 +473499,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Mode": "System.String" @@ -467181,6 +473507,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467200,11 +473531,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467218,7 +473544,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BypassTrafficSettings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting]", "SignatureOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride]" @@ -467226,6 +473552,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467245,11 +473576,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467263,7 +473589,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -467275,7 +473601,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceAddresses": "System.Collections.Generic.List`1[System.String]", "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", @@ -467289,6 +473615,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467308,11 +473639,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467326,7 +473652,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -467338,7 +473664,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Mode": "System.String" @@ -467346,6 +473672,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467365,11 +473696,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467383,13 +473709,18 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tier": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467409,11 +473740,50 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateRanges": "System.Collections.Generic.IList`1[System.String]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -467427,7 +473797,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -467435,6 +473805,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467454,11 +473829,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467472,13 +473842,18 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthority": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467498,11 +473873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467516,7 +473886,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "KeyVaultSecretId": "System.String" @@ -467524,6 +473894,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467543,11 +473918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467573,7 +473943,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -467594,6 +473964,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467613,11 +473988,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467631,7 +474001,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -467643,7 +474013,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "RuleCollectionType": "System.String", @@ -467652,6 +474022,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467671,11 +474046,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467689,7 +474059,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -467707,6 +474077,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467726,11 +474101,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467744,7 +474114,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -467756,7 +474126,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.Commands.Network.Models.PSContainer", "ContainerNetworkInterfaceConfiguration": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", @@ -467772,6 +474142,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467791,11 +474166,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467809,13 +474179,18 @@ "Microsoft.Azure.Commands.Network.Models.PSContainer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467835,11 +474210,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467853,7 +474223,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -467867,6 +474237,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467886,11 +474261,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467904,7 +474274,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -467916,7 +474286,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "ProvisioningState": "System.String", @@ -467928,6 +474298,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -467947,11 +474322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -467965,7 +474335,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -467977,7 +474347,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -467993,6 +474363,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468012,11 +474387,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468030,7 +474400,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468042,7 +474412,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468054,7 +474424,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", "Id": "System.String", @@ -468063,6 +474433,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468082,11 +474457,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468100,7 +474470,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Region": "System.String", @@ -468110,6 +474480,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468129,11 +474504,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468147,7 +474517,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -468156,6 +474526,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468175,11 +474550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468193,7 +474563,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468205,7 +474575,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468217,7 +474587,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PublicIpAddress": "System.String", @@ -468226,6 +474596,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468245,11 +474620,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468263,7 +474633,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468275,7 +474645,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceCount": "System.Nullable`1[System.Int32]", "ScaleUnit": "System.String" @@ -468283,6 +474653,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468302,11 +474677,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468320,7 +474690,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Address": "System.String", @@ -468329,6 +474699,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468348,11 +474723,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468366,7 +474736,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Nullable`1[System.Int32]", "ResourceId": "System.String" @@ -468374,6 +474744,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468393,11 +474768,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468446,7 +474816,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468458,7 +474828,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -468467,6 +474837,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468486,11 +474861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468504,13 +474874,18 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceResourceId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468530,11 +474905,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468548,7 +474918,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468560,7 +474930,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -468574,6 +474944,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468593,11 +474968,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468611,7 +474981,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468623,7 +474993,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope", "Name": "System.String", @@ -468636,6 +475006,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468655,11 +475030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468673,7 +475043,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]", "Exclude": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]", @@ -468683,6 +475053,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468702,11 +475077,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468720,7 +475090,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468732,13 +475102,18 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468758,11 +475133,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468776,7 +475146,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468788,7 +475158,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -468801,6 +475171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468820,11 +475195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468838,11 +475208,16 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468862,11 +475237,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468880,7 +475250,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoundTripTimeMs": "System.Nullable`1[System.Double]", "ChecksFailedPercent": "System.Nullable`1[System.Int32]" @@ -468888,6 +475258,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468907,11 +475282,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468925,7 +475295,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468937,7 +475307,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hops": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -468949,6 +475319,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -468968,11 +475343,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -468986,7 +475356,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -468998,7 +475368,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Issues": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", "NextHopIds": "System.Collections.Generic.List`1[System.String]", @@ -469011,6 +475381,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469030,11 +475405,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469048,7 +475418,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469060,7 +475430,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "System.Collections.Generic.List`1[System.Collections.Generic.Dictionary`2[System.String,System.String]]", "Origin": "System.String", @@ -469070,6 +475440,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469089,11 +475464,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469119,7 +475489,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Version": "System.Nullable`1[System.Int32]", "Type": "System.String" @@ -469127,6 +475497,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469146,11 +475521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469164,7 +475534,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -469172,6 +475542,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469191,11 +475566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469209,7 +475579,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkWatcherFlowAnalyticsConfiguration": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties" }, @@ -469221,6 +475591,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469240,11 +475615,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469258,7 +475628,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "TrafficAnalyticsInterval": "System.Nullable`1[System.Int32]", @@ -469274,6 +475644,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469293,11 +475668,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469311,7 +475681,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStorageLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageId": "System.String", "StoragePath": "System.String", @@ -469320,6 +475690,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469339,11 +475714,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469357,7 +475727,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469369,7 +475739,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -469380,6 +475750,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469399,11 +475774,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469417,7 +475787,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469429,7 +475799,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", @@ -469439,6 +475809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469458,11 +475833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469476,7 +475846,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469488,7 +475858,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "Cities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", @@ -469498,6 +475868,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469517,11 +475892,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469535,7 +475905,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469547,7 +475917,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "CityName": "System.String" @@ -469555,6 +475925,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469574,11 +475949,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469592,7 +475962,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Country": "System.String", "State": "System.String", @@ -469601,6 +475971,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469620,11 +475995,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469638,7 +476008,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469650,7 +476020,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Latencies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", "Provider": "System.String", @@ -469660,6 +476030,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469679,11 +476054,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469697,7 +476067,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469709,7 +476079,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "Score": "System.Nullable`1[System.Int32]" @@ -469717,6 +476087,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469736,11 +476111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469754,7 +476124,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469766,7 +476136,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EffectiveSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", "NetworkInterfaceSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -469781,6 +476151,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469800,11 +476175,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469818,7 +476188,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469830,7 +476200,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyResource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Associations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", "Name": "System.String", @@ -469841,6 +476211,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469860,11 +476235,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469878,7 +476248,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469890,7 +476260,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AssociationType": "System.String", "Name": "System.String", @@ -469899,6 +476269,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469918,11 +476293,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469936,7 +476306,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -469948,7 +476318,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", "Id": "System.String", @@ -469960,6 +476330,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -469979,11 +476354,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -469997,7 +476367,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470009,7 +476379,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "ActionText": "System.String", @@ -470019,6 +476389,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470038,11 +476413,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470056,7 +476426,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470068,7 +476438,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", "Name": "System.String", @@ -470079,6 +476449,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470098,11 +476473,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470116,7 +476486,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470128,7 +476498,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddresses": "System.Collections.Generic.IList`1[System.String]", "Ttl": "System.Int32", @@ -470141,6 +476511,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470160,11 +476535,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470178,7 +476548,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subscriptions": "System.Collections.Generic.List`1[System.String]", "SubscriptionsText": "System.String" @@ -470186,6 +476556,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470205,11 +476580,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470223,7 +476593,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470235,7 +476605,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -470251,6 +476621,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470270,11 +476645,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470288,7 +476658,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470300,7 +476670,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -470318,6 +476688,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470337,11 +476712,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470355,7 +476725,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470367,7 +476737,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVHubRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -470378,6 +476748,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470397,11 +476772,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470415,7 +476785,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -470427,6 +476797,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470446,11 +476821,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470464,7 +476834,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470476,7 +476846,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -470488,6 +476858,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470507,11 +476882,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470525,7 +476895,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470537,7 +476907,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "ProvisioningState": "System.String", @@ -470548,6 +476918,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470567,11 +476942,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470585,7 +476955,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470597,7 +476967,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -470611,6 +476981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470630,11 +477005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470648,7 +477018,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470660,7 +477030,7 @@ "System.Management.Automation.SwitchParameter": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -470670,13 +477040,18 @@ "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470696,11 +477071,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470714,7 +477084,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Allow": "System.Nullable`1[System.Boolean]", "Optimize": "System.Nullable`1[System.Boolean]", @@ -470723,6 +477093,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470742,11 +477117,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470760,7 +477130,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -470782,6 +477152,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470801,11 +477176,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470819,25 +477189,28 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgpRouteTranslationForNat": "System.Boolean", "EnableBgp": "System.Boolean", "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "NatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", "Tag": "System.Collections.Hashtable", "TagsTable": "System.String", - "Name": "System.String", "Type": "System.String", + "Name": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", + "NatRulesText": "System.String", "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", @@ -470853,6 +477226,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470872,11 +477250,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470890,7 +477263,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470902,7 +477275,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -470910,6 +477283,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470929,11 +477307,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -470947,7 +477320,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -470959,7 +477332,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", @@ -470970,6 +477343,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -470989,11 +477367,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471007,7 +477380,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "quickModeSa": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa]", @@ -471026,6 +477399,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471045,11 +477423,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471063,7 +477436,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -471075,7 +477448,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "localTrafficSelectors": "System.Collections.Generic.List`1[System.String]", @@ -471094,6 +477467,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471113,11 +477491,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471131,7 +477504,7 @@ "Microsoft.Azure.Commands.Network.Models.PSUsageName": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -471139,6 +477512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471158,11 +477536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471176,7 +477549,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSite": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -471199,6 +477572,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471218,11 +477596,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471236,13 +477609,18 @@ "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471262,11 +477640,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471280,7 +477653,7 @@ "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Allow": "System.Nullable`1[System.Boolean]", "Optimize": "System.Nullable`1[System.Boolean]", @@ -471289,6 +477662,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471308,11 +477686,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471326,7 +477699,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkSpeedInMbps": "System.Int32", "DeviceVendor": "System.String", @@ -471335,6 +477708,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471354,11 +477732,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471372,7 +477745,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -471384,7 +477757,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -471399,6 +477772,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471418,11 +477796,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471436,7 +477809,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Asn": "System.Nullable`1[System.Int64]", "BgpPeeringAddress": "System.String" @@ -471444,6 +477817,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471463,11 +477841,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471481,7 +477854,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkSpeedInMbps": "System.Int32", "LinkProviderName": "System.String" @@ -471489,6 +477862,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471508,11 +477886,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471526,7 +477899,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadTenant": "System.String", "AadAudience": "System.String", @@ -471535,6 +477908,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471554,11 +477932,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471572,7 +477945,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -471584,7 +477957,7 @@ "Microsoft.Azure.Commands.Network.Models.PSClientCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Thumbprint": "System.String" @@ -471592,6 +477965,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471611,11 +477989,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471629,7 +478002,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -471641,7 +478014,7 @@ "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PublicCertData": "System.String" @@ -471649,6 +478022,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471668,11 +478046,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471686,7 +478059,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -471698,7 +478071,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UseLocalAzureIpAddress": "System.Boolean", @@ -471725,6 +478098,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471744,11 +478122,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471762,7 +478135,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -471774,7 +478147,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -471800,6 +478173,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471819,11 +478197,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471837,7 +478210,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -471849,7 +478222,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "PublicIpAddress": "System.String", @@ -471858,6 +478231,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -471877,11 +478255,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -471895,7 +478268,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -471907,7 +478280,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -471928,62 +478301,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AddressSpace": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, { "Name": "ToString", "Parameters": [], @@ -472003,11 +478325,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472021,7 +478338,7 @@ "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "quickModeSa": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa]", @@ -472040,6 +478357,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472059,11 +478381,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472077,7 +478394,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -472089,7 +478406,7 @@ "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "localTrafficSelectors": "System.Collections.Generic.List`1[System.String]", @@ -472108,6 +478425,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472127,11 +478449,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472145,7 +478462,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -472157,7 +478474,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Profile": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", "NetworkSecurityGroupResult": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult" @@ -472165,6 +478482,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472184,11 +478506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472202,7 +478519,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -472213,6 +478530,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472232,11 +478554,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472250,7 +478567,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EvaluatedNetworkSecurityGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", "SecurityRuleAccessResult": "System.String", @@ -472259,6 +478576,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472278,11 +478600,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472296,7 +478613,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -472308,7 +478625,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchedRule": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", "RulesEvaluationResult": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", @@ -472319,6 +478636,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472338,11 +478660,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472356,7 +478673,7 @@ "Microsoft.Azure.Commands.Network.Models.PSMatchedRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleName": "System.String", "Action": "System.String" @@ -472364,6 +478681,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472383,11 +478705,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472401,7 +478718,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -472413,7 +478730,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolMatched": "System.Boolean", "SourceMatched": "System.Boolean", @@ -472425,6 +478742,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472444,11 +478766,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472462,7 +478779,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -472474,7 +478791,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -472492,6 +478809,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472511,11 +478833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472529,7 +478846,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "RuleType": "System.String" @@ -472537,6 +478854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472556,11 +478878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472574,7 +478891,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -472605,6 +478922,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472624,11 +478946,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472642,7 +478959,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -472654,7 +478971,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -472662,6 +478979,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -472681,11 +479003,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -472741,7 +479058,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ diff --git a/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json b/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json index 53bb23672617..155193ae2399 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -36,6 +36,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55,11 +60,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94,7 +94,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -137,6 +137,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156,11 +161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -192,7 +192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -210,7 +210,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269,7 +269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -312,6 +312,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -331,11 +336,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -373,7 +373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -397,7 +397,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -474,7 +474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -494,6 +494,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -513,11 +518,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -540,7 +540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -559,6 +559,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -578,11 +583,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -637,7 +637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -652,6 +652,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -676,16 +696,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -706,16 +716,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -740,7 +740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -815,7 +815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -834,6 +834,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -853,11 +858,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -924,7 +924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -939,6 +939,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -963,16 +983,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -993,16 +1003,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -1033,7 +1033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1126,7 +1126,7 @@ "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "AzureRSVaultDataMoveParameterSet", "OutputTypes": [ { "Type": { @@ -1151,7 +1151,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CorrelationIdForDataMove", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1202,7 +1220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -1216,6 +1234,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1235,11 +1258,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1271,7 +1289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -1285,6 +1303,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1304,11 +1327,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1340,7 +1358,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1355,7 +1373,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "AzureRSVaultDataMoveParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -1364,7 +1382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1383,51 +1401,87 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "SourceVault", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceVault", + "Name": "TargetVault", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -1441,6 +1495,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1460,11 +1519,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1491,18 +1545,134 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": 2, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "TargetVault", + "Name": "RetryOnlyFailed", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "AzureRSVaultTriggerMoveParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CorrelationIdForDataMove", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceVault", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -1516,6 +1686,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1535,11 +1710,81 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetVault", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -1572,16 +1817,75 @@ }, { "ParameterMetadata": { - "Name": "RetryOnlyFailed", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -1632,7 +1936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1649,6 +1953,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1668,11 +1977,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1707,7 +2011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1722,6 +2026,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -1746,16 +2070,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -1776,16 +2090,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -1810,7 +2114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1825,6 +2129,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -1849,16 +2173,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -1879,16 +2193,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -1913,7 +2217,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1988,7 +2292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2005,6 +2309,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2024,11 +2333,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2069,7 +2373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2084,6 +2388,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2108,16 +2432,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2138,16 +2452,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2178,7 +2482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2193,6 +2497,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -2217,16 +2541,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -2247,16 +2561,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -2287,7 +2591,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2386,7 +2690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -2406,6 +2710,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2425,11 +2734,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2452,7 +2756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2471,6 +2775,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2490,11 +2799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2529,7 +2833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2547,7 +2851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2622,7 +2926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2641,6 +2945,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2660,11 +2969,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2705,7 +3009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2729,7 +3033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2828,7 +3132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2846,6 +3150,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2865,11 +3174,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2892,7 +3196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2910,6 +3214,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2929,11 +3238,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2955,7 +3259,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3030,7 +3334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -3048,6 +3352,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3067,11 +3376,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3099,7 +3403,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3198,7 +3502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -3218,6 +3522,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3237,11 +3546,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3280,7 +3584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -3300,6 +3604,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3319,11 +3628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3359,7 +3663,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3377,7 +3681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -3388,6 +3692,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3407,11 +3716,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3465,7 +3769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -3476,6 +3780,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3495,11 +3804,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3555,7 +3859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -3575,7 +3879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -3634,7 +3938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -3654,6 +3958,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3673,11 +3982,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3763,7 +4067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3789,7 +4093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -3809,6 +4113,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3828,11 +4137,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3918,7 +4222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -3929,6 +4233,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3948,11 +4257,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4014,7 +4318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -4034,6 +4338,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4053,11 +4362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4143,7 +4447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -4154,6 +4458,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4173,11 +4482,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4239,7 +4543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -4265,7 +4569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -4285,6 +4589,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4304,11 +4613,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4394,7 +4698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -4405,6 +4709,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4424,11 +4733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4490,7 +4794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -4516,7 +4820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -4536,6 +4840,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4555,11 +4864,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4674,7 +4978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -4691,6 +4995,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4710,11 +5019,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4749,7 +5053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4764,6 +5068,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -4788,16 +5112,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -4818,16 +5132,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -4852,7 +5156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4867,6 +5171,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -4891,16 +5215,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -4921,16 +5235,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -4955,7 +5259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -4970,6 +5274,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4989,11 +5298,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5015,7 +5319,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5090,7 +5394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -5107,6 +5411,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5126,11 +5435,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5171,7 +5475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5186,6 +5490,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -5210,16 +5534,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -5240,16 +5554,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -5280,7 +5584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5295,6 +5599,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -5319,16 +5643,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -5349,16 +5663,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -5389,7 +5693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -5404,6 +5708,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5423,11 +5732,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5455,7 +5759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5554,7 +5858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -5574,6 +5878,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5593,11 +5902,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5620,7 +5924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -5635,6 +5939,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5654,11 +5963,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5698,7 +6002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -5715,6 +6019,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5734,11 +6043,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5827,7 +6131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -5846,6 +6150,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5865,11 +6174,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5940,7 +6244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5958,7 +6262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6033,7 +6337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -6048,6 +6352,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6067,11 +6376,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6263,7 +6567,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6287,7 +6591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -6302,6 +6606,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6321,11 +6630,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6517,7 +6821,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6541,7 +6845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -6556,6 +6860,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6575,11 +6884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6723,7 +7027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -6738,6 +7042,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6757,11 +7066,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6857,7 +7161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -6874,6 +7178,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6893,11 +7202,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6938,7 +7242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -6953,6 +7257,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6972,11 +7281,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7072,7 +7376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -7091,6 +7395,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7110,11 +7419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7203,7 +7507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7227,7 +7531,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7251,7 +7555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -7266,6 +7570,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7285,11 +7594,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7392,7 +7696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -7401,6 +7705,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7420,11 +7729,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7551,7 +7855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificEventDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails", "EventSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails", @@ -7569,6 +7873,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7588,11 +7897,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7697,7 +8001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -7710,6 +8014,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7729,11 +8038,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8242,7 +8546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8255,6 +8559,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8274,11 +8583,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8518,7 +8822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8531,6 +8835,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8550,11 +8859,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8851,7 +9155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -8873,6 +9177,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8892,11 +9201,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8947,7 +9251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -8969,6 +9273,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8988,11 +9297,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9215,7 +9519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -9237,6 +9541,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9256,11 +9565,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9547,7 +9851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -9559,6 +9863,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9578,11 +9887,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9615,7 +9919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9628,6 +9932,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9647,11 +9956,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9758,7 +10062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9771,6 +10075,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9790,11 +10099,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9876,7 +10180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -9889,6 +10193,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9908,11 +10217,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10018,7 +10322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10031,6 +10335,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10050,11 +10359,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10213,7 +10517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -10235,6 +10539,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -10249,11 +10558,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10304,7 +10608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -10316,6 +10620,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10335,11 +10644,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10371,7 +10675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10384,6 +10688,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10403,11 +10712,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10502,7 +10806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -10514,6 +10818,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10533,11 +10842,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10643,7 +10947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10656,6 +10960,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10675,11 +10984,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10814,7 +11118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -10826,6 +11130,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10845,11 +11154,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11146,7 +11450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -11167,6 +11471,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11186,11 +11495,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11295,7 +11599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -11310,6 +11614,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11329,11 +11638,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11436,7 +11740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -11451,6 +11755,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11470,11 +11779,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11588,7 +11892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -11603,6 +11907,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11622,11 +11931,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11764,7 +12068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -11779,6 +12083,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11798,11 +12107,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11916,7 +12220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -11931,6 +12235,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11950,11 +12259,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12044,7 +12348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -12059,6 +12363,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12078,11 +12387,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12225,7 +12529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -12240,6 +12544,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12259,11 +12568,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12340,7 +12644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -12353,6 +12657,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12372,11 +12681,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12471,7 +12775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -12484,6 +12788,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12503,11 +12812,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12613,7 +12917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -12626,6 +12930,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12645,11 +12954,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12731,7 +13035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -12744,6 +13048,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12763,11 +13072,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12902,7 +13206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -12921,6 +13225,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12940,11 +13249,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12995,7 +13299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -13010,6 +13314,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13029,11 +13338,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13136,7 +13440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -13151,6 +13455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13170,11 +13479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13264,7 +13568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -13279,6 +13583,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13298,11 +13607,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13445,7 +13749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -13465,6 +13769,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13484,11 +13793,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13856,7 +14160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -13867,6 +14171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13886,11 +14195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13941,7 +14245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -13984,6 +14288,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14003,11 +14312,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14102,7 +14406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -14145,6 +14449,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14164,11 +14473,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14250,7 +14554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -14293,6 +14597,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14312,11 +14621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14451,7 +14755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -14494,6 +14798,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14513,11 +14822,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14586,7 +14890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -14601,6 +14905,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14620,11 +14929,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14664,7 +14968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -14685,6 +14989,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14704,11 +15013,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14821,7 +15125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -14836,6 +15140,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14855,11 +15164,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14973,7 +15277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -14988,6 +15292,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15007,11 +15316,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15101,7 +15405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -15116,6 +15420,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15135,11 +15444,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15229,7 +15533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -15250,6 +15554,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15269,11 +15578,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15426,7 +15730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -15441,6 +15745,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15460,11 +15769,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15533,7 +15837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -15546,6 +15850,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15565,11 +15874,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15664,7 +15968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -15677,6 +15981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15696,11 +16005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15806,7 +16110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -15819,6 +16123,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15838,11 +16147,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15924,7 +16228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -15937,6 +16241,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15956,11 +16265,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16095,7 +16399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -16104,6 +16408,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16123,11 +16432,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16186,7 +16490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -16199,6 +16503,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16218,11 +16527,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16317,7 +16621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -16330,6 +16634,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16349,11 +16658,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16459,7 +16763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -16472,6 +16776,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16491,11 +16800,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16577,7 +16881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -16590,6 +16894,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16609,11 +16918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16748,7 +17052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -16758,6 +17062,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16777,11 +17086,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16822,7 +17126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -16831,6 +17135,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16850,11 +17159,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16939,7 +17243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -16948,6 +17252,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16967,11 +17276,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17043,7 +17347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -17052,6 +17356,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17071,11 +17380,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17200,7 +17504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -17210,6 +17514,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17229,11 +17538,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17358,7 +17662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -17374,6 +17678,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17393,11 +17702,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17448,7 +17752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -17461,6 +17765,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17480,11 +17789,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17641,7 +17945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -17654,6 +17958,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17673,11 +17982,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17783,7 +18087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -17796,6 +18100,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17815,11 +18124,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17954,7 +18258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17968,6 +18272,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17987,11 +18296,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18019,7 +18323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18034,6 +18338,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -18058,16 +18382,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -18088,16 +18402,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -18181,7 +18485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18196,6 +18500,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -18220,16 +18544,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -18250,16 +18564,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -18341,7 +18645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18356,6 +18660,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -18380,16 +18704,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -18410,16 +18724,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -18527,7 +18831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18542,6 +18846,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -18566,16 +18890,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -18596,16 +18910,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -18711,7 +19015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18730,6 +19034,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18749,11 +19058,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18789,7 +19093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18803,6 +19107,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18822,11 +19131,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18853,7 +19157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18868,6 +19172,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -18892,16 +19216,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -18922,16 +19236,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -18956,7 +19260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -18971,6 +19275,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18990,11 +19299,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19034,7 +19338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19049,6 +19353,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19073,16 +19397,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19103,16 +19417,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19137,7 +19441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19152,6 +19456,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19176,16 +19500,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19206,16 +19520,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19240,7 +19544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19255,60 +19559,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, { "Name": "HasFlag", "Parameters": [ @@ -19320,43 +19570,14 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DeleteState", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", - "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -19382,6 +19603,75 @@ ], "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeleteState", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", + "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "CompareTo", "Parameters": [ @@ -19392,12 +19682,26 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ { "Name": "format", "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], "ReturnType": "System.String" @@ -19406,21 +19710,21 @@ "Name": "ToString", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "format", + "Type": "System.String" } ], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "ToString", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { "Name": "GetTypeCode", @@ -19515,7 +19819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19539,7 +19843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19553,6 +19857,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19572,11 +19881,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19609,7 +19913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19624,6 +19928,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19648,16 +19972,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19678,16 +19992,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19742,7 +20046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19757,6 +20061,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19781,16 +20105,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19811,16 +20125,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19851,7 +20155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19866,6 +20170,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19890,16 +20214,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19920,16 +20234,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19960,7 +20264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19975,6 +20279,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19999,16 +20323,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -20029,16 +20343,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -20156,7 +20460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20185,7 +20489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20200,6 +20504,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -20224,16 +20548,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -20254,16 +20568,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -20294,7 +20598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20309,6 +20613,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -20333,16 +20657,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -20363,16 +20677,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -20427,7 +20731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20442,6 +20746,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -20466,16 +20790,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -20496,16 +20810,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -20536,7 +20840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20551,6 +20855,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -20575,16 +20899,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -20605,16 +20919,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -20645,7 +20949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20660,6 +20964,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -20684,16 +21008,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -20714,16 +21028,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -20841,7 +21145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20870,7 +21174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -20885,6 +21189,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20904,11 +21213,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20960,7 +21264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20975,6 +21279,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -20999,16 +21323,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21029,16 +21343,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21069,7 +21373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21084,6 +21388,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21108,16 +21432,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21138,16 +21452,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21178,7 +21482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21193,6 +21497,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21217,16 +21541,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21247,16 +21561,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21374,7 +21678,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21427,7 +21731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21442,6 +21746,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21466,16 +21790,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21496,16 +21810,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21536,7 +21840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21551,6 +21855,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21575,16 +21899,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21605,16 +21919,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21645,7 +21949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21660,6 +21964,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21684,16 +22008,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21714,16 +22028,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21841,7 +22145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21877,7 +22181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -21897,6 +22201,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21916,11 +22225,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21943,7 +22247,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -21963,7 +22267,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22041,7 +22345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -22061,6 +22365,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22080,11 +22389,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22106,7 +22410,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22126,7 +22430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22201,7 +22505,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22227,7 +22531,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22329,7 +22633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -22349,6 +22653,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22368,11 +22677,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22400,7 +22704,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -22426,7 +22730,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22525,7 +22829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -22545,6 +22849,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22564,11 +22873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22591,7 +22895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -22611,6 +22915,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22630,11 +22939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22674,7 +22978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22749,7 +23053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -22769,6 +23073,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22788,11 +23097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22820,7 +23124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22936,7 +23240,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23028,7 +23332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23127,7 +23431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -23141,6 +23445,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23160,11 +23469,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23366,7 +23670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossRegionRestore": "System.Boolean", "BackupStorageRedundancy": "System.String" @@ -23374,6 +23678,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23393,11 +23702,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23420,7 +23724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -23434,6 +23738,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23453,11 +23762,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23528,7 +23832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -23542,6 +23846,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23561,11 +23870,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23656,7 +23960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -23673,6 +23977,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23692,11 +24001,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23732,7 +24036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -23746,6 +24050,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23765,11 +24074,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23814,7 +24118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23829,6 +24133,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -23853,16 +24177,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -23883,16 +24197,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -23917,7 +24221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23932,6 +24236,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -23956,16 +24280,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -23986,16 +24300,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -24113,7 +24417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -24127,6 +24431,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24146,11 +24455,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24183,7 +24487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24198,6 +24502,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24222,16 +24546,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24252,16 +24566,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -24360,7 +24664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -24374,6 +24678,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24393,11 +24702,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24430,7 +24734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24445,6 +24749,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24469,16 +24793,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24499,16 +24813,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -24539,7 +24843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24554,6 +24858,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24578,16 +24902,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24608,16 +24922,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -24788,7 +25092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24803,6 +25107,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24827,16 +25151,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24857,16 +25171,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -25088,7 +25392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -25103,6 +25407,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25122,11 +25431,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25167,7 +25471,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25187,7 +25491,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25356,7 +25660,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25450,7 +25754,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25476,7 +25780,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25645,7 +25949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "EndTime": "System.Nullable`1[System.DateTime]", @@ -25654,6 +25958,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25673,11 +25982,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25740,7 +26044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -25759,6 +26063,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25778,11 +26087,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25817,7 +26121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25944,7 +26248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -25963,6 +26267,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25982,11 +26291,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26027,7 +26331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26119,7 +26423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -26138,6 +26442,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26157,11 +26466,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26202,7 +26506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26294,7 +26598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26393,7 +26697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -26411,6 +26715,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26430,11 +26739,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26497,7 +26801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -26516,6 +26820,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26535,11 +26844,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26610,7 +26914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26737,7 +27041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -26756,6 +27060,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26775,11 +27084,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26820,7 +27124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26912,7 +27216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -26931,6 +27235,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26950,11 +27259,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27043,7 +27347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27135,7 +27439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -27154,6 +27458,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27173,11 +27482,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27218,7 +27522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27310,7 +27614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27409,7 +27713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27419,6 +27723,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27438,11 +27747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27465,7 +27769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27480,6 +27784,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -27504,16 +27828,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -27534,16 +27848,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -27568,7 +27872,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -27627,7 +27931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27642,6 +27946,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -27666,16 +27990,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -27696,16 +28010,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -27736,7 +28040,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -27813,7 +28117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27823,6 +28127,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27842,11 +28151,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27869,7 +28173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -27887,6 +28191,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27906,11 +28215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28007,7 +28311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -28025,6 +28329,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28044,11 +28353,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28175,7 +28479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28185,6 +28489,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28204,11 +28513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28231,7 +28535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28246,6 +28550,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -28270,16 +28594,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -28300,16 +28614,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -28334,7 +28638,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28393,7 +28697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28408,6 +28712,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -28432,16 +28756,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -28462,16 +28776,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -28502,7 +28806,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28579,7 +28883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackedUp": "System.Boolean", "VaultId": "System.String" @@ -28587,6 +28891,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28606,11 +28915,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29131,7 +29435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -29143,6 +29447,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29162,11 +29471,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29202,7 +29506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29220,6 +29524,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29239,11 +29548,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29283,7 +29587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29300,6 +29604,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29319,11 +29628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29358,7 +29662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29377,6 +29681,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29396,11 +29705,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29435,7 +29739,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29453,7 +29757,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29471,7 +29775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29485,6 +29789,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29504,11 +29813,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29535,7 +29839,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29553,7 +29857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29571,6 +29875,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29590,11 +29899,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29691,7 +29995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29709,6 +30013,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29728,11 +30037,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29760,7 +30064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29777,6 +30081,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29796,11 +30105,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29841,7 +30145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29860,6 +30164,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29879,11 +30188,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29924,7 +30228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29948,7 +30252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29972,7 +30276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -29986,6 +30290,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30005,11 +30314,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30042,7 +30346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30066,7 +30370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -30084,6 +30388,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30103,11 +30412,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30251,7 +30555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -30268,6 +30572,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30287,11 +30596,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30332,7 +30636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -30351,6 +30655,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30370,11 +30679,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30415,7 +30719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30439,7 +30743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30463,7 +30767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -30477,6 +30781,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30496,11 +30805,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30533,7 +30837,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30557,7 +30861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -30575,6 +30879,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30594,11 +30903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30718,7 +31022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -30735,6 +31039,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30754,11 +31063,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30799,7 +31103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -30818,6 +31122,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30837,11 +31146,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30882,7 +31186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30906,7 +31210,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30930,7 +31234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -30944,6 +31248,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30963,11 +31272,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31000,7 +31304,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31024,7 +31328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -31042,6 +31346,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31061,11 +31370,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31192,7 +31496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -31206,6 +31510,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31225,11 +31534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31334,7 +31638,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31623,7 +31927,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31746,7 +32050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "encryptionProperties": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig", "StorageModelType": "System.String", @@ -31758,6 +32062,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31777,11 +32086,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31945,13 +32249,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FilePath": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31971,11 +32280,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31998,7 +32302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -32012,6 +32316,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32031,11 +32340,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32139,7 +32443,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32157,7 +32461,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32214,7 +32518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -32228,6 +32532,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32247,11 +32556,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32429,7 +32733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32453,7 +32757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -32467,197 +32771,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null }, - { - "Name": "", - "Parameters": [ - { - "Name": "vault", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByDefaultWithCertificate", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Certificate", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SiteRecovery", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Vault", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.RecoveryServices", - "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", - "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", - "Name": "System.String", - "ID": "System.String", - "Type": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "SubscriptionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "ToString", "Parameters": [], @@ -32677,11 +32795,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32778,7 +32891,7 @@ ] }, { - "Name": "ForBackupVaultTypeWithCertificate", + "Name": "ByDefaultWithCertificate", "Parameters": [ { "ParameterMetadata": { @@ -32806,12 +32919,12 @@ }, { "ParameterMetadata": { - "Name": "Backup", + "Name": "SiteRecovery", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32823,7 +32936,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -32835,7 +32948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -32849,6 +32962,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32868,11 +32986,197 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ForBackupVaultTypeWithCertificate", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Certificate", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Backup", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Vault", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -32985,7 +33289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -32995,6 +33299,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33014,11 +33323,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33183,7 +33487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -33197,6 +33501,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33216,11 +33525,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33248,7 +33552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -33262,6 +33566,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33281,11 +33590,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33312,7 +33616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33327,6 +33631,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -33351,16 +33675,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -33381,16 +33695,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -33415,7 +33719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33490,7 +33794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -33504,6 +33808,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33523,11 +33832,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33560,7 +33864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33575,6 +33879,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -33599,16 +33923,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -33629,16 +33943,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -33669,7 +33973,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33754,6 +34058,445 @@ ], "AliasList": [] }, + { + "VerbName": "Initialize", + "NounName": "AzRecoveryServicesDSMove", + "Name": "Initialize-AzRecoveryServicesDSMove", + "ClassName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.InitializeAzureRMRecoveryServicesDSMove", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceVault", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TargetVault", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RetryOnlyFailed", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceVault", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetVault", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RetryOnlyFailed", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "New", "NounName": "AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig", @@ -33768,7 +34511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -33784,6 +34527,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33803,11 +34551,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33830,7 +34573,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34149,7 +34892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34682,7 +35425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -34704,6 +35447,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34723,11 +35471,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34760,7 +35503,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34873,7 +35616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35160,7 +35903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -35170,6 +35913,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35189,11 +35937,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35520,7 +36263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -35530,6 +36273,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35549,11 +36297,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35844,7 +36587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -35866,6 +36609,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35885,11 +36633,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35922,7 +36665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35958,7 +36701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -35970,6 +36713,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35989,11 +36737,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36025,7 +36768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -36037,6 +36780,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36056,11 +36804,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36092,7 +36835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -36105,6 +36848,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36124,11 +36872,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36178,7 +36921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -36191,6 +36934,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36210,11 +36958,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36303,7 +37046,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36327,7 +37070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -36340,6 +37083,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36359,11 +37107,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36425,7 +37168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -36438,6 +37181,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36457,11 +37205,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36659,7 +37402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -36671,6 +37414,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36690,11 +37438,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36732,7 +37475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -36744,6 +37487,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36763,11 +37511,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36873,7 +37616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -36885,6 +37628,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36904,11 +37652,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37047,7 +37790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -37069,6 +37812,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37088,11 +37836,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37125,7 +37868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37143,7 +37886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37161,7 +37904,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37179,7 +37922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37197,7 +37940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37215,7 +37958,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37569,7 +38312,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37760,7 +38503,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37951,7 +38694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38118,7 +38861,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38366,7 +39109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38722,7 +39465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38990,7 +39733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -39012,6 +39755,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39031,11 +39779,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39068,7 +39811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -39083,6 +39826,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39102,11 +39850,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39242,7 +39985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -39257,6 +40000,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39276,11 +40024,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39498,7 +40241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -39520,6 +40263,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39539,11 +40287,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39596,7 +40339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -39609,6 +40352,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39628,11 +40376,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39729,7 +40472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -39742,6 +40485,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39761,11 +40509,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39898,7 +40641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -39920,6 +40663,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39939,11 +40687,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39994,7 +40737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -40006,6 +40749,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40025,11 +40773,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40061,7 +40804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -40076,6 +40819,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40095,11 +40843,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40139,7 +40882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -40154,6 +40897,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40173,11 +40921,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40280,7 +41023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -40292,6 +41035,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40311,11 +41059,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40353,7 +41096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -40368,6 +41111,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40387,11 +41135,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40437,7 +41180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -40452,6 +41195,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40471,11 +41219,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40589,7 +41332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -40601,6 +41344,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40620,11 +41368,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40662,7 +41405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -40677,6 +41420,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40696,11 +41444,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40843,7 +41586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -40865,6 +41608,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40884,11 +41632,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40939,7 +41682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -40952,6 +41695,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40971,11 +41719,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41007,7 +41750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -41020,6 +41763,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41039,11 +41787,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41111,7 +41854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41129,7 +41872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41168,7 +41911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -41267,7 +42010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -41280,6 +42023,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41299,11 +42047,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41341,7 +42084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -41354,6 +42097,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41373,11 +42121,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41415,7 +42158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -41507,7 +42250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -41520,6 +42263,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41539,11 +42287,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41581,7 +42324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41632,7 +42375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -41724,7 +42467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -41737,6 +42480,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41756,11 +42504,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41846,7 +42589,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41870,7 +42613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -42060,7 +42803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -42082,6 +42825,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42101,11 +42849,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42138,7 +42881,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42156,7 +42899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42174,7 +42917,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42192,7 +42935,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42210,7 +42953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42228,7 +42971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -42249,6 +42992,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42268,11 +43016,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42322,7 +43065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -42340,7 +43083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput", "GenericTypeArguments": [], @@ -42469,7 +43212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -42488,6 +43231,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42507,11 +43255,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42600,7 +43343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -42608,6 +43351,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42627,11 +43375,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42712,7 +43455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", "GenericTypeArguments": [], @@ -42730,7 +43473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -42766,6 +43509,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42785,11 +43533,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42834,7 +43577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -42847,6 +43590,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42866,11 +43614,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43278,7 +44021,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43371,7 +44114,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43395,7 +44138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -43416,6 +44159,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43435,11 +44183,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43519,7 +44262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -43527,6 +44270,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43546,11 +44294,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43607,7 +44350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -43643,6 +44386,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43662,11 +44410,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44072,7 +44815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -44091,6 +44834,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44110,11 +44858,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44179,7 +44922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44247,7 +44990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44271,7 +45014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -44292,6 +45035,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44311,11 +45059,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44395,7 +45138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -44403,6 +45146,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44422,11 +45170,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44483,7 +45226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", "GenericTypeArguments": [], @@ -44507,7 +45250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -44543,6 +45286,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44562,11 +45310,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44948,7 +45691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -44967,6 +45710,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44986,11 +45734,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45055,7 +45798,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45123,7 +45866,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45147,7 +45890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -45168,6 +45911,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45187,11 +45935,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45343,7 +46086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -45362,6 +46105,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45381,11 +46129,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45450,7 +46193,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45518,7 +46261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45542,7 +46285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -45563,6 +46306,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45582,11 +46330,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46117,7 +46860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -46136,6 +46879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46155,11 +46903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46197,7 +46940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46265,7 +47008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46289,7 +47032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -46310,6 +47053,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46329,11 +47077,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46413,7 +47156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -46432,6 +47175,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46451,11 +47199,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46520,7 +47263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46588,7 +47331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46612,7 +47355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -47044,7 +47787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -47063,6 +47806,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47082,11 +47830,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47151,7 +47894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47219,7 +47962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47675,7 +48418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -47694,6 +48437,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47713,11 +48461,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47782,7 +48525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47850,7 +48593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47874,7 +48617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -47895,6 +48638,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47914,11 +48662,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48145,7 +48888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -48158,6 +48901,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48177,11 +48925,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48507,7 +49250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -48526,6 +49269,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48545,11 +49293,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48614,7 +49357,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48682,7 +49425,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48706,7 +49449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -48727,6 +49470,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48746,11 +49494,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48806,7 +49549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput", "GenericTypeArguments": [], @@ -48977,7 +49720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -48990,6 +49733,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49009,11 +49757,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49291,7 +50034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49310,6 +50053,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49329,11 +50077,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49398,7 +50141,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49490,7 +50233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -49509,6 +50252,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49528,11 +50276,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49597,7 +50340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49674,7 +50417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -49696,6 +50439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49715,11 +50463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49770,7 +50513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -49779,6 +50522,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49798,11 +50546,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49824,7 +50567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -49833,6 +50576,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49852,11 +50600,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49941,7 +50684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -49950,6 +50693,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49969,11 +50717,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50001,7 +50744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -50010,6 +50753,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50029,11 +50777,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50158,7 +50901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -50180,6 +50923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50199,11 +50947,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50236,7 +50979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -50249,6 +50992,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50268,11 +51016,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50322,7 +51065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -50330,6 +51073,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50349,11 +51097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50455,7 +51198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -50468,6 +51211,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50487,11 +51235,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50553,7 +51296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -50561,6 +51304,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50580,11 +51328,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50718,7 +51461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReuseExistingNic": "System.Boolean", "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", @@ -50738,6 +51481,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50757,11 +51505,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50802,7 +51545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -50845,6 +51588,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50864,11 +51612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50954,7 +51697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50990,7 +51733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51062,7 +51805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51098,7 +51841,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51116,7 +51859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails", "GenericTypeArguments": [], @@ -51197,7 +51940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51240,6 +51983,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51259,11 +52007,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51373,7 +52116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51421,7 +52164,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51517,7 +52260,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51565,7 +52308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51589,7 +52332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails", "GenericTypeArguments": [], @@ -51710,7 +52453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimary": "System.Boolean", "IsSeletedForFailover": "System.Boolean", @@ -51727,6 +52470,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51746,11 +52494,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51791,7 +52534,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52016,7 +52759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52327,7 +53070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -52342,6 +53085,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52361,11 +53109,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52406,7 +53149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52421,6 +53164,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -52445,16 +53208,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -52475,16 +53228,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -52509,7 +53252,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -52529,7 +53272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52539,6 +53282,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52558,11 +53306,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52584,7 +53327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52594,6 +53337,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52613,11 +53361,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52720,7 +53463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52735,6 +53478,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -52759,16 +53522,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -52789,16 +53542,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -52829,7 +53572,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -52855,7 +53598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52865,6 +53608,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52884,11 +53632,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52916,7 +53659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52926,6 +53669,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52945,11 +53693,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53052,7 +53795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -53066,6 +53809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53085,11 +53833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53176,7 +53919,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53305,7 +54048,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53380,7 +54123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -53394,6 +54137,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53413,11 +54161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53463,7 +54206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -53477,6 +54220,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53496,11 +54244,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53527,7 +54270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53542,60 +54285,6 @@ ], "ReturnType": "System.Boolean" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, { "Name": "HasFlag", "Parameters": [ @@ -53607,45 +54296,14 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [ - "AzureWorkload" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WorkloadType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", - "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -53671,6 +54329,77 @@ ], "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [ + "AzureWorkload" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WorkloadType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", + "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "CompareTo", "Parameters": [ @@ -53681,12 +54410,26 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ { "Name": "format", "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], "ReturnType": "System.String" @@ -53695,21 +54438,21 @@ "Name": "ToString", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "format", + "Type": "System.String" } ], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "ToString", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { "Name": "GetTypeCode", @@ -53735,7 +54478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53834,7 +54577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53849,6 +54592,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -53873,16 +54636,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -53903,16 +54656,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -53945,7 +54688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53960,6 +54703,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -53984,16 +54747,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -54014,16 +54767,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54054,7 +54797,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54146,7 +54889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -54160,6 +54903,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54179,11 +54927,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54216,7 +54959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54231,6 +54974,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -54255,16 +55018,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -54285,16 +55038,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54327,7 +55070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54342,6 +55085,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -54366,16 +55129,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -54396,16 +55149,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54436,7 +55179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54528,7 +55271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54543,6 +55286,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -54567,16 +55330,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -54597,16 +55350,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54639,7 +55382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54654,6 +55397,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -54678,16 +55441,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -54708,16 +55461,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54748,7 +55491,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54847,7 +55590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -54869,6 +55612,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54888,11 +55636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54927,7 +55670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -54940,6 +55683,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54959,11 +55707,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54995,7 +55738,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55054,7 +55797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -55067,6 +55810,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55086,11 +55834,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55128,7 +55871,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55249,7 +55992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -55271,6 +56014,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55290,11 +56038,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55329,7 +56072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -55351,6 +56094,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -55365,11 +56113,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55442,7 +56185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -55464,6 +56207,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -55478,11 +56226,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55573,7 +56316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -55595,6 +56338,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55614,11 +56362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55653,7 +56396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -55665,6 +56408,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55684,11 +56432,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55761,7 +56504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -55773,6 +56516,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55792,11 +56540,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55887,7 +56630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -55909,6 +56652,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55928,11 +56676,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55967,7 +56710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -55982,6 +56725,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56001,11 +56749,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56086,7 +56829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", "ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", @@ -56101,6 +56844,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56120,11 +56868,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56265,7 +57008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -56287,6 +57030,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56306,11 +57054,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56345,7 +57088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -56364,6 +57107,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56383,11 +57131,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56419,7 +57162,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56478,7 +57221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -56497,6 +57240,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56516,11 +57264,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56558,7 +57301,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56626,7 +57369,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56703,7 +57446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -56725,6 +57468,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56744,11 +57492,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56801,7 +57544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -56821,6 +57564,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56840,11 +57588,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56989,7 +57732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -57009,6 +57752,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57028,11 +57776,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57172,7 +57915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -57194,6 +57937,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57213,11 +57961,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57252,7 +57995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -57295,6 +58038,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57314,11 +58062,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57350,7 +58093,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57368,7 +58111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57427,7 +58170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -57470,6 +58213,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57489,11 +58237,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57531,7 +58274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57555,7 +58298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57623,7 +58366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57647,7 +58390,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57724,7 +58467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -57746,6 +58489,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57765,11 +58513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57804,7 +58547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -57847,6 +58590,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57866,11 +58614,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57979,7 +58722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -58022,6 +58765,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58041,11 +58789,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58153,7 +58896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -58196,6 +58939,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58215,11 +58963,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58327,7 +59070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -58370,6 +59113,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58389,11 +59137,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58484,7 +59227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -58506,6 +59249,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58525,11 +59273,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58564,7 +59307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -58579,6 +59322,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58598,11 +59346,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58634,7 +59377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58693,7 +59436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -58708,6 +59451,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58727,11 +59475,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58769,7 +59512,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58837,7 +59580,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58914,7 +59657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -58936,6 +59679,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58955,11 +59703,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58994,7 +59737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -59004,6 +59747,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59023,11 +59771,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59090,7 +59833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -59100,6 +59843,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59119,11 +59867,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59248,7 +59991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -59270,6 +60013,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59289,11 +60037,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59346,7 +60089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -59362,6 +60105,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59381,11 +60129,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59417,7 +60160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -59430,6 +60173,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59449,11 +60197,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59612,7 +60355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -59628,6 +60371,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59647,11 +60395,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59733,7 +60476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -59746,6 +60489,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59765,11 +60513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59928,7 +60671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -59943,6 +60686,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59962,11 +60710,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60007,7 +60750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -60022,6 +60765,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60041,11 +60789,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60067,7 +60810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60085,7 +60828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60184,7 +60927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60208,7 +60951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60300,7 +61043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -60315,6 +61058,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60334,11 +61082,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60366,7 +61109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60390,7 +61133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60482,7 +61225,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60506,7 +61249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60605,13 +61348,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Response": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60631,11 +61379,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60658,7 +61401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -60672,6 +61415,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60691,11 +61439,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60766,7 +61509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -60780,6 +61523,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60799,11 +61547,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60892,7 +61635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -60914,6 +61657,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60933,11 +61681,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60990,7 +61733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -61012,6 +61755,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61031,11 +61779,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61176,7 +61919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -61198,6 +61941,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61217,11 +61965,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61356,7 +62099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -61376,6 +62119,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61395,11 +62143,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61440,7 +62183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -61458,6 +62201,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61477,11 +62225,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61503,7 +62246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -61515,6 +62258,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61534,11 +62282,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61627,7 +62370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61642,6 +62385,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -61666,16 +62429,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -61696,16 +62449,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -61748,7 +62491,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -61840,7 +62583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61858,7 +62601,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61894,7 +62637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61930,7 +62673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61968,7 +62711,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62067,7 +62810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62159,7 +62902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -62177,6 +62920,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62196,11 +62944,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62276,7 +63019,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62398,7 +63141,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62490,7 +63233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -62508,6 +63251,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62527,11 +63275,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62559,7 +63302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62574,6 +63317,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -62598,16 +63361,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -62628,16 +63381,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -62692,7 +63435,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -62838,7 +63581,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62930,7 +63673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -62948,6 +63691,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62967,11 +63715,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63047,7 +63790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63095,7 +63838,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63143,7 +63886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63235,7 +63978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -63253,6 +63996,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63272,11 +64020,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63376,7 +64119,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63498,7 +64241,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63590,7 +64333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -63608,6 +64351,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63627,11 +64375,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63707,7 +64450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63731,7 +64474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63803,7 +64546,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63895,7 +64638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -63913,6 +64656,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63932,11 +64680,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64036,7 +64779,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64060,7 +64803,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64108,7 +64851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64156,7 +64899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64248,7 +64991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -64260,6 +65003,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64279,11 +65027,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64348,7 +65091,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64447,7 +65190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -64469,6 +65212,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64488,11 +65236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64545,7 +65288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -64567,6 +65310,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64586,11 +65334,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64777,7 +65520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -64799,6 +65542,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64818,11 +65566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65009,7 +65752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -65018,6 +65761,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65037,11 +65785,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65074,7 +65817,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65092,7 +65835,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65146,7 +65889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65203,7 +65946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65319,7 +66062,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65527,7 +66270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65650,7 +66393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -65672,6 +66415,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65691,11 +66439,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65730,7 +66473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -65773,6 +66516,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65792,11 +66540,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66225,7 +66968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66261,7 +67004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -66465,7 +67208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", "GenericTypeArguments": [], @@ -66542,7 +67285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -66585,6 +67328,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66604,11 +67352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67169,7 +67912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67217,7 +67960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -67487,7 +68230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", "GenericTypeArguments": [], @@ -67588,7 +68331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -67598,6 +68341,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67617,11 +68365,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67654,7 +68397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -67668,6 +68411,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67687,11 +68435,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67762,7 +68505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -67776,6 +68519,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67795,11 +68543,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67955,7 +68698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -67969,6 +68712,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67988,11 +68736,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68024,7 +68767,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -68044,7 +68787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68101,7 +68844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -68115,6 +68858,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68134,11 +68882,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68176,7 +68919,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -68202,7 +68945,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68277,7 +69020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -68297,6 +69040,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68316,11 +69064,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68343,7 +69086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -68358,6 +69101,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68377,11 +69125,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68403,7 +69146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68413,6 +69156,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68432,11 +69180,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68458,7 +69201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68468,6 +69211,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68487,11 +69235,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68513,7 +69256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68588,7 +69331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -68603,6 +69346,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68622,11 +69370,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68722,7 +69465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68732,6 +69475,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68751,11 +69499,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68783,7 +69526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68793,6 +69536,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68812,11 +69560,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68844,7 +69587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -68859,6 +69602,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68878,11 +69626,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68978,7 +69721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69002,7 +69745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -69017,6 +69760,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69036,11 +69784,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69162,7 +69905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -69176,6 +69919,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69195,11 +69943,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69270,7 +70013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -69284,6 +70027,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69303,11 +70051,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69409,6 +70152,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69428,11 +70176,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69597,7 +70340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69832,7 +70575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69931,7 +70674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -69953,6 +70696,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69972,11 +70720,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70009,7 +70752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -70020,6 +70763,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70039,11 +70787,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70075,7 +70818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -70118,6 +70861,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70137,11 +70885,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70248,7 +70991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -70259,6 +71002,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70278,11 +71026,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70320,7 +71063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -70363,6 +71106,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70382,11 +71130,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70617,7 +71360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -70639,6 +71382,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70658,11 +71406,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70695,7 +71438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -70715,6 +71458,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70734,11 +71482,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70774,7 +71517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -70817,6 +71560,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70836,11 +71584,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70911,7 +71654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -70931,6 +71674,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70950,11 +71698,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71040,7 +71783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -71083,6 +71826,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71102,11 +71850,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71242,7 +71985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -71264,6 +72007,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71283,11 +72031,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71320,7 +72063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -71340,6 +72083,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71359,11 +72107,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71399,7 +72142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -71442,6 +72185,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71461,11 +72209,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71536,7 +72279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -71556,6 +72299,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71575,11 +72323,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71665,7 +72408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -71708,6 +72451,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71727,11 +72475,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71867,7 +72610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -71889,6 +72632,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71908,11 +72656,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71945,7 +72688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -71965,6 +72708,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71984,11 +72732,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72024,7 +72767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -72067,6 +72810,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72086,11 +72834,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72185,7 +72928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -72200,6 +72943,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72219,11 +72967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72372,7 +73115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -72392,6 +73135,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72411,11 +73159,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72657,7 +73400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -72700,6 +73443,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72719,11 +73467,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72761,7 +73504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -72776,6 +73519,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72795,11 +73543,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73010,7 +73753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -73053,6 +73796,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73072,11 +73820,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73497,7 +74240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -73519,6 +74262,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73538,11 +74286,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73593,7 +74336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -73636,6 +74379,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73655,11 +74403,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73798,7 +74541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -73841,6 +74584,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73860,11 +74608,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74000,7 +74743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -74022,6 +74765,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74041,11 +74789,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74080,7 +74823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -74093,6 +74836,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74112,11 +74860,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74148,7 +74891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -74184,6 +74927,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74203,11 +74951,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74234,7 +74977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -74270,6 +75013,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74289,11 +75037,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74322,7 +75065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -74381,7 +75124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -74394,6 +75137,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74413,11 +75161,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74455,7 +75198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -74491,6 +75234,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74510,11 +75258,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74547,7 +75290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -74583,6 +75326,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74602,11 +75350,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74641,7 +75384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", "GenericTypeArguments": [], @@ -74762,7 +75505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -74784,6 +75527,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74803,11 +75551,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74858,7 +75601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -74878,6 +75621,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74897,11 +75645,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74937,7 +75680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -74980,6 +75723,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74999,11 +75747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75184,7 +75927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -75204,6 +75947,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75223,11 +75971,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75337,7 +76080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -75380,6 +76123,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75399,11 +76147,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75562,7 +76305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -75584,6 +76327,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75603,11 +76351,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75640,7 +76383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -75660,6 +76403,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75679,11 +76427,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75719,7 +76462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -75762,6 +76505,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75781,11 +76529,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75838,7 +76581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -75850,6 +76593,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -75869,11 +76617,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75980,7 +76723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -75991,6 +76734,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76010,11 +76758,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76128,7 +76871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -76148,6 +76891,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76167,11 +76915,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76414,7 +77157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -76434,6 +77177,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76453,11 +77201,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76499,7 +77242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -76511,6 +77254,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76530,11 +77278,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76719,7 +77462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -76739,6 +77482,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76758,11 +77506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77002,7 +77745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -77045,6 +77788,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77064,11 +77812,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77133,7 +77876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -77144,6 +77887,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77163,11 +77911,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77324,7 +78067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -77367,6 +78110,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77386,11 +78134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77428,7 +78171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -77440,6 +78183,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77459,11 +78207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77501,7 +78244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -77512,6 +78255,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77531,11 +78279,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77692,7 +78435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -77735,6 +78478,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77754,11 +78502,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77847,7 +78590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -77858,6 +78601,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77877,11 +78625,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78167,7 +78910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -78189,6 +78932,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78208,11 +78956,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78245,7 +78988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -78265,6 +79008,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78284,11 +79032,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78324,7 +79067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -78367,6 +79110,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78386,11 +79134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78445,7 +79188,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78499,7 +79242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -78510,6 +79253,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78529,11 +79277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78648,7 +79391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -78668,6 +79411,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78687,11 +79435,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78818,7 +79561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78934,7 +79677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -78977,6 +79720,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78996,11 +79744,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79038,7 +79781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -79049,6 +79792,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79068,11 +79816,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79139,7 +79882,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79255,7 +79998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -79298,6 +80041,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79317,11 +80065,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79417,7 +80160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79562,7 +80305,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79688,7 +80431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -79710,6 +80453,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79729,11 +80477,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79786,7 +80529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -79808,6 +80551,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79827,11 +80575,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79972,7 +80715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -79994,6 +80737,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80013,11 +80761,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80152,7 +80895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -80172,6 +80915,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80191,11 +80939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80218,7 +80961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -80238,6 +80981,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80257,11 +81005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80358,7 +81101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -80378,6 +81121,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80397,11 +81145,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80484,165 +81227,604 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "IdFilterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "JobId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "IdFilterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JobId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VaultId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VaultId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Test", + "NounName": "AzRecoveryServicesDSMove", + "Name": "Test-AzRecoveryServicesDSMove", + "ClassName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.TestAzureRMRecoveryServicesDSMove", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceVault", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TargetVault", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VaultId", + "Name": "SourceVault", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "TargetVault", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.RecoveryServices", + "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", + "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", + "Name": "System.String", + "ID": "System.String", + "Type": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false } ] @@ -80664,7 +81846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -80684,6 +81866,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80703,11 +81890,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80730,7 +81912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -80749,6 +81931,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80768,11 +81955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80807,7 +81989,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80882,7 +82064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -80901,6 +82083,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80920,11 +82107,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80965,7 +82147,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81064,7 +82246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -81078,6 +82260,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81097,11 +82284,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81129,7 +82311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -81143,6 +82325,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81162,11 +82349,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81193,7 +82375,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81268,7 +82450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -81282,6 +82464,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81301,11 +82488,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81338,7 +82520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81437,7 +82619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -81451,6 +82633,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81470,11 +82657,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81502,7 +82684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -81516,6 +82698,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81535,11 +82722,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81566,7 +82748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81641,7 +82823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -81655,6 +82837,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81674,11 +82861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81711,7 +82893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81810,7 +82992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -81832,6 +83014,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81851,11 +83038,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81888,7 +83070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -81896,6 +83078,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81915,11 +83102,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81946,7 +83128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -81989,6 +83171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82008,11 +83195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82083,7 +83265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -82091,6 +83273,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82110,11 +83297,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82147,7 +83329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -82190,6 +83372,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82209,11 +83396,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82348,7 +83530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -82370,6 +83552,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82389,11 +83576,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82428,7 +83610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -82450,6 +83632,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -82464,11 +83651,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82500,7 +83682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -82512,6 +83694,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82531,11 +83718,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82626,7 +83808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -82648,6 +83830,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -82662,11 +83849,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82774,7 +83956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -82796,6 +83978,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -82810,11 +83997,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82852,7 +84034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -82864,6 +84046,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82883,11 +84070,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83020,7 +84202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -83042,6 +84224,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83061,11 +84248,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83098,7 +84280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83116,7 +84298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83134,7 +84316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83152,7 +84334,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83170,7 +84352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83188,7 +84370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83208,7 +84390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -83220,6 +84402,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83239,11 +84426,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83571,7 +84753,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83672,7 +84854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -83684,6 +84866,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83703,11 +84890,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83813,7 +84995,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83890,7 +85072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -83902,6 +85084,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83921,11 +85108,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84031,7 +85213,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84132,7 +85314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -84144,6 +85326,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84163,11 +85350,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84273,7 +85455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84403,7 +85585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -84415,6 +85597,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84434,11 +85621,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84544,7 +85726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84782,7 +85964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -84794,6 +85976,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84813,11 +86000,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84923,7 +86105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85000,7 +86182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -85012,6 +86194,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85031,11 +86218,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85143,7 +86325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -85155,6 +86337,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85174,11 +86361,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85522,7 +86704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -85534,6 +86716,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85553,11 +86740,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85672,7 +86854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -85694,6 +86876,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85713,11 +86900,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85752,7 +86934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -85771,6 +86953,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85790,11 +86977,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85826,7 +87008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85844,7 +87026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85862,7 +87044,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85939,7 +87121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -85958,6 +87140,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85977,11 +87164,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86019,7 +87201,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86043,7 +87225,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86137,7 +87319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -86156,6 +87338,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86175,11 +87362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86217,7 +87399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86241,7 +87423,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86362,7 +87544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -86384,6 +87566,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86403,11 +87590,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86440,7 +87622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86458,7 +87640,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86476,7 +87658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86494,7 +87676,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86512,7 +87694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86530,7 +87712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86548,7 +87730,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86602,7 +87784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -86610,6 +87792,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86629,11 +87816,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86660,7 +87842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -86670,6 +87852,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86689,11 +87876,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86720,7 +87902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -86735,6 +87917,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86754,11 +87941,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86785,7 +87967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -86821,6 +88003,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86840,11 +88027,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86871,7 +88053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -86890,6 +88072,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86909,11 +88096,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86981,7 +88163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -86994,6 +88176,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87013,11 +88200,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87085,7 +88267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -87103,7 +88285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -87123,6 +88305,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87142,11 +88329,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87182,7 +88364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -87225,6 +88407,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87244,11 +88431,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87409,7 +88591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -87419,6 +88601,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87438,11 +88625,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87580,7 +88762,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87604,7 +88786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -87612,6 +88794,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87631,11 +88818,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87668,7 +88850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -87678,6 +88860,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87697,11 +88884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87734,7 +88916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -87749,6 +88931,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87768,11 +88955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87805,7 +88987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -87841,6 +89023,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87860,11 +89047,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87897,7 +89079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -87916,6 +89098,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87935,11 +89122,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87977,7 +89159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -88020,6 +89202,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88039,11 +89226,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88108,7 +89290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -88118,6 +89300,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88137,11 +89324,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88218,7 +89400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88242,7 +89424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -88250,6 +89432,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88269,11 +89456,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88306,7 +89488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", "RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", @@ -88321,6 +89503,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88340,11 +89527,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88377,7 +89559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -88413,6 +89595,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88432,11 +89619,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88469,7 +89651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -88488,6 +89670,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88507,11 +89694,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88597,7 +89779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -88640,6 +89822,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88659,11 +89846,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88772,7 +89954,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88796,7 +89978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -88815,6 +89997,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88834,11 +90021,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88924,7 +90106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -88937,6 +90119,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88956,11 +90143,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89022,7 +90204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -89065,6 +90247,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89084,11 +90271,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89197,7 +90379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89269,7 +90451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -89288,6 +90470,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89307,11 +90494,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89373,7 +90555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -89386,6 +90568,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89405,11 +90592,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89447,7 +90629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -89490,6 +90672,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89509,11 +90696,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89622,7 +90804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89694,7 +90876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -89737,6 +90919,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89756,11 +90943,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89869,7 +91051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89893,7 +91075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -89936,6 +91118,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89955,11 +91142,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90068,7 +91250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90092,7 +91274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -90111,6 +91293,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90130,11 +91317,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90220,7 +91402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -90263,6 +91445,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90282,11 +91469,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90608,7 +91790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90632,7 +91814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -90651,6 +91833,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90670,11 +91857,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90712,7 +91894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", "GenericTypeArguments": [], @@ -90736,7 +91918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -90779,6 +91961,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90798,11 +91985,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91124,7 +92306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -91144,6 +92326,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91163,11 +92350,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91280,7 +92462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -91323,6 +92505,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91342,11 +92529,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91579,7 +92761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -91601,6 +92783,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91620,11 +92807,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91659,7 +92841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -91679,6 +92861,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91698,11 +92885,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91797,7 +92979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -91817,6 +92999,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91836,11 +93023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92047,7 +93229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -92069,6 +93251,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92088,11 +93275,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92127,7 +93309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -92142,6 +93324,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92161,11 +93348,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92238,7 +93420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -92253,6 +93435,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92272,11 +93459,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92411,7 +93593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", "Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", @@ -92433,6 +93615,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92452,11 +93639,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92509,7 +93691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -92525,6 +93707,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92544,11 +93731,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92580,7 +93762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -92588,6 +93770,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92607,11 +93794,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92767,7 +93949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -92783,6 +93965,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92802,11 +93989,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92844,7 +94026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -92852,6 +94034,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92871,11 +94058,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93031,7 +94213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -93045,6 +94227,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93064,11 +94251,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93137,7 +94319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93152,6 +94334,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -93176,16 +94378,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -93206,16 +94398,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -93330,7 +94512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93345,6 +94527,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -93369,16 +94571,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -93399,16 +94591,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -93493,7 +94675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -93513,6 +94695,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93532,11 +94719,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93910,7 +95092,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -93922,7 +95104,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError", "ServiceErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError", @@ -93931,6 +95113,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93950,11 +95137,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93968,7 +95150,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTimeUtc": "System.DateTime", "ErrorCode": "System.Int32", @@ -93978,6 +95160,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93997,11 +95184,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94045,7 +95227,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -94056,6 +95238,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94075,11 +95262,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94103,7 +95285,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -94115,7 +95297,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupTaskDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails", "EndTime": "System.DateTime", @@ -94128,6 +95310,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94147,11 +95334,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94175,13 +95357,18 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94201,11 +95388,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94253,11 +95435,16 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94277,11 +95464,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94304,6 +95486,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94323,11 +95510,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94359,7 +95541,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -94371,7 +95553,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTimeUtc": "System.String", "EntityId": "System.String", @@ -94385,6 +95567,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94404,11 +95591,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94439,7 +95621,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -94451,7 +95633,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails]", "EnableAcceleratedNetworkingOnRecovery": "System.Nullable`1[System.Boolean]", @@ -94475,6 +95657,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94494,11 +95681,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94555,6 +95737,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94574,11 +95761,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94670,7 +95852,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -94686,6 +95868,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94705,11 +95892,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94902,7 +96084,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94917,6 +96099,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -94941,16 +96143,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -94971,16 +96163,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -95017,7 +96199,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95032,6 +96214,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -95056,16 +96258,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -95086,16 +96278,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -95112,7 +96294,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95127,6 +96309,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -95151,16 +96353,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -95181,16 +96373,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -95207,7 +96389,7 @@ "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.String", "PrivateEndpointStateForBackup": "System.String", @@ -95216,6 +96398,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95235,11 +96422,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95267,6 +96449,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95286,11 +96473,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95322,7 +96504,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -95334,7 +96516,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", "StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", @@ -95345,6 +96527,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95364,11 +96551,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95414,7 +96596,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -95426,7 +96608,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails", "FailoverTypes": "System.Collections.Generic.IList`1[System.String]", @@ -95446,6 +96628,11 @@ ], "ReturnType": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95465,11 +96652,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95488,11 +96670,16 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95512,11 +96699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95545,6 +96727,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95564,11 +96751,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95609,6 +96791,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95628,11 +96815,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95646,7 +96828,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -95658,7 +96840,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -95701,6 +96883,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95720,11 +96907,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95748,7 +96930,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -95760,7 +96942,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryZone": "System.String", "RecoveryZone": "System.String" @@ -95768,6 +96950,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95787,11 +96974,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95814,7 +96996,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]", "ReplicationProvider": "System.Collections.Generic.IList`1[System.String]", @@ -95834,6 +97016,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95853,11 +97040,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95885,13 +97067,18 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderType": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95911,11 +97098,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -95923,11 +97105,16 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95947,11 +97134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95970,11 +97152,16 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95994,11 +97181,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96033,6 +97215,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96052,11 +97239,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96088,7 +97270,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96103,6 +97285,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96122,11 +97309,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -96134,11 +97316,16 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96158,11 +97345,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96176,11 +97358,16 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96200,11 +97387,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96218,7 +97400,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -96230,7 +97412,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Volumes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]", "Capacity": "System.Int64", @@ -96240,6 +97422,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96259,11 +97446,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96277,7 +97459,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -96289,7 +97471,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "System.String", "Name": "System.String" @@ -96297,6 +97479,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96316,11 +97503,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96334,7 +97516,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -96346,7 +97528,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -96358,6 +97540,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96377,11 +97564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96405,7 +97587,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -96417,7 +97599,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", "HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]", @@ -96436,6 +97618,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96455,11 +97642,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96483,11 +97665,16 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96507,11 +97694,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96525,7 +97707,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96540,6 +97722,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -96564,16 +97766,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -96594,16 +97786,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -96620,7 +97802,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96635,6 +97817,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -96659,16 +97861,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -96689,16 +97881,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -96715,7 +97897,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -96733,6 +97915,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96752,11 +97939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96770,7 +97952,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -96785,6 +97967,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96804,11 +97991,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96822,7 +98004,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -96832,6 +98014,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96851,11 +98038,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96869,7 +98051,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -96879,6 +98061,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96898,11 +98085,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96916,7 +98098,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -96928,7 +98110,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsType": "System.String", "RebootStatus": "System.String", @@ -96937,6 +98119,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96956,11 +98143,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96991,7 +98173,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -97003,7 +98185,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimary": "System.Boolean", "IsSeletedForFailover": "System.Boolean", @@ -97020,6 +98202,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97039,11 +98226,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97057,7 +98239,7 @@ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97072,6 +98254,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -97096,16 +98298,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -97126,16 +98318,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -97152,7 +98334,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReuseExistingNic": "System.Boolean", "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", @@ -97172,6 +98354,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97191,11 +98378,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97209,7 +98391,7 @@ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97224,6 +98406,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -97248,16 +98450,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -97278,16 +98470,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -97315,6 +98497,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97334,11 +98521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97378,7 +98560,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -97390,7 +98572,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -97400,6 +98582,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97419,11 +98606,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97442,7 +98624,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -97454,7 +98636,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -97464,6 +98646,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97483,11 +98670,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Resources.json b/tools/Tools.Common/SerializedCmdlets/Az.Resources.json index 106a798dd12e..3c6272af9ef9 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Resources.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Resources.json @@ -87,7 +87,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -103,6 +103,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122,11 +127,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166,7 +166,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271,7 +271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -363,7 +363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -379,6 +379,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -398,11 +403,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -430,7 +430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -546,7 +546,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -662,7 +662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -754,7 +754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -770,6 +770,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -789,11 +794,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -821,7 +821,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -937,7 +937,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1005,7 +1005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1080,7 +1080,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1137,7 +1137,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1155,7 +1155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1173,7 +1173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1191,7 +1191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1227,7 +1227,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1263,7 +1263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1370,7 +1370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1394,7 +1394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1418,7 +1418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1442,7 +1442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1490,7 +1490,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1538,7 +1538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1613,7 +1613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2120,7 +2120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -2132,6 +2132,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2151,11 +2156,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2232,7 +2232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -2251,6 +2251,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2270,11 +2275,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2539,7 +2539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -2558,6 +2558,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2577,11 +2582,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2704,7 +2704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -2723,6 +2723,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2742,11 +2747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2892,7 +2892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3015,7 +3015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3155,7 +3155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3295,7 +3295,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3435,7 +3435,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3575,7 +3575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3691,7 +3691,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3775,7 +3775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -3791,6 +3791,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3810,11 +3815,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3926,7 +3926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4051,7 +4051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4191,7 +4191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4331,7 +4331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4471,7 +4471,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4587,7 +4587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4671,7 +4671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADObject, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "DeletionTimestamp": "System.Nullable`1[System.DateTime]", @@ -4682,6 +4682,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4701,11 +4706,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4767,7 +4767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -4783,6 +4783,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4802,11 +4807,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4861,7 +4861,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4987,7 +4987,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5127,7 +5127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5204,7 +5204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -5220,6 +5220,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5239,11 +5244,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5310,7 +5310,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5426,7 +5426,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5510,7 +5510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -5524,6 +5524,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5543,11 +5548,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5644,7 +5644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -5663,6 +5663,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5682,11 +5687,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5761,7 +5761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5886,7 +5886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6026,7 +6026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6166,7 +6166,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6306,7 +6306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6383,7 +6383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -6402,6 +6402,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6421,11 +6426,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6492,7 +6492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6634,7 +6634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6750,7 +6750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6834,7 +6834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -6846,6 +6846,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6865,11 +6870,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6948,7 +6948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -6962,6 +6962,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6981,11 +6986,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7252,7 +7252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -7266,6 +7266,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7285,11 +7290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7414,7 +7414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -7434,6 +7434,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7453,11 +7458,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7607,7 +7607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7732,7 +7732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7872,7 +7872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8012,7 +8012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8154,7 +8154,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8296,7 +8296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8436,7 +8436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8552,7 +8552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8636,7 +8636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DoNotApplyToChildScopes": "System.Boolean", "IsSystemProtected": "System.Boolean", @@ -8654,6 +8654,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8673,11 +8678,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8889,7 +8889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8974,7 +8974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9786,7 +9786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10857,7 +10857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -10881,6 +10881,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10900,11 +10905,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10968,7 +10968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11051,7 +11051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11146,7 +11146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11214,7 +11214,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11291,7 +11291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -11303,6 +11303,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11322,11 +11327,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11385,7 +11385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -11409,6 +11409,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11428,11 +11433,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11454,7 +11454,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11559,7 +11559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11627,7 +11627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -11651,6 +11651,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11670,11 +11675,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11702,7 +11702,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11770,7 +11770,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11847,7 +11847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -11875,6 +11875,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11894,11 +11899,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12297,7 +12297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Log": "System.String", "DeploymentScriptName": "System.String", @@ -12308,6 +12308,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12327,11 +12332,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12410,7 +12410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -12438,6 +12438,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12457,11 +12462,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12750,7 +12750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -12778,6 +12778,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12797,11 +12802,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12948,7 +12948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -12957,6 +12957,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12976,11 +12981,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13061,6 +13061,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -13085,16 +13105,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -13115,16 +13125,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -13167,7 +13167,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13221,7 +13221,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13293,7 +13293,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13311,7 +13311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13433,6 +13433,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -13457,16 +13477,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -13487,16 +13497,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -13551,7 +13551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13575,7 +13575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13643,7 +13643,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13667,7 +13667,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13756,6 +13756,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -13780,16 +13800,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -13810,16 +13820,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -13874,7 +13874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13898,7 +13898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13966,7 +13966,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14079,6 +14079,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -14103,16 +14123,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -14133,16 +14143,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -14197,7 +14197,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14221,7 +14221,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14289,7 +14289,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14402,6 +14402,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -14426,16 +14446,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -14456,16 +14466,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -14520,7 +14520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14544,7 +14544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14612,7 +14612,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14725,6 +14725,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -14749,16 +14769,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -14779,16 +14789,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -14843,7 +14843,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14867,7 +14867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14959,7 +14959,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15048,6 +15048,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -15072,16 +15092,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -15102,16 +15112,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -15166,7 +15166,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15190,7 +15190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15371,6 +15371,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -15395,16 +15415,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -15425,16 +15435,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -15489,7 +15489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15513,7 +15513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15694,6 +15694,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -15718,16 +15738,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -15748,16 +15758,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -15812,7 +15812,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15836,7 +15836,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16017,6 +16017,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -16041,16 +16061,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -16071,16 +16081,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -16135,7 +16135,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16159,7 +16159,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16251,7 +16251,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16340,6 +16340,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -16364,16 +16384,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -16394,16 +16404,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -16458,7 +16458,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16482,7 +16482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16663,6 +16663,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -16687,16 +16707,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -16717,16 +16727,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -16781,7 +16781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16805,7 +16805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16986,6 +16986,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -17010,16 +17030,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -17040,16 +17050,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -17104,7 +17104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17128,7 +17128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17309,6 +17309,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -17333,16 +17353,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -17363,16 +17373,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -17427,7 +17427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17451,7 +17451,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17519,7 +17519,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17608,6 +17608,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -17632,16 +17652,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -17662,16 +17672,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -17726,7 +17726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17750,7 +17750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17907,6 +17907,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -17931,16 +17951,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -17961,16 +17971,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -18025,7 +18025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18049,7 +18049,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18206,6 +18206,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -18230,16 +18250,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -18260,16 +18270,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -18324,7 +18324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18348,7 +18348,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18505,6 +18505,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -18529,16 +18549,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -18559,16 +18569,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -18623,7 +18623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18647,7 +18647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18724,7 +18724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.List`1[System.String]", "DisplayName": "System.String", @@ -18733,6 +18733,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18752,11 +18757,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18797,7 +18797,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18878,7 +18878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18953,7 +18953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19047,7 +19047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19176,7 +19176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19295,7 +19295,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19387,7 +19387,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19462,7 +19462,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19556,7 +19556,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19685,7 +19685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19804,7 +19804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19896,7 +19896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19971,7 +19971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Type": "System.String", @@ -19982,6 +19982,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20001,11 +20006,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20034,7 +20034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -20051,6 +20051,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20070,11 +20075,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20160,7 +20160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20178,7 +20178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20228,7 +20228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20252,7 +20252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20371,7 +20371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -20395,6 +20395,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20414,11 +20419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20500,7 +20500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20607,7 +20607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20702,7 +20702,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20770,7 +20770,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20845,7 +20845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -20857,6 +20857,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20876,11 +20881,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20957,7 +20957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -20981,6 +20981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21000,11 +21005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21026,7 +21026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21155,7 +21155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21223,7 +21223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -21247,6 +21247,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21266,11 +21271,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21298,7 +21298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21366,7 +21366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21441,7 +21441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -21450,6 +21450,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21469,11 +21474,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21572,6 +21572,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21596,16 +21616,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -21626,16 +21636,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -21678,7 +21678,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21732,7 +21732,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21804,7 +21804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21822,7 +21822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21968,6 +21968,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -21992,16 +22012,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -22022,16 +22032,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -22086,7 +22086,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22110,7 +22110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22178,7 +22178,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22202,7 +22202,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22315,6 +22315,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -22339,16 +22359,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -22369,16 +22379,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -22433,7 +22433,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22457,7 +22457,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22525,7 +22525,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22662,6 +22662,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -22686,16 +22706,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -22716,16 +22726,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -22780,7 +22780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22804,7 +22804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22872,7 +22872,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23009,6 +23009,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -23033,16 +23053,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -23063,16 +23073,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -23127,7 +23127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23151,7 +23151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23219,7 +23219,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23356,6 +23356,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -23380,16 +23400,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -23410,16 +23420,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -23474,7 +23474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23498,7 +23498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23590,7 +23590,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23703,6 +23703,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -23727,16 +23747,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -23757,16 +23767,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -23821,7 +23821,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23845,7 +23845,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24050,6 +24050,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24074,16 +24094,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24104,16 +24114,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -24168,7 +24168,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24192,7 +24192,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24397,6 +24397,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24421,16 +24441,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24451,16 +24461,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -24515,7 +24515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24539,7 +24539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24744,6 +24744,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -24768,16 +24788,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -24798,16 +24808,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -24862,7 +24862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24886,7 +24886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24978,7 +24978,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25091,6 +25091,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -25115,16 +25135,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -25145,16 +25155,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -25209,7 +25209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25233,7 +25233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25438,6 +25438,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -25462,16 +25482,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -25492,16 +25502,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -25556,7 +25556,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25580,7 +25580,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25785,6 +25785,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -25809,16 +25829,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -25839,16 +25849,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -25903,7 +25903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25927,7 +25927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26132,6 +26132,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -26156,16 +26176,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -26186,16 +26196,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -26250,7 +26250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26274,7 +26274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26342,7 +26342,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26455,6 +26455,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -26479,16 +26499,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -26509,16 +26519,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -26573,7 +26573,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26597,7 +26597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26778,6 +26778,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -26802,16 +26822,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -26832,16 +26842,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -26896,7 +26896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26920,7 +26920,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27101,6 +27101,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -27125,16 +27145,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -27155,16 +27165,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -27219,7 +27219,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27243,7 +27243,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27424,6 +27424,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -27448,16 +27468,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -27478,16 +27488,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -27542,7 +27542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27566,7 +27566,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27641,7 +27641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Aliases": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.Alias]", "Locations": "System.Collections.Generic.IList`1[System.String]", @@ -27652,6 +27652,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27671,11 +27676,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27820,7 +27820,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27856,7 +27856,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28071,7 +28071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28119,7 +28119,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28194,7 +28194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -28211,6 +28211,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28230,11 +28235,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28336,7 +28336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28372,7 +28372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28525,7 +28525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28617,7 +28617,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28665,7 +28665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28807,7 +28807,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28899,7 +28899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28974,7 +28974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -28987,6 +28987,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29006,11 +29011,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29114,7 +29114,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29132,7 +29132,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29168,7 +29168,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29273,7 +29273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29413,7 +29413,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29555,7 +29555,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29673,7 +29673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29791,7 +29791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29839,7 +29839,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29957,7 +29957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30005,7 +30005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30097,7 +30097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30172,7 +30172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -30186,6 +30186,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30205,11 +30210,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30311,7 +30311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30347,7 +30347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30500,7 +30500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30592,7 +30592,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30640,7 +30640,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30782,7 +30782,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30874,7 +30874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30949,7 +30949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -30962,6 +30962,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30981,11 +30986,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31089,7 +31089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31107,7 +31107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31143,7 +31143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31248,7 +31248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31388,7 +31388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31530,7 +31530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31648,7 +31648,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31766,7 +31766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31814,7 +31814,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31932,7 +31932,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31980,7 +31980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32072,7 +32072,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32147,7 +32147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -32156,6 +32156,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32175,11 +32180,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32238,7 +32238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32411,7 +32411,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32530,7 +32530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models", "Name": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDataAction": "System.Boolean", "Operation": "System.String", @@ -32542,6 +32542,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32561,11 +32566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32726,7 +32726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -32755,6 +32755,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32774,11 +32779,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32920,7 +32920,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32974,7 +32974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33010,7 +33010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33117,7 +33117,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33165,7 +33165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33331,7 +33331,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33355,7 +33355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33403,7 +33403,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33617,7 +33617,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33665,7 +33665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33733,7 +33733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33781,7 +33781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33856,7 +33856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -33869,6 +33869,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33888,11 +33893,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33974,7 +33974,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34010,7 +34010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34093,7 +34093,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34165,7 +34165,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34281,7 +34281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34424,7 +34424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34499,7 +34499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -34520,6 +34520,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34539,11 +34544,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34625,7 +34625,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34732,7 +34732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34827,7 +34827,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34895,7 +34895,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34970,7 +34970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -34982,6 +34982,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35001,11 +35006,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35066,7 +35066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35173,7 +35173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35248,7 +35248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -35257,6 +35257,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35276,11 +35281,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35361,6 +35361,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -35385,16 +35405,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -35415,16 +35425,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -35464,6 +35464,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -35488,16 +35508,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -35518,16 +35528,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -35570,7 +35570,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35624,7 +35624,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35696,7 +35696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35714,7 +35714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35836,6 +35836,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -35860,16 +35880,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -35890,16 +35900,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -35945,6 +35945,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -35969,16 +35989,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -35999,16 +36009,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -36063,7 +36063,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36087,7 +36087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36155,7 +36155,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36179,7 +36179,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36268,6 +36268,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -36292,16 +36312,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -36322,16 +36332,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -36377,6 +36377,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -36401,16 +36421,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -36431,16 +36441,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -36495,7 +36495,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36519,7 +36519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36587,7 +36587,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36700,6 +36700,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -36724,16 +36744,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -36754,16 +36764,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -36809,6 +36809,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -36833,16 +36853,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -36863,16 +36873,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -36927,7 +36927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36951,7 +36951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37019,7 +37019,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37132,6 +37132,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -37156,16 +37176,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -37186,16 +37196,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -37241,6 +37241,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -37265,16 +37285,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -37295,16 +37305,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -37359,7 +37359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37383,7 +37383,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37451,7 +37451,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37564,6 +37564,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -37588,16 +37608,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -37618,16 +37628,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -37673,6 +37673,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -37697,16 +37717,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -37727,16 +37737,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -37791,7 +37791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37815,7 +37815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37907,7 +37907,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37996,6 +37996,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -38020,16 +38040,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -38050,16 +38060,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -38105,6 +38105,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -38129,16 +38149,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -38159,16 +38169,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -38223,7 +38223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38247,7 +38247,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38428,6 +38428,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -38452,16 +38472,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -38482,16 +38492,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -38537,6 +38537,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -38561,16 +38581,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -38591,16 +38601,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -38655,7 +38655,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38679,7 +38679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38860,6 +38860,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -38884,16 +38904,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -38914,16 +38924,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -38969,6 +38969,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -38993,16 +39013,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -39023,16 +39033,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -39087,7 +39087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39111,7 +39111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39292,6 +39292,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -39316,16 +39336,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -39346,16 +39356,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -39401,6 +39401,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -39425,16 +39445,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -39455,16 +39465,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -39519,7 +39519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39543,7 +39543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39635,7 +39635,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39724,6 +39724,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -39748,16 +39768,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -39778,16 +39788,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -39833,6 +39833,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -39857,16 +39877,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -39887,16 +39897,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -39951,7 +39951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39975,7 +39975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40156,6 +40156,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -40180,16 +40200,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -40210,16 +40220,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -40265,6 +40265,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -40289,16 +40309,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -40319,16 +40329,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -40383,7 +40383,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40407,7 +40407,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40588,6 +40588,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -40612,16 +40632,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -40642,16 +40652,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -40697,6 +40697,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -40721,16 +40741,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -40751,16 +40761,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -40815,7 +40815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40839,7 +40839,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41020,6 +41020,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -41044,16 +41064,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -41074,16 +41084,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -41129,6 +41129,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -41153,16 +41173,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -41183,16 +41193,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -41247,7 +41247,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41271,7 +41271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41339,7 +41339,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41428,6 +41428,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -41452,16 +41472,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -41482,16 +41492,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -41537,6 +41537,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -41561,16 +41581,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -41591,16 +41601,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -41655,7 +41655,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41679,7 +41679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41836,6 +41836,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -41860,16 +41880,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -41890,16 +41900,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -41945,6 +41945,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -41969,16 +41989,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -41999,16 +42009,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -42063,7 +42063,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42087,7 +42087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42244,6 +42244,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -42268,16 +42288,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -42298,16 +42308,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -42353,6 +42353,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -42377,16 +42397,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -42407,16 +42417,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -42471,7 +42471,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42495,7 +42495,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42652,6 +42652,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -42676,16 +42696,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -42706,16 +42716,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -42761,6 +42761,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -42785,16 +42805,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -42815,16 +42825,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -42879,7 +42879,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42903,7 +42903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42978,7 +42978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43018,7 +43018,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43147,7 +43147,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43255,7 +43255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43303,7 +43303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43470,7 +43470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43518,7 +43518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43637,7 +43637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43685,7 +43685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43780,7 +43780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43828,7 +43828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43971,7 +43971,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44019,7 +44019,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44087,7 +44087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44135,7 +44135,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44230,7 +44230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44278,7 +44278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44353,7 +44353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -44364,6 +44364,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44383,11 +44388,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44446,7 +44446,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44482,7 +44482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44611,7 +44611,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44727,7 +44727,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44795,7 +44795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44867,7 +44867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44942,7 +44942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -44960,6 +44960,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44979,11 +44984,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45194,7 +45194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45212,7 +45212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45320,7 +45320,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45344,7 +45344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45487,7 +45487,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45702,7 +45702,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45845,7 +45845,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46107,7 +46107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46322,7 +46322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46465,7 +46465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46584,7 +46584,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46608,7 +46608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46750,7 +46750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46964,7 +46964,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47106,7 +47106,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47224,7 +47224,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47340,7 +47340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47528,7 +47528,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47620,7 +47620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47736,7 +47736,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47855,7 +47855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -47870,6 +47870,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47889,11 +47894,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47970,7 +47970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48235,7 +48235,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48364,6 +48364,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48383,11 +48388,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48428,7 +48428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48527,7 +48527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48714,7 +48714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -48732,6 +48732,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48751,11 +48756,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49220,7 +49220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -49244,6 +49244,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49263,11 +49268,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49331,7 +49331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49414,7 +49414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49509,7 +49509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49577,7 +49577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49652,7 +49652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusMessage": "System.Object", "Id": "System.String", @@ -49664,6 +49664,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49683,11 +49688,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49746,7 +49746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -49770,6 +49770,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49789,11 +49794,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49815,7 +49815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49920,7 +49920,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49988,7 +49988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -50012,6 +50012,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50031,11 +50036,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50063,7 +50063,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50131,7 +50131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50206,7 +50206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", @@ -50215,6 +50215,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50234,11 +50239,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50319,6 +50319,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -50343,16 +50363,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -50373,16 +50383,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -50425,7 +50425,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50479,7 +50479,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50551,7 +50551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50569,7 +50569,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50691,6 +50691,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -50715,16 +50735,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -50745,16 +50755,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -50809,7 +50809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50833,7 +50833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50901,7 +50901,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50925,7 +50925,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51014,6 +51014,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -51038,16 +51058,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -51068,16 +51078,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -51132,7 +51132,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51156,7 +51156,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51224,7 +51224,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51337,6 +51337,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -51361,16 +51381,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -51391,16 +51401,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -51455,7 +51455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51479,7 +51479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51547,7 +51547,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51660,6 +51660,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -51684,16 +51704,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -51714,16 +51724,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -51778,7 +51778,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51802,7 +51802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51870,7 +51870,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51983,6 +51983,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -52007,16 +52027,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -52037,16 +52047,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -52101,7 +52101,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52125,7 +52125,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52217,7 +52217,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52306,6 +52306,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -52330,16 +52350,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -52360,16 +52370,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -52424,7 +52424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52448,7 +52448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52629,6 +52629,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -52653,16 +52673,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -52683,16 +52693,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -52747,7 +52747,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52771,7 +52771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52952,6 +52952,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -52976,16 +52996,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -53006,16 +53016,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -53070,7 +53070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53094,7 +53094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53275,6 +53275,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -53299,16 +53319,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -53329,16 +53339,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -53393,7 +53393,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53417,7 +53417,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53509,7 +53509,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53598,6 +53598,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -53622,16 +53642,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -53652,16 +53662,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -53716,7 +53716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53740,7 +53740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53921,6 +53921,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -53945,16 +53965,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -53975,16 +53985,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54039,7 +54039,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54063,7 +54063,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54244,6 +54244,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -54268,16 +54288,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -54298,16 +54308,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54362,7 +54362,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54386,7 +54386,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54567,6 +54567,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -54591,16 +54611,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -54621,16 +54631,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54685,7 +54685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54709,7 +54709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54777,7 +54777,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54866,6 +54866,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -54890,16 +54910,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -54920,16 +54930,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -54984,7 +54984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55008,7 +55008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55165,6 +55165,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -55189,16 +55209,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -55219,16 +55229,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -55283,7 +55283,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55307,7 +55307,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55464,6 +55464,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -55488,16 +55508,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -55518,16 +55528,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -55582,7 +55582,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55606,7 +55606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55763,6 +55763,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -55787,16 +55807,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -55817,16 +55827,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -55881,7 +55881,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55905,7 +55905,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55980,7 +55980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56001,7 +56001,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56169,7 +56169,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56187,7 +56187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56223,7 +56223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56282,7 +56282,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56356,7 +56356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56404,7 +56404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56500,7 +56500,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56574,7 +56574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56622,7 +56622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56814,7 +56814,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56888,7 +56888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56936,7 +56936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57102,7 +57102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57128,7 +57128,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57202,7 +57202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57250,7 +57250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57405,7 +57405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57441,7 +57441,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57577,7 +57577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57625,7 +57625,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57700,7 +57700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -57712,6 +57712,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57731,11 +57736,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57812,7 +57812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -57831,6 +57831,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57850,11 +57855,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58989,7 +58989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -59008,6 +59008,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59027,11 +59032,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59199,7 +59199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -59218,6 +59218,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59237,11 +59242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59532,7 +59532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -59551,6 +59551,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59570,11 +59575,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59689,7 +59689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -59707,7 +59707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -60362,7 +60362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -60790,7 +60790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -60909,7 +60909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -60925,6 +60925,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60944,11 +60949,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61187,7 +61187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -61201,6 +61201,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61220,11 +61225,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61243,7 +61243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADServicePrincipalWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -61258,6 +61258,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61277,11 +61282,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61345,7 +61345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -61364,6 +61364,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61383,11 +61388,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61411,7 +61411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -61431,7 +61431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -61539,7 +61539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61806,7 +61806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -62040,7 +62040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -62252,7 +62252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62530,7 +62530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -62764,7 +62764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -62832,7 +62832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -62851,6 +62851,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62870,11 +62875,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62994,7 +62994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -63013,6 +63013,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63032,11 +63037,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63066,7 +63066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", "GenericTypeArguments": [], @@ -63134,7 +63134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -63153,6 +63153,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63172,11 +63177,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63320,7 +63320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -63339,6 +63339,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63358,11 +63363,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63392,7 +63392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential[], Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", "GenericTypeArguments": [], @@ -63511,7 +63511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.String", "EndDate": "System.String", @@ -63523,6 +63523,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63542,11 +63547,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63565,7 +63565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSADCredentialWrapper, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "System.Security.SecureString", "StartDate": "System.String", @@ -63578,6 +63578,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63597,11 +63602,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63669,7 +63669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -63683,6 +63683,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63702,11 +63707,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64341,7 +64341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -64355,6 +64355,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64374,11 +64379,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64522,7 +64522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -64536,6 +64536,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64555,11 +64560,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64780,7 +64780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -64800,6 +64800,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64819,11 +64824,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64936,7 +64936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65113,7 +65113,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65188,7 +65188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -65212,6 +65212,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65231,11 +65236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65314,7 +65314,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65347,6 +65347,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -65371,16 +65391,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -65401,16 +65411,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -65453,7 +65453,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65489,7 +65489,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65543,7 +65543,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65615,7 +65615,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65633,7 +65633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65764,7 +65764,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65803,6 +65803,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -65827,16 +65847,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -65857,16 +65867,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -65921,7 +65921,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65969,7 +65969,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65993,7 +65993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66061,7 +66061,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66085,7 +66085,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66183,7 +66183,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66222,6 +66222,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -66246,16 +66266,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -66276,16 +66286,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -66340,7 +66340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66388,7 +66388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66412,7 +66412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66480,7 +66480,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66602,7 +66602,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66641,6 +66641,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -66665,16 +66685,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -66695,16 +66705,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -66759,7 +66759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66807,7 +66807,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66831,7 +66831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66899,7 +66899,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67021,7 +67021,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67060,6 +67060,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -67084,16 +67104,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -67114,16 +67124,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -67178,7 +67178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67226,7 +67226,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67250,7 +67250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67318,7 +67318,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67440,7 +67440,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67479,6 +67479,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -67503,16 +67523,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -67533,16 +67543,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -67597,7 +67597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67645,7 +67645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67669,7 +67669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67761,7 +67761,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67859,7 +67859,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67898,6 +67898,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -67922,16 +67942,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -67952,16 +67962,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -68016,7 +68016,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68064,7 +68064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68088,7 +68088,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68278,7 +68278,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68317,6 +68317,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -68341,16 +68361,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -68371,16 +68381,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -68435,7 +68435,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68483,7 +68483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68507,7 +68507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68697,7 +68697,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68736,6 +68736,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -68760,16 +68780,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -68790,16 +68800,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -68854,7 +68854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68902,7 +68902,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68926,7 +68926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69116,7 +69116,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69155,6 +69155,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -69179,16 +69199,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -69209,16 +69219,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -69273,7 +69273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69321,7 +69321,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69345,7 +69345,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69437,7 +69437,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69535,7 +69535,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69574,6 +69574,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -69598,16 +69618,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -69628,16 +69638,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -69692,7 +69692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69740,7 +69740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69764,7 +69764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69954,7 +69954,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69993,6 +69993,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -70017,16 +70037,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -70047,16 +70057,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -70111,7 +70111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70159,7 +70159,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70183,7 +70183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70373,7 +70373,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70412,6 +70412,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -70436,16 +70456,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -70466,16 +70476,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -70530,7 +70530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70578,7 +70578,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70602,7 +70602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70792,7 +70792,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70831,6 +70831,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -70855,16 +70875,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -70885,16 +70895,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -70949,7 +70949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70997,7 +70997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71021,7 +71021,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71089,7 +71089,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71187,7 +71187,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71226,6 +71226,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -71250,16 +71270,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -71280,16 +71290,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -71344,7 +71344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71392,7 +71392,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71416,7 +71416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71582,7 +71582,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71621,6 +71621,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -71645,16 +71665,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -71675,16 +71685,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -71739,7 +71739,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71787,7 +71787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71811,7 +71811,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71977,7 +71977,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72016,6 +72016,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -72040,16 +72060,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -72070,16 +72080,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -72134,7 +72134,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72182,7 +72182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72206,7 +72206,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72372,7 +72372,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72411,6 +72411,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -72435,16 +72455,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -72465,16 +72475,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -72529,7 +72529,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72577,7 +72577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72601,7 +72601,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72678,7 +72678,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72805,7 +72805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72820,6 +72820,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -72844,16 +72864,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -72874,16 +72884,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -72910,7 +72910,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72930,7 +72930,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72966,7 +72966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73167,7 +73167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73182,6 +73182,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -73206,16 +73226,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -73236,16 +73246,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -73278,7 +73278,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73304,7 +73304,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73352,7 +73352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73427,7 +73427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73538,7 +73538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73553,6 +73553,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -73577,16 +73597,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -73607,16 +73617,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -73715,7 +73715,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73751,7 +73751,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73930,7 +73930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73945,6 +73945,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -73969,16 +73989,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -73999,16 +74009,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -74137,7 +74137,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74185,7 +74185,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74260,7 +74260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -74277,6 +74277,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74296,11 +74301,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74422,7 +74422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -74439,6 +74439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74458,11 +74463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74668,7 +74668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -74685,6 +74685,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74704,11 +74709,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74841,7 +74841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -74865,6 +74865,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74884,11 +74889,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74985,7 +74985,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75018,6 +75018,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -75042,16 +75062,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -75072,16 +75082,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -75124,7 +75124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75160,7 +75160,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75214,7 +75214,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75286,7 +75286,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75304,7 +75304,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75459,7 +75459,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75498,6 +75498,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -75522,16 +75542,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -75552,16 +75562,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -75616,7 +75616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75664,7 +75664,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75688,7 +75688,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75756,7 +75756,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75780,7 +75780,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75902,7 +75902,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75941,6 +75941,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -75965,16 +75985,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -75995,16 +76005,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -76059,7 +76059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76107,7 +76107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76131,7 +76131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76199,7 +76199,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76345,7 +76345,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76384,6 +76384,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -76408,16 +76428,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -76438,16 +76448,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -76502,7 +76502,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76550,7 +76550,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76574,7 +76574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76642,7 +76642,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76788,7 +76788,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76827,6 +76827,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -76851,16 +76871,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -76881,16 +76891,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -76945,7 +76945,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76993,7 +76993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77017,7 +77017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77085,7 +77085,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77231,7 +77231,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77270,6 +77270,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -77294,16 +77314,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -77324,16 +77334,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -77388,7 +77388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77436,7 +77436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77460,7 +77460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77552,7 +77552,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77674,7 +77674,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77713,6 +77713,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -77737,16 +77757,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -77767,16 +77777,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -77831,7 +77831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77879,7 +77879,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77903,7 +77903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78117,7 +78117,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78156,6 +78156,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -78180,16 +78200,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -78210,16 +78220,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -78274,7 +78274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78322,7 +78322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78346,7 +78346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78560,7 +78560,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78599,6 +78599,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -78623,16 +78643,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -78653,16 +78663,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -78717,7 +78717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78765,7 +78765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78789,7 +78789,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79003,7 +79003,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79042,6 +79042,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -79066,16 +79086,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -79096,16 +79106,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -79160,7 +79160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79208,7 +79208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79232,7 +79232,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79324,7 +79324,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79446,7 +79446,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79485,6 +79485,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -79509,16 +79529,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -79539,16 +79549,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -79603,7 +79603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79651,7 +79651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79675,7 +79675,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79889,7 +79889,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79928,6 +79928,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -79952,16 +79972,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -79982,16 +79992,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -80046,7 +80046,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80094,7 +80094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80118,7 +80118,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80332,7 +80332,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80371,6 +80371,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -80395,16 +80415,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -80425,16 +80435,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -80489,7 +80489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80537,7 +80537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80561,7 +80561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80775,7 +80775,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80814,6 +80814,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -80838,16 +80858,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -80868,16 +80878,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -80932,7 +80932,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80980,7 +80980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81004,7 +81004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81072,7 +81072,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81194,7 +81194,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81233,6 +81233,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -81257,16 +81277,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -81287,16 +81297,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -81351,7 +81351,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81399,7 +81399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81423,7 +81423,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81613,7 +81613,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81652,6 +81652,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -81676,16 +81696,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -81706,16 +81716,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -81770,7 +81770,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81818,7 +81818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81842,7 +81842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82032,7 +82032,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82071,6 +82071,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -82095,16 +82115,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -82125,16 +82135,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -82189,7 +82189,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82237,7 +82237,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82261,7 +82261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82451,7 +82451,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82490,6 +82490,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -82514,16 +82534,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -82544,16 +82554,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -82608,7 +82608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82656,7 +82656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82680,7 +82680,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82812,7 +82812,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82919,7 +82919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83038,7 +83038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -83055,6 +83055,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83074,11 +83079,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83196,7 +83196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -83209,6 +83209,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83228,11 +83233,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83259,7 +83259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -83272,6 +83272,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83291,11 +83296,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83322,7 +83322,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83376,7 +83376,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -83396,7 +83396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83426,6 +83426,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "ApiVersion", "AliasList": [], @@ -83450,7 +83468,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83627,7 +83645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -83640,6 +83658,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83659,11 +83682,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83696,7 +83714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -83709,6 +83727,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83728,11 +83751,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83789,7 +83807,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -83815,7 +83833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83856,6 +83874,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -83887,7 +83929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83955,7 +83997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -83968,6 +84010,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83987,11 +84034,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84024,7 +84066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -84037,6 +84079,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84056,11 +84103,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84237,7 +84279,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -84263,7 +84305,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84304,6 +84346,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -84335,7 +84401,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84403,7 +84469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -84416,6 +84482,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84435,11 +84506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84472,7 +84538,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84616,7 +84682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -84629,6 +84695,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84648,11 +84719,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84709,7 +84775,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -84735,7 +84801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84776,6 +84842,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -84807,7 +84897,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84875,7 +84965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -84888,6 +84978,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84907,11 +85002,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85088,7 +85178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -85101,6 +85191,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85120,11 +85215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85181,7 +85271,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -85207,7 +85297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85248,6 +85338,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -85279,7 +85393,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85347,7 +85461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -85360,6 +85474,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85379,11 +85498,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85416,7 +85530,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85560,7 +85674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -85573,6 +85687,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85592,11 +85711,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85653,7 +85767,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -85679,7 +85793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85720,6 +85834,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -85751,7 +85889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85819,7 +85957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -85832,6 +85970,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85851,11 +85994,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86032,7 +86170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -86045,6 +86183,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86064,11 +86207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86125,7 +86263,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -86151,7 +86289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86192,6 +86330,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -86223,7 +86385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86298,7 +86460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -86311,6 +86473,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86330,11 +86497,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86544,7 +86706,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86793,7 +86955,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87077,7 +87239,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87363,7 +87525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87438,7 +87600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -87452,6 +87614,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87471,11 +87638,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87596,7 +87758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -87613,6 +87775,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87632,11 +87799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87737,7 +87899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87917,7 +88079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -87934,6 +88096,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87953,11 +88120,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88088,7 +88250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88163,7 +88325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -88176,6 +88338,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88195,11 +88362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88409,7 +88571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88658,7 +88820,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88942,7 +89104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89228,7 +89390,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89303,7 +89465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89360,7 +89522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89380,7 +89542,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89400,7 +89562,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89420,7 +89582,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89438,7 +89600,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89456,7 +89618,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89604,7 +89766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89622,7 +89784,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89658,7 +89820,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89765,7 +89927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89791,7 +89953,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89817,7 +89979,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89843,7 +90005,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89867,7 +90029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89891,7 +90053,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89939,7 +90101,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89987,7 +90149,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90131,7 +90293,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90157,7 +90319,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90183,7 +90345,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90209,7 +90371,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90233,7 +90395,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90257,7 +90419,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90305,7 +90467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90353,7 +90515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90593,7 +90755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90619,7 +90781,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90645,7 +90807,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90671,7 +90833,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90695,7 +90857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90719,7 +90881,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90767,7 +90929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90815,7 +90977,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90981,7 +91143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91055,7 +91217,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91081,7 +91243,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91107,7 +91269,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91133,7 +91295,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91157,7 +91319,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91181,7 +91343,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91229,7 +91391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91277,7 +91439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91352,7 +91514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -91365,6 +91527,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91384,11 +91551,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91451,7 +91613,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91469,7 +91631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91505,7 +91667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91614,7 +91776,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91638,7 +91800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91686,7 +91848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91761,7 +91923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -91782,6 +91944,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91801,11 +91968,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91881,6 +92043,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -91905,16 +92087,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -91935,16 +92107,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -91992,7 +92154,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92028,7 +92190,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92061,6 +92223,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -92085,16 +92267,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -92115,16 +92287,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -92167,7 +92329,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92185,7 +92347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92221,7 +92383,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92275,7 +92437,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92347,7 +92509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92365,7 +92527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92487,6 +92649,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -92511,16 +92693,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -92541,16 +92713,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -92610,7 +92772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92658,7 +92820,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92697,6 +92859,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -92721,16 +92903,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -92751,16 +92923,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -92815,7 +92977,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92839,7 +93001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92887,7 +93049,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92911,7 +93073,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92979,7 +93141,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93003,7 +93165,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93092,6 +93254,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -93116,16 +93298,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -93146,16 +93318,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -93215,7 +93377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93263,7 +93425,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93302,6 +93464,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -93326,16 +93508,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -93356,16 +93528,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -93420,7 +93582,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93444,7 +93606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93492,7 +93654,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93516,7 +93678,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93584,7 +93746,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93697,6 +93859,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -93721,16 +93903,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -93751,16 +93923,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -93820,7 +93982,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93868,7 +94030,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93907,6 +94069,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -93931,16 +94113,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -93961,16 +94133,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -94025,7 +94187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94049,7 +94211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94097,7 +94259,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94121,7 +94283,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94189,7 +94351,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94302,6 +94464,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -94326,16 +94508,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -94356,16 +94528,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -94425,7 +94587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94473,7 +94635,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94512,6 +94674,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -94536,16 +94718,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -94566,16 +94738,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -94630,7 +94792,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94654,7 +94816,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94702,7 +94864,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94726,7 +94888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94794,7 +94956,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94907,6 +95069,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -94931,16 +95113,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -94961,16 +95133,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -95030,7 +95192,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95078,7 +95240,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95117,6 +95279,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -95141,16 +95323,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -95171,16 +95343,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -95235,7 +95397,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95259,7 +95421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95307,7 +95469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95331,7 +95493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95423,7 +95585,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95512,6 +95674,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -95536,16 +95718,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -95566,16 +95738,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -95635,7 +95797,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95683,7 +95845,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95722,6 +95884,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -95746,16 +95928,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -95776,16 +95948,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -95840,7 +96002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95864,7 +96026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95912,7 +96074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95936,7 +96098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96117,6 +96279,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -96141,16 +96323,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -96171,16 +96343,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -96240,7 +96402,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96288,7 +96450,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96327,6 +96489,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -96351,16 +96533,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -96381,16 +96553,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -96445,7 +96607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96469,7 +96631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96517,7 +96679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96541,7 +96703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96722,6 +96884,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -96746,16 +96928,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -96776,16 +96948,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -96845,7 +97007,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96893,7 +97055,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96932,6 +97094,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -96956,16 +97138,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -96986,16 +97158,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -97050,7 +97212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97074,7 +97236,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97122,7 +97284,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97146,7 +97308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97327,6 +97489,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -97351,16 +97533,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -97381,16 +97553,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -97450,7 +97612,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97498,7 +97660,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97537,6 +97699,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -97561,16 +97743,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -97591,16 +97763,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -97655,7 +97817,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97679,7 +97841,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97727,7 +97889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97751,7 +97913,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97843,7 +98005,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97932,6 +98094,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -97956,16 +98138,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -97986,16 +98158,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -98055,7 +98217,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98103,7 +98265,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98142,6 +98304,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -98166,16 +98348,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -98196,16 +98368,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -98260,7 +98422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98284,7 +98446,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98332,7 +98494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98356,7 +98518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98537,6 +98699,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -98561,16 +98743,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -98591,16 +98763,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -98660,7 +98822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98708,7 +98870,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98747,6 +98909,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -98771,16 +98953,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -98801,16 +98973,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -98865,7 +99027,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98889,7 +99051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98937,7 +99099,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98961,7 +99123,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99142,6 +99304,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -99166,16 +99348,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -99196,16 +99368,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -99265,7 +99427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99313,7 +99475,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99352,6 +99514,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -99376,16 +99558,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -99406,16 +99578,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -99470,7 +99632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99494,7 +99656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99542,7 +99704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99566,7 +99728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99747,6 +99909,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -99771,16 +99953,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -99801,16 +99973,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -99870,7 +100032,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99918,7 +100080,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99957,6 +100119,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -99981,16 +100163,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -100011,16 +100183,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -100075,7 +100237,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100099,7 +100261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100147,7 +100309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100171,7 +100333,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100239,7 +100401,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100328,6 +100490,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -100352,16 +100534,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -100382,16 +100554,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -100451,7 +100613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100499,7 +100661,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100538,6 +100700,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -100562,16 +100744,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -100592,16 +100764,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -100656,7 +100818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100680,7 +100842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100728,7 +100890,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100752,7 +100914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100909,6 +101071,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -100933,16 +101115,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -100963,16 +101135,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -101032,7 +101194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101080,7 +101242,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101119,6 +101281,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -101143,16 +101325,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -101173,16 +101345,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -101237,7 +101399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101261,7 +101423,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101309,7 +101471,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101333,7 +101495,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101490,6 +101652,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -101514,16 +101696,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -101544,16 +101716,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -101613,7 +101775,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101661,7 +101823,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101700,6 +101862,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -101724,16 +101906,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -101754,16 +101926,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -101818,7 +101980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101842,7 +102004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101890,7 +102052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101914,7 +102076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102071,6 +102233,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -102095,16 +102277,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -102125,16 +102297,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -102194,7 +102356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102242,7 +102404,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102281,6 +102443,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -102305,16 +102487,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -102335,16 +102507,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -102399,7 +102561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102423,7 +102585,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102471,7 +102633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102495,7 +102657,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102570,7 +102732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102612,7 +102774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102627,6 +102789,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -102651,16 +102833,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -102681,16 +102853,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -102735,7 +102897,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102864,7 +103026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102974,7 +103136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102989,6 +103151,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -103013,16 +103195,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -103043,16 +103215,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -103109,7 +103271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103157,7 +103319,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103326,7 +103488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103341,6 +103503,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -103365,16 +103547,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -103395,16 +103567,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -103461,7 +103623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103509,7 +103671,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103630,7 +103792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103645,6 +103807,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -103669,16 +103851,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -103699,16 +103871,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -103765,7 +103927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103813,7 +103975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103910,7 +104072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103925,6 +104087,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -103949,16 +104131,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -103979,16 +104151,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -104045,7 +104207,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104093,7 +104255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104238,7 +104400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104253,6 +104415,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -104277,16 +104459,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -104307,16 +104479,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -104373,7 +104535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104421,7 +104583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104491,7 +104653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104506,6 +104668,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -104530,16 +104712,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -104560,16 +104732,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -104626,7 +104788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104674,7 +104836,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104771,7 +104933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104786,6 +104948,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -104810,16 +104992,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -104840,16 +105012,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -104906,7 +105068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104954,7 +105116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105029,7 +105191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -105047,6 +105209,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105066,11 +105233,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105374,7 +105536,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105604,7 +105766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105917,7 +106079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106158,7 +106320,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106399,7 +106561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106640,7 +106802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106953,7 +107115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107194,7 +107356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107435,7 +107597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107748,7 +107910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107989,7 +108151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108081,7 +108243,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108149,7 +108311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108224,7 +108386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -108239,6 +108401,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108258,11 +108425,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108303,7 +108465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -108318,6 +108480,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108337,11 +108504,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108470,7 +108632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -108485,6 +108647,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108504,11 +108671,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108641,6 +108803,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108660,11 +108827,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108683,7 +108845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -108694,6 +108856,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108713,11 +108880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108794,7 +108956,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108967,7 +109129,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109086,7 +109248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -109104,6 +109266,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -109123,11 +109290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -109260,7 +109422,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109334,7 +109496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109597,7 +109759,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109645,7 +109807,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109933,7 +110095,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109981,7 +110143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110195,7 +110357,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110243,7 +110405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110366,7 +110528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -110390,6 +110552,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -110409,11 +110576,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -110492,7 +110654,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110525,6 +110687,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -110549,16 +110731,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -110579,16 +110751,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -110631,7 +110793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110667,7 +110829,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110721,7 +110883,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110793,7 +110955,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110811,7 +110973,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110942,7 +111104,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110981,6 +111143,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -111005,16 +111187,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -111035,16 +111207,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -111099,7 +111261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111147,7 +111309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111171,7 +111333,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111239,7 +111401,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111263,7 +111425,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111361,7 +111523,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111400,6 +111562,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -111424,16 +111606,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -111454,16 +111626,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -111518,7 +111680,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111566,7 +111728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111590,7 +111752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111658,7 +111820,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111780,7 +111942,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111819,6 +111981,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -111843,16 +112025,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -111873,16 +112045,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -111937,7 +112099,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111985,7 +112147,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112009,7 +112171,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112077,7 +112239,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112199,7 +112361,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112238,6 +112400,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -112262,16 +112444,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -112292,16 +112464,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -112356,7 +112518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112404,7 +112566,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112428,7 +112590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112496,7 +112658,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112618,7 +112780,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112657,6 +112819,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -112681,16 +112863,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -112711,16 +112883,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -112775,7 +112937,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112823,7 +112985,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112847,7 +113009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112939,7 +113101,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113037,7 +113199,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113076,6 +113238,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -113100,16 +113282,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -113130,16 +113302,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -113194,7 +113356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113242,7 +113404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113266,7 +113428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113456,7 +113618,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113495,6 +113657,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -113519,16 +113701,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -113549,16 +113721,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -113613,7 +113775,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113661,7 +113823,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113685,7 +113847,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113875,7 +114037,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -113914,6 +114076,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -113938,16 +114120,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -113968,16 +114140,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -114032,7 +114194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114080,7 +114242,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114104,7 +114266,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114294,7 +114456,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114333,6 +114495,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -114357,16 +114539,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -114387,16 +114559,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -114451,7 +114613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114499,7 +114661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114523,7 +114685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114615,7 +114777,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114713,7 +114875,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114752,6 +114914,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -114776,16 +114958,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -114806,16 +114978,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -114870,7 +115032,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114918,7 +115080,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114942,7 +115104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115132,7 +115294,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115171,6 +115333,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -115195,16 +115377,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -115225,16 +115397,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -115289,7 +115451,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115337,7 +115499,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115361,7 +115523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115551,7 +115713,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115590,6 +115752,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -115614,16 +115796,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -115644,16 +115816,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -115708,7 +115870,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115756,7 +115918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115780,7 +115942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115970,7 +116132,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116009,6 +116171,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -116033,16 +116215,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -116063,16 +116235,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -116127,7 +116289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116175,7 +116337,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116199,7 +116361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116267,7 +116429,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116365,7 +116527,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116404,6 +116566,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -116428,16 +116610,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -116458,16 +116630,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -116522,7 +116684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116570,7 +116732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116594,7 +116756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116760,7 +116922,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116799,6 +116961,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -116823,16 +117005,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -116853,16 +117025,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -116917,7 +117079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116965,7 +117127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116989,7 +117151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117155,7 +117317,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117194,6 +117356,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -117218,16 +117400,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -117248,16 +117420,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -117312,7 +117474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117360,7 +117522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117384,7 +117546,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117550,7 +117712,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117589,6 +117751,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -117613,16 +117795,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -117643,16 +117815,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -117707,7 +117869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117755,7 +117917,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117779,7 +117941,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117854,7 +118016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -117863,6 +118025,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117882,11 +118049,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118083,7 +118245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -118094,6 +118256,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118113,11 +118280,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118176,7 +118338,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118281,7 +118443,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118447,7 +118609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -118466,6 +118628,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118485,11 +118652,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118511,7 +118673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118529,7 +118691,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118634,7 +118796,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118658,7 +118820,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118774,7 +118936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118798,7 +118960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118890,7 +119052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118914,7 +119076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119006,7 +119168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -119025,6 +119187,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119044,11 +119211,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119076,7 +119238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119100,7 +119262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119168,7 +119330,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119192,7 +119354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119340,7 +119502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -119359,6 +119521,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119378,11 +119545,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119404,7 +119566,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119422,7 +119584,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119503,7 +119665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119527,7 +119689,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119619,7 +119781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119643,7 +119805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119735,7 +119897,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119759,7 +119921,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119827,7 +119989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -119846,6 +120008,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119865,11 +120032,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119897,7 +120059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119921,7 +120083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119989,7 +120151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120013,7 +120175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120143,7 +120305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -120159,6 +120321,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120178,11 +120345,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120204,7 +120366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120222,7 +120384,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120303,7 +120465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120327,7 +120489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120419,7 +120581,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120443,7 +120605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120511,7 +120673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -120527,6 +120689,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120546,11 +120713,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120578,7 +120740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120602,7 +120764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120670,7 +120832,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120694,7 +120856,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120860,7 +121022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -120876,6 +121038,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120895,11 +121062,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120921,7 +121083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121026,7 +121188,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121118,7 +121280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -121134,6 +121296,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121153,11 +121320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121185,7 +121347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121301,7 +121463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121417,7 +121579,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121509,7 +121671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SecurityEnabled": "System.Nullable`1[System.Boolean]", @@ -121525,6 +121687,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121544,11 +121711,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121576,7 +121738,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121692,7 +121854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121760,7 +121922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121835,7 +121997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -121849,6 +122011,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121868,11 +122035,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121972,7 +122134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -121986,6 +122148,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122005,11 +122172,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122031,7 +122193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -122050,6 +122212,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122069,11 +122236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122095,7 +122257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122113,7 +122275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122197,7 +122359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122221,7 +122383,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122313,7 +122475,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122337,7 +122499,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122431,7 +122593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122455,7 +122617,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122547,7 +122709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122571,7 +122733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122639,7 +122801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -122653,6 +122815,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122672,11 +122839,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122704,7 +122866,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122728,7 +122890,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122796,7 +122958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -122815,6 +122977,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122834,11 +123001,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122866,7 +123028,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122890,7 +123052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122958,7 +123120,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122982,7 +123144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123130,7 +123292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -123144,6 +123306,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123163,11 +123330,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123207,7 +123369,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123225,7 +123387,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123330,7 +123492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123354,7 +123516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123470,7 +123632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123494,7 +123656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123586,7 +123748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123610,7 +123772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123678,7 +123840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -123692,6 +123854,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123711,11 +123878,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123767,7 +123929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123791,7 +123953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123859,7 +124021,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123883,7 +124045,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124053,7 +124215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -124073,6 +124235,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124092,11 +124259,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124118,7 +124280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124136,7 +124298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124217,7 +124379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124241,7 +124403,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124335,7 +124497,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124359,7 +124521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124451,7 +124613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124475,7 +124637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124567,7 +124729,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124591,7 +124753,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124659,7 +124821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -124679,6 +124841,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124698,11 +124865,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124730,7 +124892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124754,7 +124916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124822,7 +124984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124846,7 +125008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124981,7 +125143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -125005,6 +125167,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125024,11 +125191,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125050,7 +125212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125068,7 +125230,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125086,7 +125248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125169,7 +125331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125193,7 +125355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125217,7 +125379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125312,7 +125474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125336,7 +125498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125360,7 +125522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125428,7 +125590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -125452,6 +125614,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125471,11 +125638,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125503,7 +125665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125527,7 +125689,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125551,7 +125713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125619,7 +125781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125643,7 +125805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125667,7 +125829,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125744,7 +125906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -125772,6 +125934,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125791,11 +125958,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125874,7 +126036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -125902,6 +126064,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125921,11 +126088,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125947,7 +126109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126052,7 +126214,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126146,7 +126308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126214,7 +126376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -126242,6 +126404,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126261,11 +126428,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126293,7 +126455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126361,7 +126523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126511,7 +126673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126547,7 +126709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126652,7 +126814,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126700,7 +126862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126794,7 +126956,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126842,7 +127004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126910,7 +127072,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126958,7 +127120,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127108,7 +127270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127144,7 +127306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127249,7 +127411,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127297,7 +127459,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127391,7 +127553,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127439,7 +127601,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127507,7 +127669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127555,7 +127717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127649,7 +127811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -127666,6 +127828,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127685,11 +127852,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127741,7 +127903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127798,7 +127960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -127815,6 +127977,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127834,11 +128001,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127876,7 +128038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127970,7 +128132,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128167,7 +128329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -128191,6 +128353,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128210,11 +128377,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128236,7 +128398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128254,7 +128416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128272,7 +128434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128379,7 +128541,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128403,7 +128565,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128427,7 +128589,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128522,7 +128684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128546,7 +128708,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128570,7 +128732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128638,7 +128800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -128662,6 +128824,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128681,11 +128848,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128713,7 +128875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128737,7 +128899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128761,7 +128923,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128829,7 +128991,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128853,7 +129015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128877,7 +129039,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129009,7 +129171,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129116,7 +129278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129310,7 +129472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -129327,6 +129489,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129346,11 +129513,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129395,7 +129557,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129524,7 +129686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129642,7 +129804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129710,7 +129872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -129727,6 +129889,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -129746,11 +129913,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -129807,7 +129969,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129899,7 +130061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130031,7 +130193,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130087,7 +130249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -130100,6 +130262,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130119,11 +130286,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130168,7 +130330,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130249,7 +130411,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130297,7 +130459,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130413,7 +130575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130461,7 +130623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130579,7 +130741,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130627,7 +130789,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130721,7 +130883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130769,7 +130931,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130837,7 +130999,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130885,7 +131047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130953,7 +131115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -130966,6 +131128,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -130985,11 +131152,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131022,7 +131184,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131070,7 +131232,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131220,7 +131382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131238,7 +131400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -131252,6 +131414,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131271,11 +131438,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131320,7 +131482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131425,7 +131587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131473,7 +131635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131567,7 +131729,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131615,7 +131777,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131683,7 +131845,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131731,7 +131893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131799,7 +131961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -131813,6 +131975,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131832,11 +131999,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131869,7 +132031,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131917,7 +132079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132049,7 +132211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132105,7 +132267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -132118,6 +132280,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132137,11 +132304,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132186,7 +132348,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132267,7 +132429,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132315,7 +132477,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132431,7 +132593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132479,7 +132641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132597,7 +132759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132645,7 +132807,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132739,7 +132901,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132787,7 +132949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132855,7 +133017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132903,7 +133065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132971,7 +133133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -132984,6 +133146,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -133003,11 +133170,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -133040,7 +133202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133088,7 +133250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133182,7 +133344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133330,7 +133492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133348,7 +133510,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133384,7 +133546,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133441,7 +133603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133489,7 +133651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133537,7 +133699,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133631,7 +133793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133679,7 +133841,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133727,7 +133889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133917,7 +134079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133965,7 +134127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134013,7 +134175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134179,7 +134341,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134203,7 +134365,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134251,7 +134413,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134299,7 +134461,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134434,7 +134596,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134452,7 +134614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134488,7 +134650,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134571,7 +134733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134595,7 +134757,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134643,7 +134805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134738,7 +134900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134762,7 +134924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134810,7 +134972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134878,7 +135040,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134902,7 +135064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134950,7 +135112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135103,7 +135265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135210,7 +135372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135305,7 +135467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135373,7 +135535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135448,7 +135610,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135488,7 +135650,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135617,7 +135779,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135725,7 +135887,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135773,7 +135935,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135940,7 +136102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135988,7 +136150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136107,7 +136269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136155,7 +136317,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136250,7 +136412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136298,7 +136460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136441,7 +136603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136489,7 +136651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136557,7 +136719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136605,7 +136767,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136700,7 +136862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136748,7 +136910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136823,7 +136985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -136841,6 +137003,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136860,11 +137027,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137075,7 +137237,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137093,7 +137255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -137111,6 +137273,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -137130,11 +137297,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -137270,7 +137432,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137485,7 +137647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137628,7 +137790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137771,7 +137933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137914,7 +138076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138129,7 +138291,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138272,7 +138434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138415,7 +138577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138629,7 +138791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138771,7 +138933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138913,7 +139075,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138981,7 +139143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139049,7 +139211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -139067,6 +139229,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139086,11 +139253,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139118,7 +139280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139248,7 +139410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -139263,6 +139425,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139282,11 +139449,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139326,7 +139488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139344,7 +139506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139449,7 +139611,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139473,7 +139635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139589,7 +139751,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139613,7 +139775,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139681,7 +139843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -139696,6 +139858,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139715,11 +139882,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139747,7 +139909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139771,7 +139933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139839,7 +140001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139863,7 +140025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139948,6 +140110,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139967,11 +140134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139990,7 +140152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -140001,6 +140163,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140020,11 +140187,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140083,7 +140245,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140206,7 +140368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140274,7 +140436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140366,7 +140528,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140460,7 +140622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140591,7 +140753,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140731,7 +140893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140849,7 +141011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141008,7 +141170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -141032,6 +141194,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141051,11 +141218,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141077,7 +141239,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141095,7 +141257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141113,7 +141275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141196,7 +141358,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141220,7 +141382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141244,7 +141406,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141339,7 +141501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141363,7 +141525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141387,7 +141549,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141455,7 +141617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -141479,6 +141641,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141498,11 +141665,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141530,7 +141692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141554,7 +141716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141578,7 +141740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141646,7 +141808,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141670,7 +141832,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141694,7 +141856,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141769,13 +141931,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141795,11 +141962,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141878,7 +142040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -141906,6 +142068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141925,11 +142092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141987,7 +142149,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142140,7 +142302,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142280,7 +142442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142350,7 +142512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", "Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity", @@ -142378,6 +142540,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142397,11 +142564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142477,7 +142639,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142545,7 +142707,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142620,13 +142782,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142646,11 +142813,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142693,7 +142855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -142717,6 +142879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142736,11 +142903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142780,7 +142942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142798,7 +142960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142905,7 +143067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142929,7 +143091,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142997,7 +143159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -143021,6 +143183,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143040,11 +143207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143096,7 +143258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143120,7 +143282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143212,7 +143374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143236,7 +143398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143313,13 +143475,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143339,11 +143506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143404,7 +143566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -143428,6 +143590,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143447,11 +143614,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143491,7 +143653,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143509,7 +143671,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143640,7 +143802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143664,7 +143826,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143732,7 +143894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -143756,6 +143918,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143775,11 +143942,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143831,7 +143993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143855,7 +144017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143947,7 +144109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143971,7 +144133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144046,7 +144208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144123,7 +144285,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144141,7 +144303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144274,7 +144436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144298,7 +144460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144373,13 +144535,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144399,11 +144566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144446,7 +144608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -144470,6 +144632,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144489,11 +144656,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144533,7 +144695,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144551,7 +144713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144658,7 +144820,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144682,7 +144844,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144750,7 +144912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -144774,6 +144936,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144793,11 +144960,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144849,7 +145011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144873,7 +145035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144965,7 +145127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144989,7 +145151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145064,7 +145226,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145213,7 +145375,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145233,7 +145395,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145269,7 +145431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145472,7 +145634,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145498,7 +145660,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145546,7 +145708,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145738,7 +145900,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145764,7 +145926,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145812,7 +145974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145978,7 +146140,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146004,7 +146166,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146052,7 +146214,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146127,7 +146289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146276,7 +146438,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146312,7 +146474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146515,7 +146677,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146563,7 +146725,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146755,7 +146917,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146803,7 +146965,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146969,7 +147131,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147017,7 +147179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147092,7 +147254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -147109,6 +147271,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147128,11 +147295,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147288,7 +147450,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147324,7 +147486,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147360,7 +147522,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147380,7 +147542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -147397,6 +147559,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147416,11 +147583,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147441,6 +147603,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "ApiVersion", "AliasList": [], @@ -147465,7 +147645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147666,7 +147846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147714,7 +147894,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147733,6 +147913,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -147764,7 +147968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147880,7 +148084,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148000,7 +148204,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148048,7 +148252,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148067,6 +148271,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -148098,7 +148326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148334,7 +148562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148382,7 +148610,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148401,6 +148629,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -148432,7 +148684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148596,7 +148848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148644,7 +148896,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148663,6 +148915,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -148694,7 +148970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148884,7 +149160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148932,7 +149208,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148951,6 +149227,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -148982,7 +149282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149076,7 +149376,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149196,7 +149496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149244,7 +149544,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149263,6 +149563,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -149294,7 +149618,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149508,7 +149832,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149556,7 +149880,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149575,6 +149899,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -149606,7 +149954,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149674,7 +150022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", "Identity": "System.Management.Automation.PSObject", @@ -149691,6 +150039,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149710,11 +150063,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149843,7 +150191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149891,7 +150239,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149910,6 +150258,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "NonComplianceMessage", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ApiVersion", @@ -149941,7 +150313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150016,7 +150388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -150029,6 +150401,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150048,11 +150425,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150264,7 +150636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -150277,6 +150649,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150296,11 +150673,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150345,7 +150717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150594,7 +150966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150878,7 +151250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151164,7 +151536,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151426,7 +151798,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151662,7 +152034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151730,7 +152102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", "Name": "System.String", @@ -151743,6 +152115,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151762,11 +152139,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151967,7 +152339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152042,7 +152414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -152056,6 +152428,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152075,11 +152452,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152258,7 +152630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152294,7 +152666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -152308,6 +152680,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152327,11 +152704,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152376,7 +152748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152606,7 +152978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152678,7 +153050,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152897,7 +153269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152969,7 +153341,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153162,7 +153534,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153234,7 +153606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153302,7 +153674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", "SystemData": "System.Management.Automation.PSObject", @@ -153316,6 +153688,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153335,11 +153712,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153497,7 +153869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153569,7 +153941,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153644,7 +154016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -153657,6 +154029,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153676,11 +154053,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153874,7 +154246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -153887,6 +154259,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153906,11 +154283,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153973,7 +154345,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154222,7 +154594,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154506,7 +154878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154792,7 +155164,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155054,7 +155426,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155290,7 +155662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155358,7 +155730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", "Name": "System.String", @@ -155371,6 +155743,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155390,11 +155767,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155595,7 +155967,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155670,7 +156042,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155689,7 +156061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -155718,6 +156090,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155737,11 +156114,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155808,7 +156180,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155828,7 +156200,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155848,7 +156220,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155868,7 +156240,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155886,7 +156258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155904,7 +156276,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156052,7 +156424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156070,7 +156442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156106,7 +156478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156163,7 +156535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", @@ -156192,6 +156564,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156211,11 +156588,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156294,7 +156666,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156320,7 +156692,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156346,7 +156718,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156372,7 +156744,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156396,7 +156768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156420,7 +156792,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156468,7 +156840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156516,7 +156888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156610,7 +156982,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156636,7 +157008,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156662,7 +157034,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156688,7 +157060,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156712,7 +157084,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156736,7 +157108,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156784,7 +157156,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156832,7 +157204,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156952,7 +157324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156978,7 +157350,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157004,7 +157376,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157030,7 +157402,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157054,7 +157426,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157078,7 +157450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157126,7 +157498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157174,7 +157546,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157390,7 +157762,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157416,7 +157788,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157442,7 +157814,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157468,7 +157840,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157492,7 +157864,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157516,7 +157888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157564,7 +157936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157612,7 +157984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157778,7 +158150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157828,7 +158200,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157854,7 +158226,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157880,7 +158252,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157906,7 +158278,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157930,7 +158302,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157954,7 +158326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158002,7 +158374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158050,7 +158422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158125,7 +158497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -158138,6 +158510,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158157,11 +158534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158206,7 +158578,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158263,7 +158635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158348,7 +158720,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158396,7 +158768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158466,7 +158838,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158514,7 +158886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158611,7 +158983,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158659,7 +159031,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158734,7 +159106,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158749,7 +159121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158791,7 +159163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158806,6 +159178,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -158830,16 +159222,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -158860,16 +159242,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -158914,7 +159286,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159043,7 +159415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159153,7 +159525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159168,6 +159540,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -159192,16 +159584,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -159222,16 +159604,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -159288,7 +159660,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159336,7 +159708,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159505,7 +159877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159520,6 +159892,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -159544,16 +159936,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -159574,16 +159956,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -159640,7 +160012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159688,7 +160060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159809,7 +160181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159824,6 +160196,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -159848,16 +160240,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -159878,16 +160260,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -159944,7 +160316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159992,7 +160364,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160089,7 +160461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160104,6 +160476,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -160128,16 +160520,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -160158,16 +160540,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -160224,7 +160596,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160272,7 +160644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160417,7 +160789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160432,6 +160804,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -160456,16 +160848,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -160486,16 +160868,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -160552,7 +160924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160600,7 +160972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160670,7 +161042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160685,6 +161057,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -160709,16 +161101,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -160739,16 +161121,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -160805,7 +161177,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160853,7 +161225,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160950,7 +161322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160965,6 +161337,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -160989,16 +161381,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -161019,16 +161401,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -161085,7 +161457,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161133,7 +161505,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161208,7 +161580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -161226,6 +161598,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161245,11 +161622,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161290,7 +161662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -161308,6 +161680,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161327,11 +161704,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161353,7 +161725,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161434,7 +161806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161502,7 +161874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CanDelegate": "System.Boolean", "RoleAssignmentId": "System.String", @@ -161520,6 +161892,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161539,11 +161916,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161571,7 +161943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161639,7 +162011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161714,7 +162086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -161729,6 +162101,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161748,11 +162125,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161793,7 +162165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -161808,6 +162180,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161827,11 +162204,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161960,7 +162332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -161975,6 +162347,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161994,11 +162371,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162121,7 +162493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -162139,6 +162511,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162158,11 +162535,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162315,7 +162687,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162564,7 +162936,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162854,7 +163226,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163142,7 +163514,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163380,7 +163752,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163692,7 +164064,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164002,7 +164374,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164144,7 +164516,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164327,7 +164699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -164351,6 +164723,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -164370,11 +164747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -164396,7 +164768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164414,7 +164786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164497,7 +164869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164521,7 +164893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164616,7 +164988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164640,7 +165012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164708,7 +165080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -164732,6 +165104,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -164751,11 +165128,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -164783,7 +165155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164807,7 +165179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164875,7 +165247,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164899,7 +165271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165054,7 +165426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -165078,6 +165450,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165097,11 +165474,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165123,7 +165495,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165141,7 +165513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165248,7 +165620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165272,7 +165644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165367,7 +165739,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165391,7 +165763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165459,7 +165831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -165483,6 +165855,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165502,11 +165879,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165534,7 +165906,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165558,7 +165930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165626,7 +165998,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165650,7 +166022,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165803,7 +166175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165910,7 +166282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166005,7 +166377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166073,7 +166445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166208,7 +166580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -166232,6 +166604,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166251,11 +166628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166277,7 +166649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166295,7 +166667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166378,7 +166750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166402,7 +166774,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166497,7 +166869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166521,7 +166893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166589,7 +166961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended", @@ -166613,6 +166985,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166632,11 +167009,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166664,7 +167036,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166688,7 +167060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166756,7 +167128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166780,7 +167152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166855,7 +167227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -166865,6 +167237,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166884,11 +167261,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166905,6 +167277,26 @@ } ], "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "Location", "AliasList": [], @@ -166947,7 +167339,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167001,7 +167393,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167073,7 +167465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167091,7 +167483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167141,6 +167533,32 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -167196,7 +167614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167220,7 +167638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167288,7 +167706,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167312,7 +167730,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167329,6 +167747,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -167384,7 +167828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167408,7 +167852,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167476,7 +167920,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167517,6 +167961,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -167572,7 +168042,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167596,7 +168066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167664,7 +168134,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167705,6 +168175,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -167760,7 +168256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167784,7 +168280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167852,7 +168348,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167895,8 +168391,10 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -167912,14 +168410,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "QueryString", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -167934,21 +168432,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SkipTemplateParameterPrompt", + "Name": "QueryString", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167967,12 +168465,36 @@ }, { "ParameterMetadata": { - "Name": "Pre", + "Name": "SkipTemplateParameterPrompt", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Pre", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168064,7 +168586,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168081,6 +168603,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -168136,7 +168684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168160,7 +168708,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168269,6 +168817,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -168324,7 +168898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168348,7 +168922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168457,6 +169031,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -168512,7 +169112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168536,7 +169136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168645,6 +169245,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -168700,7 +169326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168724,7 +169350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168816,7 +169442,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168833,6 +169459,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -168888,7 +169540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168912,7 +169564,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169021,6 +169673,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -169076,7 +169754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169100,7 +169778,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169209,6 +169887,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -169264,7 +169968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169288,7 +169992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169397,6 +170101,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -169452,7 +170182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169476,7 +170206,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169544,7 +170274,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169561,6 +170291,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -169616,7 +170372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169640,7 +170396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169725,6 +170481,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -169780,7 +170562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169804,7 +170586,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169889,6 +170671,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -169944,7 +170752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169968,7 +170776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170053,6 +170861,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -170108,7 +170942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170132,7 +170966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170209,7 +171043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -170219,6 +171053,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -170238,11 +171077,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -170259,6 +171093,26 @@ } ], "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "ManagementGroupId", "AliasList": [], @@ -170319,7 +171173,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170373,7 +171227,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170445,7 +171299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170463,7 +171317,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170513,6 +171367,32 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -170592,7 +171472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170616,7 +171496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170684,7 +171564,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170708,7 +171588,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170725,6 +171605,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -170804,7 +171710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170828,7 +171734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170896,7 +171802,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170937,6 +171843,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -171016,7 +171948,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171040,7 +171972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171108,7 +172040,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171149,6 +172081,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -171228,7 +172186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171252,7 +172210,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171320,7 +172278,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171361,6 +172319,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -171440,7 +172424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171464,7 +172448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171556,7 +172540,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171575,8 +172559,10 @@ }, { "ParameterMetadata": { - "Name": "ManagementGroupId", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -171592,14 +172578,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Location", + "Name": "ManagementGroupId", "AliasList": [], "Type": { "Namespace": "System", @@ -171623,7 +172609,7 @@ }, { "ParameterMetadata": { - "Name": "QueryString", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -171638,21 +172624,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SkipTemplateParameterPrompt", + "Name": "QueryString", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171671,12 +172657,36 @@ }, { "ParameterMetadata": { - "Name": "Pre", + "Name": "SkipTemplateParameterPrompt", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Pre", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171785,6 +172795,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -171864,7 +172900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171888,7 +172924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171997,6 +173033,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -172076,7 +173138,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172100,7 +173162,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172209,6 +173271,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -172288,7 +173376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172312,7 +173400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172404,7 +173492,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172421,6 +173509,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -172500,7 +173614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172524,7 +173638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172633,6 +173747,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -172712,7 +173852,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172736,7 +173876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172845,6 +173985,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -172924,7 +174090,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172948,7 +174114,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173057,6 +174223,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -173136,7 +174328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173160,7 +174352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173228,7 +174420,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173245,6 +174437,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -173324,7 +174542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173348,7 +174566,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173433,6 +174651,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -173512,7 +174756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173536,7 +174780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173621,6 +174865,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -173700,7 +174970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173724,7 +174994,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173809,6 +175079,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ManagementGroupId", @@ -173888,7 +175184,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173912,7 +175208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173987,7 +175283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -173997,6 +175293,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174016,11 +175317,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174076,6 +175372,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -174100,16 +175416,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -174130,16 +175436,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -174164,7 +175460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174218,7 +175514,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174272,7 +175568,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174344,7 +175640,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174362,7 +175658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174458,6 +175754,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -174482,16 +175798,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -174512,16 +175818,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -174552,7 +175848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174624,7 +175920,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174648,7 +175944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174716,7 +176012,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174740,7 +176036,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174803,6 +176099,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -174827,16 +176143,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -174857,16 +176163,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -174897,7 +176193,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174969,7 +176265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174993,7 +176289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175061,7 +176357,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175148,6 +176444,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -175172,16 +176488,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -175202,16 +176508,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -175242,7 +176538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175314,7 +176610,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175338,7 +176634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175406,7 +176702,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175493,6 +176789,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -175517,16 +176833,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -175547,16 +176853,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -175587,7 +176883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175659,7 +176955,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175683,7 +176979,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175751,7 +177047,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175838,6 +177134,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -175862,16 +177178,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -175892,16 +177198,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -175932,7 +177228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176004,7 +177300,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176028,7 +177324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176120,7 +177416,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176183,6 +177479,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -176207,16 +177523,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -176237,16 +177543,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -176277,7 +177573,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176349,7 +177645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176373,7 +177669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176528,6 +177824,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -176552,16 +177868,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -176582,16 +177888,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -176622,7 +177918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176694,7 +177990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176718,7 +178014,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176873,6 +178169,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -176897,16 +178213,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -176927,16 +178233,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -176967,7 +178263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177039,7 +178335,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177063,7 +178359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177218,6 +178514,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -177242,16 +178558,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -177272,16 +178578,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -177312,7 +178608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177384,7 +178680,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177408,7 +178704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177500,7 +178796,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177563,6 +178859,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -177587,16 +178903,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -177617,16 +178923,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -177657,7 +178953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177729,7 +179025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177753,7 +179049,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177908,6 +179204,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -177932,16 +179248,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -177962,16 +179268,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -178002,7 +179298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178074,7 +179370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178098,7 +179394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178253,6 +179549,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -178277,16 +179593,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -178307,16 +179613,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -178347,7 +179643,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178419,7 +179715,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178443,7 +179739,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178598,6 +179894,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -178622,16 +179938,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -178652,16 +179958,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -178692,7 +179988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178764,7 +180060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178788,7 +180084,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178856,7 +180152,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178919,6 +180215,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -178943,16 +180259,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -178973,16 +180279,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -179013,7 +180309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179085,7 +180381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179109,7 +180405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179240,6 +180536,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -179264,16 +180580,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -179294,16 +180600,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -179334,7 +180630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179406,7 +180702,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179430,7 +180726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179561,6 +180857,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -179585,16 +180901,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -179615,16 +180921,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -179655,7 +180951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179727,7 +181023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179751,7 +181047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179882,6 +181178,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -179906,16 +181222,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -179936,16 +181242,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -179976,7 +181272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180048,7 +181344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180072,7 +181368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180147,7 +181443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -180157,6 +181453,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -180176,11 +181477,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -180197,6 +181493,26 @@ } ], "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "Location", "AliasList": [], @@ -180239,7 +181555,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180293,7 +181609,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180365,7 +181681,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180383,7 +181699,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180433,6 +181749,32 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -180488,7 +181830,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180512,7 +181854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180580,7 +181922,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180604,7 +181946,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180621,6 +181963,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -180676,7 +182044,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180700,7 +182068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180768,7 +182136,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180809,6 +182177,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -180864,7 +182258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180888,7 +182282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180956,7 +182350,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180997,6 +182391,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -181052,7 +182472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181076,7 +182496,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181144,7 +182564,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181185,6 +182605,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -181240,7 +182686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181264,7 +182710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181356,7 +182802,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181373,6 +182819,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -181428,7 +182900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181452,7 +182924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181561,6 +183033,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -181616,7 +183114,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181640,7 +183138,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181749,6 +183247,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -181804,7 +183328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181828,7 +183352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181939,8 +183463,10 @@ }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -181956,14 +183482,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "QueryString", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -181978,21 +183504,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SkipTemplateParameterPrompt", + "Name": "QueryString", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182011,12 +183537,36 @@ }, { "ParameterMetadata": { - "Name": "Pre", + "Name": "SkipTemplateParameterPrompt", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Pre", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182108,7 +183658,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182125,6 +183675,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -182180,7 +183756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182204,7 +183780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182313,6 +183889,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -182368,7 +183970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182392,7 +183994,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182501,6 +184103,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -182556,7 +184184,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182580,7 +184208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182689,6 +184317,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -182744,7 +184398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182768,7 +184422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182836,7 +184490,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182853,6 +184507,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -182908,7 +184588,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182932,7 +184612,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183017,6 +184697,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -183072,7 +184778,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183096,7 +184802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183181,6 +184887,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -183236,7 +184968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183260,7 +184992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183345,6 +185077,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "DeploymentName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Location", @@ -183400,7 +185158,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183424,7 +185182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183499,7 +185257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -183508,6 +185266,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -183527,11 +185290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -183728,7 +185486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -183739,6 +185497,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -183758,11 +185521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -183821,7 +185579,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183926,7 +185684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184001,7 +185759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -184020,6 +185778,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184039,11 +185802,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184102,7 +185860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -184121,6 +185879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184140,11 +185903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184683,7 +186441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableToOtherTenants": "System.Boolean", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", @@ -184702,6 +186460,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184721,11 +186484,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184974,7 +186732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -184988,6 +186746,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -185007,11 +186770,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -185092,7 +186850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -185106,6 +186864,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -185125,11 +186888,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -185824,7 +187582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADServicePrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ApplicationId": "System.Guid", @@ -185838,6 +187596,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -185857,11 +187620,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186202,7 +187960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -186222,6 +187980,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186241,11 +188004,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186324,7 +188082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -186344,6 +188102,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186363,11 +188126,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186445,7 +188203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186600,7 +188358,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186768,7 +188526,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186934,7 +188692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -187002,7 +188760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADUser, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "AccountEnabled": "System.Nullable`1[System.Boolean]", @@ -187022,6 +188780,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187041,11 +188804,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187147,7 +188905,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -187268,7 +189026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -187285,6 +189043,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187304,11 +189067,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187341,7 +189099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -187358,6 +189116,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187377,11 +189140,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187502,7 +189260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -187519,6 +189277,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187538,11 +189301,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187580,7 +189338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -187597,6 +189355,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187616,11 +189379,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187682,7 +189440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -187699,6 +189457,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187718,11 +189481,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187804,7 +189562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -187821,6 +189579,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187840,11 +189603,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188024,7 +189782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "UpdatedTime": "System.Nullable`1[System.DateTime]", @@ -188041,6 +189799,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188060,11 +189823,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188315,7 +190073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", "Id": "System.String", @@ -188326,6 +190084,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188345,11 +190108,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188390,7 +190148,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188408,7 +190166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188423,6 +190181,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -188447,16 +190225,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -188477,16 +190245,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -188574,7 +190332,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188598,7 +190356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188613,6 +190371,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -188637,16 +190415,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -188667,16 +190435,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -189211,7 +190969,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -189223,7 +190981,7 @@ "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ObjectType": "System.String", @@ -189237,6 +190995,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -189251,11 +191014,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189296,6 +191054,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -189320,16 +191098,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -189350,16 +191118,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -189395,6 +191153,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189414,11 +191177,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189477,6 +191235,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -189501,16 +191279,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -189531,16 +191299,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -189568,6 +191326,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189587,11 +191350,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189631,7 +191389,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -189644,7 +191402,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Object", "Type": "System.String" @@ -189652,6 +191410,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189671,11 +191434,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189689,7 +191447,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse", "StartTime": "System.Nullable`1[System.DateTime]", @@ -189706,6 +191464,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189725,11 +191488,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189754,6 +191512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189773,11 +191536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189837,6 +191595,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189856,11 +191619,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189908,6 +191666,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189927,11 +191690,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189980,6 +191738,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189999,11 +191762,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -190057,6 +191815,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -190076,11 +191839,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -190112,7 +191870,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -190124,7 +191882,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeType": "Microsoft.Azure.Management.ResourceManager.Models.ChangeType", "Before": "Newtonsoft.Json.Linq.JToken", @@ -190138,6 +191896,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -190157,11 +191920,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -190195,6 +191953,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -190219,16 +191997,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -190249,16 +192017,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -190292,6 +192050,50 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "CreateReader", + "Parameters": [], + "ReturnType": "Newtonsoft.Json.JsonReader" + }, + { + "Name": "FromObject", + "Parameters": [ + { + "Name": "o", + "Type": "System.Object" + } + ], + "ReturnType": "Newtonsoft.Json.Linq.JToken" + }, + { + "Name": "FromObject", + "Parameters": [ + { + "Name": "o", + "Type": "System.Object" + }, + { + "Name": "jsonSerializer", + "Type": "Newtonsoft.Json.JsonSerializer" + } + ], + "ReturnType": "Newtonsoft.Json.Linq.JToken" + }, + { + "Name": "ToObject", + "Parameters": [], + "ReturnType": "T" + }, + { + "Name": "ToObject", + "Parameters": [ + { + "Name": "objectType", + "Type": "System.Type" + } + ], + "ReturnType": "System.Object" + }, { "Name": "ToObject", "Parameters": [ @@ -190720,48 +192522,9 @@ "ReturnType": "System.String" }, { - "Name": "CreateReader", - "Parameters": [], - "ReturnType": "Newtonsoft.Json.JsonReader" - }, - { - "Name": "FromObject", - "Parameters": [ - { - "Name": "o", - "Type": "System.Object" - } - ], - "ReturnType": "Newtonsoft.Json.Linq.JToken" - }, - { - "Name": "FromObject", - "Parameters": [ - { - "Name": "o", - "Type": "System.Object" - }, - { - "Name": "jsonSerializer", - "Type": "Newtonsoft.Json.JsonSerializer" - } - ], - "ReturnType": "Newtonsoft.Json.Linq.JToken" - }, - { - "Name": "ToObject", + "Name": "GetType", "Parameters": [], - "ReturnType": "T" - }, - { - "Name": "ToObject", - "Parameters": [ - { - "Name": "objectType", - "Type": "System.Type" - } - ], - "ReturnType": "System.Object" + "ReturnType": "System.Type" }, { "Name": "Equals", @@ -190777,11 +192540,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -190890,6 +192648,26 @@ ], "ReturnType": "System.Void" }, + { + "Name": "CreateReader", + "Parameters": [], + "ReturnType": "Newtonsoft.Json.JsonReader" + }, + { + "Name": "ToObject", + "Parameters": [], + "ReturnType": "T" + }, + { + "Name": "ToObject", + "Parameters": [ + { + "Name": "objectType", + "Type": "System.Type" + } + ], + "ReturnType": "System.Object" + }, { "Name": "ToObject", "Parameters": [ @@ -191158,24 +192936,9 @@ "ReturnType": "System.String" }, { - "Name": "CreateReader", - "Parameters": [], - "ReturnType": "Newtonsoft.Json.JsonReader" - }, - { - "Name": "ToObject", + "Name": "GetType", "Parameters": [], - "ReturnType": "T" - }, - { - "Name": "ToObject", - "Parameters": [ - { - "Name": "objectType", - "Type": "System.Type" - } - ], - "ReturnType": "System.Object" + "ReturnType": "System.Type" }, { "Name": "Equals", @@ -191191,11 +192954,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -191218,6 +192976,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -191242,16 +193020,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -191272,16 +193040,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -191327,6 +193085,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -191346,11 +193109,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -191387,6 +193145,558 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Flush", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Close", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WriteStartObject", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WriteEndObject", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WriteStartArray", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WriteEndArray", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WriteStartConstructor", + "Parameters": [ + { + "Name": "name", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteEndConstructor", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WritePropertyName", + "Parameters": [ + { + "Name": "name", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WritePropertyName", + "Parameters": [ + { + "Name": "name", + "Type": "System.String" + }, + { + "Name": "escape", + "Type": "System.Boolean" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteEnd", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WriteToken", + "Parameters": [ + { + "Name": "reader", + "Type": "Newtonsoft.Json.JsonReader" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteToken", + "Parameters": [ + { + "Name": "reader", + "Type": "Newtonsoft.Json.JsonReader" + }, + { + "Name": "writeChildren", + "Type": "System.Boolean" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteToken", + "Parameters": [ + { + "Name": "token", + "Type": "Newtonsoft.Json.JsonToken" + }, + { + "Name": "value", + "Type": "System.Object" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteToken", + "Parameters": [ + { + "Name": "token", + "Type": "Newtonsoft.Json.JsonToken" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteNull", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WriteUndefined", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "WriteRaw", + "Parameters": [ + { + "Name": "json", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteRawValue", + "Parameters": [ + { + "Name": "json", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.UInt32" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.UInt64" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Single" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Double" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Boolean" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Int16" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.UInt16" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Char" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Byte" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.SByte" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Decimal" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.DateTime" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.DateTimeOffset" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Guid" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.TimeSpan" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Int32]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.UInt32]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.UInt64]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Single]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Double]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Boolean]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Int16]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.UInt16]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Char]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Byte]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.SByte]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Decimal]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.DateTime]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.Guid]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Byte[]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteValue", + "Parameters": [ + { + "Name": "value", + "Type": "System.Object" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteComment", + "Parameters": [ + { + "Name": "text", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteWhitespace", + "Parameters": [ + { + "Name": "ws", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, { "Name": "CloseAsync", "Parameters": [ @@ -192186,556 +194496,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Flush", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Close", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WriteStartObject", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WriteEndObject", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WriteStartArray", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WriteEndArray", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WriteStartConstructor", - "Parameters": [ - { - "Name": "name", - "Type": "System.String" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteEndConstructor", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WritePropertyName", - "Parameters": [ - { - "Name": "name", - "Type": "System.String" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WritePropertyName", - "Parameters": [ - { - "Name": "name", - "Type": "System.String" - }, - { - "Name": "escape", - "Type": "System.Boolean" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteEnd", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WriteToken", - "Parameters": [ - { - "Name": "reader", - "Type": "Newtonsoft.Json.JsonReader" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteToken", - "Parameters": [ - { - "Name": "reader", - "Type": "Newtonsoft.Json.JsonReader" - }, - { - "Name": "writeChildren", - "Type": "System.Boolean" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteToken", - "Parameters": [ - { - "Name": "token", - "Type": "Newtonsoft.Json.JsonToken" - }, - { - "Name": "value", - "Type": "System.Object" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteToken", - "Parameters": [ - { - "Name": "token", - "Type": "Newtonsoft.Json.JsonToken" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteNull", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WriteUndefined", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "WriteRaw", - "Parameters": [ - { - "Name": "json", - "Type": "System.String" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteRawValue", - "Parameters": [ - { - "Name": "json", - "Type": "System.String" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.String" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.UInt32" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.UInt64" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Single" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Double" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Boolean" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Int16" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.UInt16" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Char" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Byte" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.SByte" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Decimal" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.DateTime" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.DateTimeOffset" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Guid" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.TimeSpan" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Int32]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.UInt32]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.UInt64]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Single]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Double]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Boolean]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Int16]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.UInt16]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Char]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Byte]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.SByte]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Decimal]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.DateTime]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.Guid]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Byte[]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteValue", - "Parameters": [ - { - "Name": "value", - "Type": "System.Object" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteComment", - "Parameters": [ - { - "Name": "text", - "Type": "System.String" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteWhitespace", - "Parameters": [ - { - "Name": "ws", - "Type": "System.String" - } - ], - "ReturnType": "System.Void" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -192756,11 +194519,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -192783,6 +194541,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -192807,16 +194585,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -192837,16 +194605,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -192878,6 +194636,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -192902,16 +194680,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -192932,16 +194700,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -192973,6 +194731,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -192997,16 +194775,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -193027,16 +194795,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -193068,6 +194826,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -193092,16 +194870,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -193122,16 +194890,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -193163,6 +194921,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -193187,16 +194965,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -193217,16 +194985,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -193258,6 +195016,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -193282,16 +195060,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -193312,16 +195080,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -193355,30 +195113,6 @@ "Methods": [], "Constructors": [] }, - "System.Collections.Generic.IEnumerable`1[System.Object]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[System.Object]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Object" - ], - "Methods": [], - "Constructors": [] - }, - "Newtonsoft.Json.Linq.JEnumerable`1[T]": { - "Namespace": "Newtonsoft.Json.Linq", - "Name": "Newtonsoft.Json.Linq.JEnumerable`1[T]", - "AssemblyQualifiedName": "", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "T" - ], - "Methods": [], - "Constructors": [] - }, "Newtonsoft.Json.JsonReader": { "Namespace": "Newtonsoft.Json", "Name": "Newtonsoft.Json.JsonReader", @@ -193557,6 +195291,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -193576,11 +195315,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -193603,6 +195337,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -193627,16 +195381,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -193657,16 +195401,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -193698,6 +195432,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -193722,16 +195476,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -193752,16 +195496,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -193793,6 +195527,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -193817,16 +195571,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -193847,16 +195591,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194036,6 +195770,30 @@ "Methods": [], "Constructors": [] }, + "System.Collections.Generic.IEnumerable`1[System.Object]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[System.Object]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Object" + ], + "Methods": [], + "Constructors": [] + }, + "Newtonsoft.Json.Linq.JEnumerable`1[T]": { + "Namespace": "Newtonsoft.Json.Linq", + "Name": "Newtonsoft.Json.Linq.JEnumerable`1[T]", + "AssemblyQualifiedName": "", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "T" + ], + "Methods": [], + "Constructors": [] + }, "Newtonsoft.Json.Linq.JTokenEqualityComparer": { "Namespace": "Newtonsoft.Json.Linq", "Name": "Newtonsoft.Json.Linq.JTokenEqualityComparer", @@ -194068,6 +195826,11 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194087,11 +195850,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194117,7 +195875,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -194129,7 +195887,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropertyChangeType": "Microsoft.Azure.Management.ResourceManager.Models.PropertyChangeType", "Before": "Newtonsoft.Json.Linq.JToken", @@ -194140,6 +195898,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194159,11 +195922,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194197,6 +195955,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -194221,16 +195999,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -194251,16 +196019,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194277,7 +196035,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -194289,7 +196047,7 @@ "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", "Type": "System.String", @@ -194300,6 +196058,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194319,11 +196082,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194371,6 +196129,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194390,11 +196153,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194446,6 +196204,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194465,11 +196228,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194506,6 +196264,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194525,11 +196288,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194588,6 +196346,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -194612,16 +196390,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -194642,16 +196410,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194690,6 +196448,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194709,11 +196472,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194776,6 +196534,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -194800,16 +196578,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -194830,16 +196598,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194856,8 +196614,9 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "NonComplianceMessages": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", "Metadata": "System.Management.Automation.PSObject", "Parameters": "System.Management.Automation.PSObject", "EnforcementMode": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]", @@ -194875,6 +196634,11 @@ "Parameters": [], "ReturnType": "Newtonsoft.Json.Linq.JToken" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194894,19 +196658,89 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Message": "System.String", + "PolicyDefinitionReferenceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToJToken", + "Parameters": [], + "ReturnType": "Newtonsoft.Json.Linq.JToken" + }, + { + "Name": "ToModel", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage" }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, { "Name": "", "Parameters": [ { - "Name": "input", + "Name": "messageModel", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -194914,10 +196748,55 @@ } ] }, + "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage": { + "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy", + "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Message": "System.String", + "PolicyDefinitionReferenceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, "System.Management.Automation.PSObject": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194927,7 +196806,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -194939,7 +196818,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194954,6 +196833,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -194978,16 +196877,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -195008,16 +196897,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -195034,7 +196913,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", "Metadata": "System.Management.Automation.PSObject", @@ -195062,6 +196941,11 @@ "Parameters": [], "ReturnType": "Newtonsoft.Json.Linq.JToken" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195081,11 +196965,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195104,7 +196983,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195119,6 +196998,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -195143,16 +197042,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -195173,16 +197062,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -195199,7 +197078,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Management.Automation.PSObject", "ExpiresOn": "System.Nullable`1[System.DateTime]", @@ -195217,6 +197096,11 @@ "Parameters": [], "ReturnType": "Newtonsoft.Json.Linq.JToken" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195236,11 +197120,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195259,7 +197138,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType", "Metadata": "System.Management.Automation.PSObject", @@ -195277,6 +197156,11 @@ "Parameters": [], "ReturnType": "Newtonsoft.Json.Linq.JToken" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195296,11 +197180,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195329,6 +197208,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195348,11 +197232,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195409,6 +197288,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195428,11 +197312,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195487,6 +197366,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -195511,16 +197410,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -195541,16 +197430,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -195578,6 +197457,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195597,11 +197481,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195653,6 +197532,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195672,11 +197556,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195720,7 +197599,7 @@ "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195730,7 +197609,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType", "GenericTypeArguments": [], @@ -195740,7 +197619,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ZoneMappings": "System.Collections.Hashtable", "ResourceTypeName": "System.String", @@ -195750,6 +197629,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195769,11 +197653,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195807,6 +197686,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195826,11 +197710,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195844,7 +197723,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion", "GenericTypeArguments": [], @@ -195854,7 +197733,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LinkedTemplates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]", @@ -195868,6 +197747,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195887,11 +197771,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195905,7 +197784,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -195917,7 +197796,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Template": "System.String", "Path": "System.String" @@ -195925,6 +197804,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195944,11 +197828,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -195956,7 +197835,7 @@ "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADPasswordCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.DateTime", "EndDate": "System.DateTime", @@ -195966,6 +197845,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195985,11 +197869,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196003,7 +197882,7 @@ "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential": { "Namespace": "Microsoft.Azure.Commands.ActiveDirectory", "Name": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ActiveDirectory.PSADKeyCredential, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartDate": "System.DateTime", "EndDate": "System.DateTime", @@ -196013,6 +197892,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196032,11 +197916,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196060,7 +197939,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196075,6 +197954,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -196099,16 +197998,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -196129,16 +198018,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -196155,13 +198034,18 @@ "Microsoft.Azure.Commands.Tags.Model.PSTagsObject": { "Namespace": "Microsoft.Azure.Commands.Tags.Model", "Name": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TagsProperty": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196181,11 +198065,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196204,7 +198083,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -196216,7 +198095,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -196226,6 +198105,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196245,11 +198129,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196277,6 +198156,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196296,11 +198180,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196364,6 +198243,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196383,11 +198267,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ diff --git a/tools/Tools.Common/SerializedCmdlets/Az.SignalR.json b/tools/Tools.Common/SerializedCmdlets/Az.SignalR.json index d329d998095d..e2c7efb6cbcc 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.SignalR.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.SignalR.json @@ -1,5 +1,4 @@ { - "ProcessedTypes": {}, "Cmdlets": [ { "VerbName": "Get", @@ -8,7 +7,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.GetAzureRmSignalR", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ListSignalRServiceParameterSet", "OutputTypes": [ @@ -90,7 +88,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108,7 +106,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126,7 +124,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183,7 +181,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -251,7 +249,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -275,7 +273,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -343,7 +341,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -455,7 +453,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.GetAzureRmSignalRKey", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "ResourceGroupParameterSet", "OutputTypes": [ @@ -529,7 +526,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -547,7 +544,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -565,7 +562,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -695,7 +692,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -719,7 +716,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -787,7 +784,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1022,7 +1019,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.GetAzureRmSignalRUsage", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -1093,7 +1089,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1150,7 +1146,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1218,7 +1214,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.NewAzureRmSignalR", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -1300,7 +1295,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1318,7 +1313,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1336,7 +1331,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1354,7 +1349,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1372,7 +1367,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1390,7 +1385,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1411,7 +1406,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1429,7 +1424,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -1447,7 +1442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1504,7 +1499,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1528,7 +1523,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1552,7 +1547,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1576,7 +1571,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1600,7 +1595,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1624,7 +1619,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1651,7 +1646,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1675,7 +1670,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -1699,7 +1694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1767,7 +1762,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.NewAzureRmSignalRKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceGroupParameterSet", "OutputTypes": [ @@ -1775,7 +1769,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1794,7 +1788,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1812,7 +1806,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1830,7 +1824,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1921,7 +1915,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1942,7 +1936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1999,7 +1993,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2023,7 +2017,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2047,7 +2041,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2074,7 +2068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2142,7 +2136,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2166,7 +2160,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2193,7 +2187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2340,7 +2334,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2367,7 +2361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2435,7 +2429,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2462,7 +2456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2530,7 +2524,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.RemoveAzureRmSignalR", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceGroupParameterSet", "OutputTypes": [ @@ -2538,7 +2531,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2557,7 +2550,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2575,7 +2568,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2593,7 +2586,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2684,7 +2677,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2702,7 +2695,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2759,7 +2752,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2783,7 +2776,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2807,7 +2800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2831,7 +2824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2899,7 +2892,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2923,7 +2916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2947,7 +2940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3094,7 +3087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3118,7 +3111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3186,7 +3179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3210,7 +3203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3278,7 +3271,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.RestartAzureRmSignalR", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceGroupParameterSet", "OutputTypes": [ @@ -3286,7 +3278,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3305,7 +3297,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3323,7 +3315,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3341,7 +3333,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3432,7 +3424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3450,7 +3442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3507,7 +3499,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3531,7 +3523,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3555,7 +3547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3579,7 +3571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3647,7 +3639,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3671,7 +3663,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3695,7 +3687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3842,7 +3834,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3866,7 +3858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3934,7 +3926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3958,7 +3950,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4026,7 +4018,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.SetAzureRmSignalRUpstream", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceGroupParameterSet", "OutputTypes": [ @@ -4092,7 +4083,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4110,7 +4101,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4128,7 +4119,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4219,7 +4210,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4255,7 +4246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4312,7 +4303,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4336,7 +4327,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4360,7 +4351,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4408,7 +4399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4476,7 +4467,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4500,7 +4491,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4548,7 +4539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4695,7 +4686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4743,7 +4734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4811,7 +4802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4859,7 +4850,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4927,7 +4918,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.TestAzureRmSignalRName", "SupportsShouldProcess": false, "ConfirmImpact": 2, - "HasForceSwitch": null, "SupportsPaging": false, "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ @@ -4935,7 +4925,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4954,7 +4944,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4972,7 +4962,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5029,7 +5019,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5053,7 +5043,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5123,7 +5113,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.UpdateAzureRmSignalR", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceGroupParameterSet", "OutputTypes": [ @@ -5205,7 +5194,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5223,7 +5212,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5241,7 +5230,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5332,7 +5321,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5350,7 +5339,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5370,7 +5359,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5391,7 +5380,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5409,7 +5398,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -5427,7 +5416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5484,7 +5473,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5508,7 +5497,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5532,7 +5521,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5556,7 +5545,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5582,7 +5571,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5609,7 +5598,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5633,7 +5622,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -5657,7 +5646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5725,7 +5714,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5749,7 +5738,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5773,7 +5762,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5799,7 +5788,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5826,7 +5815,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5850,7 +5839,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -5874,7 +5863,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6021,7 +6010,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6045,7 +6034,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6071,7 +6060,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6098,7 +6087,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6122,7 +6111,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6146,7 +6135,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6214,7 +6203,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6238,7 +6227,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6264,7 +6253,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6291,7 +6280,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6315,7 +6304,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6339,7 +6328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6407,7 +6396,6 @@ "ClassName": "Microsoft.Azure.Commands.SignalR.Cmdlets.UpdateAzureRmSignalRNetworkAcl", "SupportsShouldProcess": true, "ConfirmImpact": 2, - "HasForceSwitch": true, "SupportsPaging": false, "DefaultParameterSetName": "ResourceGroupParameterSet", "OutputTypes": [ @@ -6475,7 +6463,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6493,7 +6481,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6511,7 +6499,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6602,7 +6590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6620,7 +6608,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6641,7 +6629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6659,7 +6647,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6677,7 +6665,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6687,7 +6675,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -6699,7 +6688,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6709,7 +6698,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -6760,7 +6750,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6784,7 +6774,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6808,7 +6798,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6832,7 +6822,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6859,7 +6849,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6883,7 +6873,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6907,7 +6897,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6917,7 +6907,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -6935,7 +6926,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -6945,7 +6936,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -7007,7 +6999,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7031,7 +7023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7055,7 +7047,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7082,7 +7074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7106,7 +7098,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7130,7 +7122,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7140,7 +7132,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -7158,7 +7151,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7168,7 +7161,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -7309,7 +7303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7333,7 +7327,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7360,7 +7354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7384,7 +7378,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7408,7 +7402,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7418,7 +7412,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -7436,7 +7431,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7446,7 +7441,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -7508,7 +7504,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7532,7 +7528,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7559,7 +7555,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7583,7 +7579,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7607,7 +7603,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7617,7 +7613,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -7635,7 +7632,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.String", "GenericTypeArguments": [], @@ -7645,7 +7642,8 @@ "ValidateSet": [ "ClientConnection", "ServerConnection", - "RESTAPI" + "RESTAPI", + "Trace" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -7898,7 +7896,7 @@ "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7910,7 +7908,7 @@ "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7969,7 +7967,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSUpstreamTemplate, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8043,8 +8041,9 @@ "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate": { "Namespace": "Microsoft.Azure.Management.SignalR.Models", "Name": "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate, Microsoft.Azure.Management.SignalR, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate, Microsoft.Azure.Management.SignalR, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "Auth": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings", "HubPattern": "System.String", "EventPattern": "System.String", "CategoryPattern": "System.String", @@ -8108,6 +8107,123 @@ { "Name": "categoryPattern", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "auth", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings": { + "Namespace": "Microsoft.Azure.Management.SignalR.Models", + "Name": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings, Microsoft.Azure.Management.SignalR, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ManagedIdentity": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "managedIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings": { + "Namespace": "Microsoft.Azure.Management.SignalR.Models", + "Name": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings", + "AssemblyQualifiedName": "Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings, Microsoft.Azure.Management.SignalR, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Resource": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resource", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -8117,7 +8233,7 @@ "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8176,7 +8292,7 @@ "System.Collections.Generic.IList`1[System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8289,7 +8405,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSPrivateEndpointACL, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8352,7 +8468,7 @@ "System.Collections.Generic.IDictionary`2[System.String,System.String]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8365,7 +8481,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.SignalR.Models.PSSignalRFeature, Microsoft.Azure.PowerShell.Cmdlets.SignalR, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8538,7 +8654,7 @@ "System.Byte[]": { "Namespace": "System", "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": "System.Byte", "GenericTypeArguments": [], @@ -8548,7 +8664,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8560,7 +8676,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8572,7 +8688,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8584,7 +8700,7 @@ "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8594,4 +8710,4 @@ "Constructors": [] } } -} +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Sql.json b/tools/Tools.Common/SerializedCmdlets/Az.Sql.json index 21da203b0054..4f69327b2d43 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Sql.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Sql.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -40,6 +40,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59,11 +64,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144,7 +144,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -269,7 +269,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -370,7 +370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -392,6 +392,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -411,11 +416,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456,7 +456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -475,6 +475,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -494,11 +499,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -646,7 +646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -655,37 +655,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -705,11 +711,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1580,7 +1581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -1589,37 +1590,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1639,11 +1646,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2495,7 +2497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -2514,6 +2516,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2533,11 +2540,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2863,7 +2865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -2882,6 +2884,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2901,11 +2908,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3005,7 +3007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -3014,37 +3016,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3064,11 +3072,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3430,7 +3433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -3449,6 +3452,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3468,11 +3476,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4312,7 +4315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -4321,37 +4324,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4371,11 +4380,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5362,7 +5366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -5381,6 +5385,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5400,11 +5409,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5427,7 +5431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5463,7 +5467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -5476,6 +5480,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5495,11 +5504,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5722,7 +5726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5958,7 +5962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6170,7 +6174,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6430,7 +6434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6498,7 +6502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -6511,6 +6515,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6530,11 +6539,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6610,7 +6614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6678,7 +6682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -6691,6 +6695,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6710,11 +6719,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6814,7 +6818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6882,7 +6886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -6895,6 +6899,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6914,11 +6923,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7042,7 +7046,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7182,7 +7186,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7346,7 +7350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7534,7 +7538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7609,7 +7613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -7640,6 +7644,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7659,11 +7668,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7701,24 +7705,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -7726,11 +7733,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7750,11 +7762,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7891,24 +7898,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -7916,11 +7926,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7940,11 +7955,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8320,7 +8330,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8449,7 +8459,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8613,7 +8623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8688,7 +8698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -8701,6 +8711,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8720,11 +8735,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8765,7 +8775,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8882,7 +8892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9024,7 +9034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9042,9 +9052,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -9055,11 +9066,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9079,11 +9097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9234,7 +9247,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9302,9 +9315,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -9315,11 +9329,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9339,11 +9360,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9419,7 +9435,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9559,7 +9575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9723,7 +9739,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9798,7 +9814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -9813,6 +9829,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9832,11 +9853,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9859,7 +9875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9970,7 +9986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10117,7 +10133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -10129,6 +10145,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10148,11 +10169,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10224,7 +10240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -10233,37 +10249,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10283,11 +10305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10363,7 +10380,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10510,7 +10527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10602,7 +10619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -10611,37 +10628,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10661,11 +10684,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10801,7 +10819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10900,7 +10918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -10919,6 +10937,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10938,11 +10961,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11014,7 +11032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11023,37 +11041,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11073,11 +11097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11308,7 +11327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11317,37 +11336,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11367,11 +11392,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11558,7 +11578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -11570,6 +11590,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11589,11 +11614,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11665,7 +11685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -11694,6 +11714,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11713,11 +11738,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11775,7 +11795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11922,7 +11942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12014,7 +12034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -12043,6 +12063,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12062,11 +12087,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12136,7 +12156,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12252,7 +12272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12351,7 +12371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -12370,6 +12390,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12389,11 +12414,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12465,7 +12485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -12494,6 +12514,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12513,11 +12538,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12730,7 +12750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -12759,6 +12779,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12778,11 +12803,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12971,7 +12991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -12989,6 +13009,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13008,11 +13033,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13080,24 +13100,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -13105,11 +13128,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13129,11 +13157,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13286,24 +13309,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -13311,11 +13337,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13335,11 +13366,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13462,7 +13488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -13476,6 +13502,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13495,11 +13526,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13522,7 +13548,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13615,7 +13641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13738,7 +13764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -13756,6 +13782,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13775,11 +13806,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13847,9 +13873,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -13860,11 +13887,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13884,11 +13918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14041,9 +14070,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -14054,11 +14084,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14078,11 +14115,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14300,7 +14332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14320,7 +14352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -14349,6 +14381,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14368,11 +14405,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14475,7 +14507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14643,7 +14675,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14713,7 +14745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -14742,6 +14774,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14761,11 +14798,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14835,7 +14867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14910,7 +14942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerName": "System.String", "DatabaseName": "System.String", @@ -14921,6 +14953,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -14940,11 +14977,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15016,7 +15048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -15031,6 +15063,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15050,11 +15087,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15291,7 +15323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -15306,6 +15338,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15325,11 +15362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15504,7 +15536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceName": "System.String", "DatabaseName": "System.String", @@ -15515,6 +15547,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15534,11 +15571,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15610,7 +15642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -15625,6 +15657,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15644,11 +15681,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15885,7 +15917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -15900,6 +15932,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -15919,11 +15956,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16142,7 +16174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -16159,6 +16191,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16178,11 +16215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16313,7 +16345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -16330,6 +16362,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16349,11 +16386,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16465,7 +16497,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16762,7 +16794,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16974,7 +17006,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17042,7 +17074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -17059,6 +17091,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17078,11 +17115,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17230,7 +17262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17418,7 +17450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17481,49 +17513,35 @@ }, { "VerbName": "Disable", - "NounName": "AzSqlDatabaseSensitivityRecommendation", - "Name": "Disable-AzSqlDatabaseSensitivityRecommendation", - "ClassName": "Microsoft.Azure.Commands.Sql.DataClassification.Cmdlet.DisableAzSqlDatabaseSensitivityRecommendation", + "NounName": "AzSqlDatabaseLedgerDigestUpload", + "Name": "Disable-AzSqlDatabaseLedgerDigestUpload", + "ClassName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Cmdlet.DisableAzSqlDatabaseLedgerDigestUpload", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "InputObjectParameterSet", + "DefaultParameterSetName": "DatabaseParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "InputObject", - "AliasList": [ - "ClassificationObject" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", - "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model", + "Name": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", - "ServerName": "System.String", + "IsCurrent": "System.Boolean", + "LastDigestBlockId": "System.Int64", "ResourceGroupName": "System.String", - "DatabaseName": "System.String" + "ServerName": "System.String", + "DatabaseName": "System.String", + "Endpoint": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17543,11 +17561,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17558,11 +17571,12 @@ } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { "Name": "ResourceGroupName", "AliasList": [], @@ -17618,12 +17632,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DatabaseObject", + "Name": "InputObject", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -17632,37 +17646,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17682,11 +17702,722 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DatabaseParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", + "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "CreationDate": "System.DateTime", + "CurrentServiceObjectiveId": "System.Guid", + "DatabaseId": "System.Guid", + "MaxSizeBytes": "System.Int64", + "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "MinimumCapacity": "System.Nullable`1[System.Double]", + "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", + "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", + "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", + "SkuName": "System.String", + "Family": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", + "ResourceId": "System.String", + "MaintenanceConfigurationId": "System.String", + "ElasticPoolName": "System.String", + "RequestedServiceObjectiveName": "System.String", + "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", + "Status": "System.String", + "CatalogCollation": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Disable", + "NounName": "AzSqlDatabaseSensitivityRecommendation", + "Name": "Disable-AzSqlDatabaseSensitivityRecommendation", + "ClassName": "Microsoft.Azure.Commands.Sql.DataClassification.Cmdlet.DisableAzSqlDatabaseSensitivityRecommendation", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "InputObjectParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [ + "ClassificationObject" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", + "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", + "ServerName": "System.String", + "ResourceGroupName": "System.String", + "DatabaseName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ServerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", + "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "CreationDate": "System.DateTime", + "CurrentServiceObjectiveId": "System.Guid", + "DatabaseId": "System.Guid", + "MaxSizeBytes": "System.Int64", + "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "MinimumCapacity": "System.Nullable`1[System.Double]", + "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", + "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", + "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", + "SkuName": "System.String", + "Family": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", + "ResourceId": "System.String", + "MaintenanceConfigurationId": "System.String", + "ElasticPoolName": "System.String", + "RequestedServiceObjectiveName": "System.String", + "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", + "Status": "System.String", + "CatalogCollation": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -17798,7 +18529,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17816,7 +18547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17875,7 +18606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -17885,6 +18616,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17904,11 +18640,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17936,7 +18667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17960,7 +18691,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18172,7 +18903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18196,7 +18927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18264,7 +18995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -18273,37 +19004,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18323,11 +19060,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18463,7 +19195,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18487,7 +19219,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18555,7 +19287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18579,7 +19311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18654,7 +19386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "InstanceName": "System.String", @@ -18663,6 +19395,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18682,11 +19419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18709,24 +19441,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -18734,11 +19469,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18758,11 +19498,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18877,24 +19612,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -18902,11 +19640,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18926,11 +19669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19213,7 +19951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -19222,6 +19960,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19241,11 +19984,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19268,24 +20006,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -19293,11 +20034,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19317,11 +20063,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19418,24 +20159,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -19443,11 +20187,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19467,11 +20216,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19711,7 +20455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -19721,6 +20465,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19740,11 +20489,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19820,7 +20564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -19849,6 +20593,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19868,11 +20617,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19966,7 +20710,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19984,7 +20728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20043,7 +20787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -20053,6 +20797,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20072,11 +20821,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20104,7 +20848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20128,7 +20872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20340,7 +21084,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20364,7 +21108,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20432,7 +21176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -20461,6 +21205,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20480,11 +21229,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20602,7 +21346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20626,7 +21370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20694,7 +21438,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20718,7 +21462,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20793,7 +21537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "ServerName": "System.String", @@ -20802,6 +21546,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20821,11 +21570,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20848,9 +21592,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -20861,11 +21606,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20885,11 +21637,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21004,9 +21751,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -21017,11 +21765,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21041,11 +21796,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21328,7 +22078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -21337,6 +22087,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21356,11 +22111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21383,9 +22133,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -21396,11 +22147,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21420,11 +22178,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21521,9 +22274,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -21534,11 +22288,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21558,11 +22319,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21771,49 +22527,35 @@ }, { "VerbName": "Enable", - "NounName": "AzSqlDatabaseSensitivityRecommendation", - "Name": "Enable-AzSqlDatabaseSensitivityRecommendation", - "ClassName": "Microsoft.Azure.Commands.Sql.DataClassification.Cmdlet.EnableAzSqlDatabaseSensitivityRecommendation", + "NounName": "AzSqlDatabaseLedgerDigestUpload", + "Name": "Enable-AzSqlDatabaseLedgerDigestUpload", + "ClassName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Cmdlet.EnableAzSqlDatabaseLedgerDigestUpload", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "InputObjectParameterSet", + "DefaultParameterSetName": "DatabaseParameterSet", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "InputObject", - "AliasList": [ - "ClassificationObject" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", - "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model", + "Name": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestLocationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", - "ServerName": "System.String", + "IsCurrent": "System.Boolean", + "LastDigestBlockId": "System.Int64", "ResourceGroupName": "System.String", - "DatabaseName": "System.String" + "ServerName": "System.String", + "DatabaseName": "System.String", + "Endpoint": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21833,11 +22575,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21848,10 +22585,29 @@ } ] }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Endpoint", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", @@ -21908,12 +22664,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DatabaseObject", + "Name": "InputObject", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -21922,37 +22678,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21972,11 +22734,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22029,43 +22786,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SchemaName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TableName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ColumnName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -22082,42 +22803,890 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Endpoint", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DatabaseParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Endpoint", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", + "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "CreationDate": "System.DateTime", + "CurrentServiceObjectiveId": "System.Guid", + "DatabaseId": "System.Guid", + "MaxSizeBytes": "System.Int64", + "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "MinimumCapacity": "System.Nullable`1[System.Double]", + "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", + "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", + "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", + "SkuName": "System.String", + "Family": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", + "ResourceId": "System.String", + "MaintenanceConfigurationId": "System.String", + "ElasticPoolName": "System.String", + "RequestedServiceObjectiveName": "System.String", + "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", + "Status": "System.String", + "CatalogCollation": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Endpoint", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Endpoint", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Enable", + "NounName": "AzSqlDatabaseSensitivityRecommendation", + "Name": "Enable-AzSqlDatabaseSensitivityRecommendation", + "ClassName": "Microsoft.Azure.Commands.Sql.DataClassification.Cmdlet.EnableAzSqlDatabaseSensitivityRecommendation", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "InputObjectParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [ + "ClassificationObject" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", + "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", + "ServerName": "System.String", + "ResourceGroupName": "System.String", + "DatabaseName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ServerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", + "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "CreationDate": "System.DateTime", + "CurrentServiceObjectiveId": "System.Guid", + "DatabaseId": "System.Guid", + "MaxSizeBytes": "System.Int64", + "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "MinimumCapacity": "System.Nullable`1[System.Double]", + "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", + "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", + "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", + "SkuName": "System.String", + "Family": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", + "ResourceId": "System.String", + "MaintenanceConfigurationId": "System.String", + "ElasticPoolName": "System.String", + "RequestedServiceObjectiveName": "System.String", + "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", + "Status": "System.String", + "CatalogCollation": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SchemaName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TableName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ColumnName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -22165,7 +23734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -22175,6 +23744,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22194,11 +23768,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22226,7 +23795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22250,7 +23819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22462,7 +24031,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22486,7 +24055,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22554,7 +24123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -22563,37 +24132,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22613,11 +24188,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22753,7 +24323,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22777,7 +24347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22845,7 +24415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22869,7 +24439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22944,7 +24514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "InstanceName": "System.String", @@ -22953,6 +24523,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22972,11 +24547,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22999,24 +24569,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -23024,11 +24597,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23048,11 +24626,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23167,24 +24740,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -23192,11 +24768,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23216,11 +24797,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23503,7 +25079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -23512,6 +25088,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23531,11 +25112,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23558,7 +25134,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23576,7 +25152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23612,24 +25188,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -23637,11 +25216,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23661,11 +25245,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23762,7 +25341,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23786,7 +25365,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23926,24 +25505,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -23951,11 +25533,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23975,11 +25562,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24007,7 +25589,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24031,7 +25613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24199,7 +25781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -24209,6 +25791,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24228,11 +25815,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24308,7 +25890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -24337,6 +25919,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24356,11 +25943,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24454,7 +26036,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24472,7 +26054,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24531,7 +26113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -24541,6 +26123,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24560,11 +26147,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24592,7 +26174,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24616,7 +26198,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24828,7 +26410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24852,7 +26434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24920,7 +26502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -24949,6 +26531,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24968,11 +26555,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25090,7 +26672,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25114,7 +26696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25182,7 +26764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25206,7 +26788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25281,7 +26863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "ServerName": "System.String", @@ -25290,6 +26872,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25309,11 +26896,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25336,9 +26918,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -25349,11 +26932,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25373,11 +26963,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25492,9 +27077,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -25505,11 +27091,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25529,11 +27122,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25816,7 +27404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -25825,6 +27413,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25844,11 +27437,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25871,7 +27459,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25889,7 +27477,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25925,9 +27513,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -25938,11 +27527,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25962,11 +27558,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26063,7 +27654,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26087,7 +27678,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26227,9 +27818,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -26240,11 +27832,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26264,11 +27863,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26296,7 +27890,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26320,7 +27914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26469,7 +28063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedServerVersions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", "LocationName": "System.String", @@ -26479,6 +28073,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26498,11 +28097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26597,7 +28191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26862,7 +28456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26961,7 +28555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -26970,37 +28564,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27020,11 +28620,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27303,7 +28898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -27324,6 +28919,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27343,11 +28943,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27674,7 +29269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -27689,6 +29284,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27708,11 +29308,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27951,7 +29546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -27967,6 +29562,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27986,11 +29586,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28053,7 +29648,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28188,7 +29783,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28335,7 +29930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -28356,6 +29951,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28375,11 +29975,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28456,7 +30051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -28465,37 +30060,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28515,11 +30116,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28732,7 +30328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -28741,37 +30337,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28791,11 +30393,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28954,7 +30551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -28968,6 +30565,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28987,11 +30589,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29232,7 +30829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionDays": "System.Int32", "ResourceGroupName": "System.String", @@ -29242,6 +30839,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29261,11 +30863,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29307,7 +30904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -29316,37 +30913,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29366,11 +30969,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29541,7 +31139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -29550,37 +31148,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29600,11 +31204,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29947,7 +31546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -29958,6 +31557,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29977,11 +31581,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30220,7 +31819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -30238,6 +31837,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30257,11 +31861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30626,7 +32225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceTierAdvisor": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -30636,6 +32235,7 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", @@ -30643,7 +32243,7 @@ "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", "Capacity": "System.Nullable`1[System.Int32]", - "CollationName": "System.String", + "SecondaryType": "System.String", "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", "LicenseType": "System.String", @@ -30654,7 +32254,7 @@ "CreateMode": "System.String", "ResourceId": "System.String", "DatabaseName": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", @@ -30662,11 +32262,16 @@ "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "MaintenanceConfigurationId": "System.String" + "CollationName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30686,11 +32291,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30942,7 +32542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -30968,6 +32568,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30987,11 +32592,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31252,7 +32852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastAvailableBackupDate": "System.DateTime", "ResourceGroupName": "System.String", @@ -31265,6 +32865,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31284,11 +32889,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31527,7 +33127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -31538,6 +33138,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31557,11 +33162,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31800,7 +33400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpointRequestStatus": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[]", "OperationStatusLink": "System.String", @@ -31814,6 +33414,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31833,11 +33438,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31992,7 +33592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -32012,6 +33612,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32031,11 +33636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32345,203 +33945,897 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzSqlDatabaseInstanceFailoverGroup", - "Name": "Get-AzSqlDatabaseInstanceFailoverGroup", - "ClassName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Cmdlet.GetAzureSqlInstanceFailoverGroup", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", - "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Name": "System.String", - "PartnerResourceGroupName": "System.String", - "PartnerSubscriptionId": "System.String", - "PartnerRegion": "System.String", - "PrimaryManagedInstanceName": "System.String", - "PartnerManagedInstanceName": "System.String", - "ReplicationRole": "System.String", - "ReplicationState": "System.String", - "ReadWriteFailoverPolicy": "System.String", - "ReadOnlyFailoverPolicy": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzSqlDatabaseInstanceFailoverGroup", + "Name": "Get-AzSqlDatabaseInstanceFailoverGroup", + "ClassName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Cmdlet.GetAzureSqlInstanceFailoverGroup", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", + "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Name": "System.String", + "PartnerResourceGroupName": "System.String", + "PartnerSubscriptionId": "System.String", + "PartnerRegion": "System.String", + "PrimaryManagedInstanceName": "System.String", + "PartnerManagedInstanceName": "System.String", + "ReplicationRole": "System.String", + "ReplicationState": "System.String", + "ReadWriteFailoverPolicy": "System.String", + "ReadOnlyFailoverPolicy": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzSqlDatabaseLedgerDigestUpload", + "Name": "Get-AzSqlDatabaseLedgerDigestUpload", + "ClassName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Cmdlet.GetAzSqlDatabaseLedgerDigestUpload", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DatabaseParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model", + "Name": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestUploadModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.AzureSqlDatabaseLedgerDigestUploadModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "State": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "Endpoint": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "databaseName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "configuration", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ServerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DatabaseName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", + "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "CreationDate": "System.DateTime", + "CurrentServiceObjectiveId": "System.Guid", + "DatabaseId": "System.Guid", + "MaxSizeBytes": "System.Int64", + "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "MinimumCapacity": "System.Nullable`1[System.Double]", + "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", + "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", + "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", + "SkuName": "System.String", + "Family": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", + "ResourceId": "System.String", + "MaintenanceConfigurationId": "System.String", + "ElasticPoolName": "System.String", + "RequestedServiceObjectiveName": "System.String", + "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", + "Status": "System.String", + "CatalogCollation": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DatabaseParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", + "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "CreationDate": "System.DateTime", + "CurrentServiceObjectiveId": "System.Guid", + "DatabaseId": "System.Guid", + "MaxSizeBytes": "System.Int64", + "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", + "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", + "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", + "MinimumCapacity": "System.Nullable`1[System.Double]", + "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", + "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", + "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", + "SkuName": "System.String", + "Family": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", + "ResourceId": "System.String", + "MaintenanceConfigurationId": "System.String", + "ElasticPoolName": "System.String", + "RequestedServiceObjectiveName": "System.String", + "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", + "Status": "System.String", + "CatalogCollation": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serverName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "database", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] }, { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "ResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -32561,32 +34855,52 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Location", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -32645,7 +34959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -32662,6 +34976,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32681,11 +35000,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32726,7 +35040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -32735,37 +35049,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32785,11 +35105,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32937,7 +35252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33064,7 +35379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33256,7 +35571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33680,7 +35995,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33776,7 +36091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -33785,37 +36100,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33835,11 +36156,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33971,7 +36287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -33980,37 +36296,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34030,11 +36352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34098,7 +36415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34245,7 +36562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -34279,6 +36596,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34298,11 +36620,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34651,11 +36968,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "LinkId": "System.Guid", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", "Capacity": "System.Nullable`1[System.Int32]", "DatabaseName": "System.String", "ServerName": "System.String", @@ -34666,8 +36984,8 @@ "LicenseType": "System.String", "Family": "System.String", "Edition": "System.String", + "SkuName": "System.String", "PartnerLocation": "System.String", - "Location": "System.String", "StartTime": "System.String", "Role": "System.String", "PartnerRole": "System.String", @@ -34677,12 +36995,17 @@ "SecondaryServiceObjectiveName": "System.String", "PartnerDatabaseName": "System.String", "PartnerServerName": "System.String", - "SkuName": "System.String", + "Location": "System.String", "PartnerResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34702,11 +37025,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35029,7 +37347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -35043,6 +37361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35062,11 +37385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35305,7 +37623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -35315,6 +37633,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35334,11 +37657,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35415,7 +37733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -35424,37 +37742,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35474,11 +37798,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35590,7 +37909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35719,7 +38038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35931,7 +38250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35999,7 +38318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -36008,37 +38327,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36058,11 +38383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36126,7 +38446,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36194,7 +38514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -36203,37 +38523,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36253,11 +38579,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36393,7 +38714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36461,7 +38782,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36536,7 +38857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -36546,6 +38867,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36565,11 +38891,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36646,7 +38967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -36655,37 +38976,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36705,11 +39032,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36767,7 +39089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36896,7 +39218,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36964,7 +39286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -36973,37 +39295,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37023,11 +39351,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37091,7 +39414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37159,7 +39482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37234,7 +39557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -37244,6 +39567,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37263,11 +39591,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37506,7 +39829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType", "PercentComplete": "System.Single", @@ -37517,6 +39840,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37536,11 +39864,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37779,7 +40102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "TargetEdition": "System.String", @@ -37788,6 +40111,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37807,11 +40135,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38092,7 +40415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -38104,6 +40427,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38123,11 +40451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38199,7 +40522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -38208,37 +40531,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38258,11 +40587,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38338,7 +40662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38485,7 +40809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38577,7 +40901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -38586,37 +40910,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38636,11 +40966,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38776,7 +41101,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38875,7 +41200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -38892,6 +41217,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38911,11 +41241,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38987,7 +41312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -38996,37 +41321,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39046,11 +41377,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39323,7 +41649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -39332,37 +41658,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39382,11 +41714,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39597,7 +41924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -39616,6 +41943,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39635,11 +41967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39711,7 +42038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -39720,37 +42047,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39770,11 +42103,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40005,7 +42333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -40014,37 +42342,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40064,11 +42398,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40255,7 +42584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.DateTime", "DeletionDate": "System.DateTime", @@ -40273,6 +42602,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40292,11 +42626,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40581,7 +42910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionDate": "System.DateTime", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -40594,6 +42923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40613,11 +42947,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41110,7 +43439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -41129,6 +43458,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41148,11 +43482,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41193,7 +43522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -41210,6 +43539,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41229,11 +43563,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41510,7 +43839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -41527,6 +43856,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41546,11 +43880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41793,7 +44122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -41810,6 +44139,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41829,11 +44163,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41874,9 +44203,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -41887,11 +44217,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41911,11 +44248,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42150,9 +44482,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -42163,11 +44496,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42187,11 +44527,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42434,7 +44769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -42448,6 +44783,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42467,11 +44807,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42512,7 +44847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -42529,6 +44864,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42548,11 +44888,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42829,7 +45164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -42846,6 +45181,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42865,11 +45205,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43112,7 +45447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -43134,6 +45469,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43153,11 +45493,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43198,7 +45533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -43215,6 +45550,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43234,11 +45574,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43450,7 +45785,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43733,7 +46068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43965,7 +46300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -43982,6 +46317,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44001,11 +46341,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44187,7 +46522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44255,7 +46590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -44272,6 +46607,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44291,11 +46631,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44593,7 +46928,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44828,7 +47163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -44850,6 +47185,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44869,11 +47209,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44914,7 +47249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -44933,6 +47268,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44952,11 +47292,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45487,7 +47822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -45506,6 +47841,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45525,11 +47865,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45627,7 +47962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -45646,6 +47981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45665,11 +48005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46058,7 +48393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -46080,6 +48415,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46099,11 +48439,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46144,7 +48479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -46166,6 +48501,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46185,11 +48525,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46399,7 +48734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46680,7 +49015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46936,7 +49271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -46958,6 +49293,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46977,11 +49317,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47113,7 +49448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47181,7 +49516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -47203,6 +49538,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47222,11 +49562,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47450,7 +49785,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47661,7 +49996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -47683,6 +50018,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47702,11 +50042,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47747,7 +50082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -47769,6 +50104,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47788,11 +50128,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48022,7 +50357,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48353,7 +50688,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48421,7 +50756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -48443,6 +50778,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -48462,11 +50802,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48648,7 +50983,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48894,7 +51229,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49013,7 +51348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -49026,6 +51361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49045,11 +51385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49090,7 +51425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -49107,6 +51442,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49126,11 +51466,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49407,7 +51742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -49424,6 +51759,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49443,11 +51783,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49690,7 +52025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -49718,6 +52053,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -49737,11 +52077,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -49984,7 +52319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -50010,6 +52345,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50029,11 +52369,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50318,7 +52653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -50334,6 +52669,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50353,11 +52693,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -50420,7 +52755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50555,7 +52890,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50702,7 +53037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -50711,37 +53046,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -50761,11 +53102,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51082,7 +53418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabaseCollection": "System.Collections.Generic.IList`1[System.String]", "DatabaseDtuMax": "System.Int32", @@ -51096,6 +53432,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51115,11 +53456,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51316,7 +53652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -51350,6 +53686,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51369,11 +53710,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51722,24 +54058,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -51747,11 +54086,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51771,11 +54115,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51800,7 +54139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -51818,6 +54157,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -51837,11 +54181,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -51949,6 +54288,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -51996,7 +54353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -52014,6 +54371,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52033,11 +54395,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52058,6 +54415,30 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -52126,6 +54507,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -52194,6 +54599,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -52288,6 +54717,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -52380,6 +54833,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -52424,6 +54901,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -52482,7 +54983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -52492,6 +54993,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52511,11 +55017,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52538,24 +55039,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -52563,11 +55067,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52587,11 +55096,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52706,24 +55210,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -52731,11 +55238,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -52755,11 +55267,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53042,7 +55549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Model.AzureSqlInstanceActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "InstanceName": "System.String", @@ -53051,6 +55558,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53070,11 +55582,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53097,24 +55604,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -53122,11 +55632,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53146,11 +55661,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53265,24 +55775,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -53290,11 +55803,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53314,11 +55832,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53601,7 +56114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -53610,6 +56123,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53629,11 +56147,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53656,24 +56169,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -53681,11 +56197,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53705,11 +56226,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -53806,24 +56322,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -53831,11 +56350,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -53855,11 +56379,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54078,7 +56597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -54107,6 +56626,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54126,11 +56650,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54249,24 +56768,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -54274,11 +56796,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54298,11 +56825,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54605,24 +57127,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -54630,11 +57155,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54654,11 +57184,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -54781,7 +57306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -54795,6 +57320,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -54814,11 +57344,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55057,7 +57582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -55068,6 +57593,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55087,11 +57617,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -55138,7 +57663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -55150,6 +57675,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55169,11 +57699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -55323,7 +57848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -55335,6 +57860,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55354,11 +57884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -55685,7 +58210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -55697,6 +58222,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -55716,11 +58246,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56025,7 +58550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseRestoreDetailsResultModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseRestoreDetailsResultModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseRestoreDetailsResultModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PercentCompleted": "System.Double", "NumberOfFilesDetected": "System.Int64", @@ -56047,6 +58572,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56066,11 +58596,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56327,7 +58852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -56343,6 +58868,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56362,11 +58892,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56407,7 +58932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -56436,6 +58961,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -56455,11 +58985,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -56589,7 +59114,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56716,7 +59241,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56884,7 +59409,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57076,7 +59601,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57400,7 +59925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -57429,6 +59954,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57448,11 +59978,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57566,7 +60091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -57595,6 +60120,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57614,11 +60144,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57664,7 +60189,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57811,7 +60336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -57821,6 +60346,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57840,11 +60370,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57921,7 +60446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -57950,6 +60475,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57969,11 +60499,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58067,7 +60592,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58196,7 +60721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58408,7 +60933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58476,7 +61001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -58505,6 +61030,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58524,11 +61054,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58574,7 +61099,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58642,7 +61167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -58671,6 +61196,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58690,11 +61220,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -58812,7 +61337,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58880,7 +61405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58955,7 +61480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -58965,6 +61490,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -58984,11 +61514,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59065,7 +61590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -59094,6 +61619,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59113,11 +61643,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59157,7 +61682,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59286,7 +61811,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59354,7 +61879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -59383,6 +61908,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59402,11 +61932,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59452,7 +61977,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59520,7 +62045,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59595,7 +62120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -59607,6 +62132,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59626,11 +62156,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59702,7 +62227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -59731,6 +62256,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -59750,11 +62280,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -59812,7 +62337,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59959,7 +62484,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60051,7 +62576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -60080,6 +62605,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60099,11 +62629,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60173,7 +62698,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60289,7 +62814,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60388,7 +62913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -60405,6 +62930,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60424,11 +62954,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60500,7 +63025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -60529,6 +63054,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60548,11 +63078,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -60807,7 +63332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -60836,6 +63361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -60855,11 +63385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61096,7 +63621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -61115,6 +63640,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61134,11 +63664,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61210,7 +63735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -61239,6 +63764,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61258,11 +63788,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61475,7 +64000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -61504,6 +64029,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61523,11 +64053,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61716,7 +64241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -61747,6 +64272,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61766,11 +64296,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61826,24 +64351,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -61851,11 +64379,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61875,11 +64408,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62022,24 +64550,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -62047,11 +64578,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62071,11 +64607,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62408,7 +64939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationParameters": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", "OperationSteps": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", @@ -62432,6 +64963,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62451,11 +64987,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -62926,7 +65457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -62944,6 +65475,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -62963,11 +65499,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63366,7 +65897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Usages.Models", "Name": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentValue": "System.Nullable`1[System.Int32]", "Limit": "System.Nullable`1[System.Int32]", @@ -63379,6 +65910,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63398,11 +65934,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63425,7 +65956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -63443,6 +65974,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63462,11 +65998,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63546,7 +66077,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63603,7 +66134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -63621,6 +66152,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -63640,11 +66176,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -63672,7 +66203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63766,7 +66297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63884,7 +66415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63952,7 +66483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64027,9 +66558,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", + "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", "ManagedInstanceKeyVaultKeyName": "System.String", @@ -64056,6 +66588,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64075,11 +66612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64115,6 +66647,10 @@ { "Name": "keyId", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "autoRotatonEnabled", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -64135,24 +66671,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -64160,11 +66699,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64184,11 +66728,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64307,24 +66846,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -64332,11 +66874,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64356,11 +66903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64647,7 +67189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -64665,6 +67207,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64684,11 +67231,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64756,24 +67298,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -64781,11 +67326,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -64805,11 +67355,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -64962,24 +67507,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -64987,11 +67535,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65011,11 +67564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65138,9 +67686,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -65151,11 +67700,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65175,11 +67731,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65234,6 +67785,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -65322,6 +67891,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "ExpandActiveDirectoryAdministrator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -65380,7 +67973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -65391,6 +67984,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65410,11 +68008,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65611,7 +68204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Model.AzureSqlServerActiveDirectoryOnlyAuthenticationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureADOnlyAuthentication": "System.Boolean", "ServerName": "System.String", @@ -65620,6 +68213,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65639,11 +68237,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65666,9 +68259,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -65679,11 +68273,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65703,11 +68304,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -65822,9 +68418,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -65835,11 +68432,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -65859,11 +68463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66146,7 +68745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -66155,6 +68754,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66174,11 +68778,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66201,9 +68800,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -66214,11 +68814,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66238,11 +68845,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66339,9 +68941,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -66352,11 +68955,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66376,11 +68986,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66599,7 +69204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -66613,6 +69218,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66632,11 +69242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66833,7 +69438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -66848,6 +69453,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -66867,11 +69477,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -66930,7 +69535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67047,7 +69652,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67170,7 +69775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -67189,6 +69794,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67208,11 +69818,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67271,9 +69876,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -67284,11 +69890,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67308,11 +69921,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67334,7 +69942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67439,7 +70047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67507,9 +70115,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -67520,11 +70129,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67544,11 +70160,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67576,7 +70187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67644,7 +70255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67719,7 +70330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -67731,6 +70342,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -67750,11 +70366,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -67993,7 +70604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -68008,6 +70619,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68027,11 +70643,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68288,7 +70899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", "OperationId": "System.Guid", @@ -68306,6 +70917,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68325,11 +70941,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68614,7 +71225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -68624,6 +71235,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68643,11 +71259,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68890,7 +71501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -68901,6 +71512,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -68920,11 +71536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69167,7 +71778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -69180,6 +71791,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69199,11 +71815,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69442,7 +72053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerDevOpsAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerDevOpsAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerDevOpsAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", "EventHubTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -69457,6 +72068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69476,11 +72092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69539,9 +72150,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -69552,11 +72164,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69576,11 +72195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69602,7 +72216,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69707,7 +72321,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69775,9 +72389,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -69788,11 +72403,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -69812,11 +72434,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -69844,7 +72461,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69912,7 +72529,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69987,7 +72604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -70020,6 +72637,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70039,11 +72661,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70346,7 +72963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "IsDefault": "System.Boolean", @@ -70364,6 +72981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70383,11 +73005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -70780,9 +73397,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", + "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", "ServerName": "System.String", "ServerKeyVaultKeyName": "System.String", @@ -70791,6 +73409,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -70810,11 +73433,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71011,7 +73629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupMember": "System.Collections.Generic.IList`1[System.String]", "TrustScope": "System.Collections.Generic.IList`1[System.String]", @@ -71023,6 +73641,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71042,11 +73665,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71617,7 +74235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]", "ElasticPools": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]" @@ -71625,6 +74243,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71644,11 +74267,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -71887,7 +74505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -71899,6 +74517,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -71918,11 +74541,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72161,7 +74779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -72179,6 +74797,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72198,11 +74821,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72270,9 +74888,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -72283,11 +74902,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72307,11 +74933,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72464,9 +75085,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -72477,11 +75099,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72501,11 +75130,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72628,7 +75252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -72644,6 +75268,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72663,11 +75292,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -72928,7 +75552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SeverName": "System.String", "DatabaseId": "System.String", @@ -72940,6 +75564,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -72959,11 +75588,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73216,7 +75840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -73236,6 +75860,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73255,11 +75884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73566,7 +76190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "LogLevel": "System.String", @@ -73576,6 +76200,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -73595,11 +76224,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74030,7 +76654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -74053,6 +76677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74072,11 +76701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74429,7 +77053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", "LastUpdateTime": "System.Nullable`1[System.DateTime]" @@ -74437,6 +77061,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74456,11 +77085,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -74793,7 +77417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -74805,6 +77429,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -74824,11 +77453,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -75266,7 +77890,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75284,7 +77908,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75302,7 +77926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75320,7 +77944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75439,7 +78063,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75463,7 +78087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75487,7 +78111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75511,7 +78135,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75673,7 +78297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75691,7 +78315,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75709,7 +78333,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75828,7 +78452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75852,7 +78476,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75876,7 +78500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76038,7 +78662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76056,7 +78680,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76074,7 +78698,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76092,7 +78716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76193,7 +78817,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76217,7 +78841,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76241,7 +78865,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76265,7 +78889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76364,7 +78988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -76373,37 +78997,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -76423,11 +79053,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76614,7 +79239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76629,6 +79254,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -76653,16 +79298,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -76683,16 +79318,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -76719,7 +79344,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76757,7 +79382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76775,7 +79400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76793,7 +79418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77003,6 +79628,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EnableLedger", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "ServerName", "AliasList": [], @@ -77182,7 +79825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77197,6 +79840,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -77221,16 +79884,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -77251,16 +79904,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -77293,7 +79936,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77343,7 +79986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77367,7 +80010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77391,7 +80034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77588,6 +80231,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnableLedger", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ServerName", @@ -77857,7 +80524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77872,6 +80539,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -77896,16 +80583,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -77926,16 +80603,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -77968,7 +80635,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78018,7 +80685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78042,7 +80709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78066,7 +80733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78263,6 +80930,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnableLedger", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ServerName", @@ -78562,7 +81253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78577,6 +81268,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -78601,16 +81312,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -78631,16 +81332,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -78673,7 +81364,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78723,7 +81414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78747,7 +81438,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78771,7 +81462,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78968,6 +81659,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnableLedger", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ServerName", @@ -79074,7 +81789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -79099,6 +81814,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79118,11 +81838,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79201,7 +81916,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79273,7 +81988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79472,7 +82187,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79568,7 +82283,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79810,7 +82525,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79906,7 +82621,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80152,7 +82867,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80248,7 +82963,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80423,7 +83138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -80441,6 +83156,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -80460,11 +83180,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -80611,7 +83326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80936,7 +83651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81155,7 +83870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "NetworkIsolationSettings": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings", @@ -81174,6 +83889,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81193,11 +83913,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81256,7 +83971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81271,6 +83986,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -81295,16 +84030,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -81325,16 +84050,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -81377,7 +84092,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81431,7 +84146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81446,6 +84161,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -81470,16 +84205,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -81500,16 +84225,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -81693,7 +84408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81708,6 +84423,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -81732,16 +84467,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -81762,16 +84487,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -81826,7 +84541,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81898,7 +84613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81913,6 +84628,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -81937,16 +84672,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -81967,16 +84692,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -82154,7 +84869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -82180,6 +84895,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82199,11 +84919,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82320,7 +85035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82335,6 +85050,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -82359,16 +85094,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -82389,16 +85114,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -82441,7 +85156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82456,6 +85171,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -82480,16 +85215,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -82510,16 +85235,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -82697,7 +85412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82712,6 +85427,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -82736,16 +85471,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -82766,16 +85491,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -82830,7 +85545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82845,6 +85560,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -82869,16 +85604,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -82899,16 +85624,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -83014,7 +85729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "NetworkIsolationSettings": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings", @@ -83033,6 +85748,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83052,11 +85772,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83097,7 +85812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83112,6 +85827,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -83136,16 +85871,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -83166,16 +85891,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -83254,7 +85969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83269,6 +85984,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -83293,16 +86028,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -83323,16 +86048,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -83375,7 +86090,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83429,7 +86144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83444,6 +86159,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -83468,16 +86203,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -83498,16 +86223,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -83667,7 +86382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83682,6 +86397,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -83706,16 +86441,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -83736,16 +86461,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -83848,7 +86563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83863,6 +86578,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -83887,16 +86622,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -83917,16 +86642,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -83981,7 +86696,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84053,7 +86768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84068,6 +86783,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -84092,16 +86827,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -84122,16 +86847,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -84309,7 +87024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -84329,6 +87044,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84348,11 +87068,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84927,7 +87642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -84941,6 +87656,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84960,11 +87680,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85245,11 +87960,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "LinkId": "System.Guid", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", "Capacity": "System.Nullable`1[System.Int32]", "DatabaseName": "System.String", "ServerName": "System.String", @@ -85260,8 +87976,8 @@ "LicenseType": "System.String", "Family": "System.String", "Edition": "System.String", + "SkuName": "System.String", "PartnerLocation": "System.String", - "Location": "System.String", "StartTime": "System.String", "Role": "System.String", "PartnerRole": "System.String", @@ -85271,12 +87987,17 @@ "SecondaryServiceObjectiveName": "System.String", "PartnerDatabaseName": "System.String", "PartnerServerName": "System.String", - "SkuName": "System.String", + "Location": "System.String", "PartnerResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85296,11 +88017,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85379,7 +88095,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85451,7 +88167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85466,6 +88182,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -85490,16 +88226,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -85520,16 +88246,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -85554,7 +88270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85667,6 +88383,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "HighAvailabilityReplicaCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "ServerName", "AliasList": [], @@ -85774,7 +88508,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85870,7 +88604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85885,6 +88619,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -85909,16 +88663,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -85939,16 +88683,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -85979,7 +88713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86075,6 +88809,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "HighAvailabilityReplicaCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ServerName", @@ -86248,7 +89006,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86344,7 +89102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86359,6 +89117,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86383,16 +89161,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86413,16 +89181,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86453,7 +89211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86549,6 +89307,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "HighAvailabilityReplicaCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ServerName", @@ -86726,7 +89508,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86822,7 +89604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86837,6 +89619,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86861,16 +89663,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86891,16 +89683,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86931,7 +89713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87027,6 +89809,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "HighAvailabilityReplicaCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ServerName", @@ -87133,7 +89939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -87152,6 +89958,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87171,11 +89982,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87216,7 +90022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -87233,6 +90039,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87252,11 +90063,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87352,7 +90158,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87466,7 +90272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87645,7 +90451,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87811,7 +90617,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87885,7 +90691,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88177,7 +90983,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88245,7 +91051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -88262,6 +91068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88281,11 +91092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88363,7 +91169,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88431,7 +91237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -88448,6 +91254,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88467,11 +91278,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88525,7 +91331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88599,7 +91405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -88667,7 +91473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -88684,6 +91490,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -88703,11 +91514,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -88887,7 +91693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89029,7 +91835,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89147,7 +91953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89221,7 +92027,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89465,7 +92271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89557,7 +92363,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -89632,7 +92438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89649,6 +92455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89668,11 +92479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89713,7 +92519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -89722,37 +92528,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -89772,11 +92584,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89910,7 +92717,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90067,7 +92874,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90135,7 +92942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -90144,37 +92951,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90194,11 +93007,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90290,7 +93098,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90410,7 +93218,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90529,7 +93337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -90543,6 +93351,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90562,11 +93375,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90607,7 +93415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90624,6 +93432,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -90643,11 +93456,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -90743,7 +93551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90898,7 +93706,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -90966,7 +93774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90983,6 +93791,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91002,11 +93815,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91060,7 +93868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91178,7 +93986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -91297,7 +94105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -91310,6 +94118,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91329,11 +94142,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91374,7 +94182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91391,6 +94199,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91410,11 +94223,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91691,7 +94499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91708,6 +94516,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -91727,11 +94540,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91974,7 +94782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -92002,6 +94810,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -92021,11 +94834,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -92232,7 +95040,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92250,7 +95058,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92304,7 +95112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92449,7 +95257,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92473,7 +95281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92545,7 +95353,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92809,7 +95617,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92833,7 +95641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -92905,7 +95713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93193,7 +96001,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93217,7 +96025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93289,7 +96097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93412,24 +96220,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -93437,11 +96248,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93461,11 +96277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93490,7 +96301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -93508,6 +96319,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -93527,11 +96343,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93611,7 +96422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93791,7 +96602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93847,7 +96658,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93865,7 +96676,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -93976,13 +96787,87 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94000,7 +96885,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnableActiveDirectoryOnlyAuthentication", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94012,6 +96915,44 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ExternalAdminName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExternalAdminSID", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -94059,7 +97000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -94077,6 +97018,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -94096,11 +97042,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -94154,7 +97095,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94166,7 +97107,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -94250,7 +97191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94324,7 +97265,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94348,7 +97289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94470,6 +97411,104 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -94477,7 +97516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94501,7 +97540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94518,6 +97557,80 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnableActiveDirectoryOnlyAuthentication", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalAdminName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalAdminSID", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -94621,7 +97734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94633,7 +97746,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -94717,7 +97830,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94791,7 +97904,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94815,7 +97928,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94939,12 +98052,446 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableActiveDirectoryOnlyAuthentication", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalAdminName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalAdminSID", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "NewBySkuNameParameterSetParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "InstanceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubnetId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LicenseType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InstancePoolName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AdministratorCredential", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -94963,82 +98510,12 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "StorageSizeInGB", "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "NewBySkuNameParameterSetParameter", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "InstanceName" - ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95050,19 +98527,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 0, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "VCore", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95075,13 +98552,13 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Location", + "Name": "Collation", "AliasList": [], "Type": { "Namespace": "System", @@ -95098,19 +98575,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubnetId", + "Name": "PublicDataEndpointEnabled", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95120,16 +98597,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "LicenseType", + "Name": "ProxyOverride", "AliasList": [], "Type": { "Namespace": "System", @@ -95144,7 +98621,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -95153,7 +98630,7 @@ }, { "ParameterMetadata": { - "Name": "SkuName", + "Name": "TimezoneId", "AliasList": [], "Type": { "Namespace": "System", @@ -95170,19 +98647,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "InstancePoolName", - "AliasList": [], + "Name": "Tag", + "AliasList": [ + "Tags" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95201,12 +98680,12 @@ }, { "ParameterMetadata": { - "Name": "AdministratorCredential", + "Name": "AssignIdentity", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95218,19 +98697,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "StorageSizeInGB", + "Name": "DnsZonePartner", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95240,7 +98719,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -95249,31 +98728,36 @@ }, { "ParameterMetadata": { - "Name": "VCore", + "Name": "MinimalTlsVersion", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "None", + "1.0", + "1.1", + "1.2" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Collation", + "Name": "BackupStorageRedundancy", "AliasList": [], "Type": { "Namespace": "System", @@ -95285,10 +98769,14 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Local", + "Zone", + "Geo" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -95297,12 +98785,12 @@ }, { "ParameterMetadata": { - "Name": "PublicDataEndpointEnabled", + "Name": "MaintenanceConfigurationId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95321,7 +98809,7 @@ }, { "ParameterMetadata": { - "Name": "ProxyOverride", + "Name": "PrimaryUserAssignedIdentityId", "AliasList": [], "Type": { "Namespace": "System", @@ -95336,7 +98824,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -95345,7 +98833,7 @@ }, { "ParameterMetadata": { - "Name": "TimezoneId", + "Name": "KeyId", "AliasList": [], "Type": { "Namespace": "System", @@ -95360,32 +98848,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [ - "Tags" - ], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -95395,15 +98857,17 @@ }, { "ParameterMetadata": { - "Name": "AssignIdentity", + "Name": "UserAssignedIdentityId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.String" + ], "Methods": [], "Constructors": [] }, @@ -95419,7 +98883,7 @@ }, { "ParameterMetadata": { - "Name": "DnsZonePartner", + "Name": "IdentityType", "AliasList": [], "Type": { "Namespace": "System", @@ -95443,24 +98907,19 @@ }, { "ParameterMetadata": { - "Name": "MinimalTlsVersion", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "None", - "1.0", - "1.1", - "1.2" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -95472,23 +98931,19 @@ }, { "ParameterMetadata": { - "Name": "BackupStorageRedundancy", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "Local", - "Zone", - "Geo" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -95500,12 +98955,12 @@ }, { "ParameterMetadata": { - "Name": "MaintenanceConfigurationId", + "Name": "EnableActiveDirectoryOnlyAuthentication", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95524,12 +98979,12 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ExternalAdminName", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95548,15 +99003,17 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "ExternalAdminSID", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.Guid" + ], "Methods": [], "Constructors": [] }, @@ -95815,7 +99272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95827,7 +99284,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -95911,7 +99368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -95985,7 +99442,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96009,7 +99466,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96131,6 +99588,104 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -96138,7 +99693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96162,7 +99717,55 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableActiveDirectoryOnlyAuthentication", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalAdminName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96179,6 +99782,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExternalAdminSID", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -96230,7 +99859,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96242,7 +99871,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -96326,7 +99955,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96400,7 +100029,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96424,7 +100053,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96546,6 +100175,104 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -96553,7 +100280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96577,7 +100304,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96594,6 +100321,80 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnableActiveDirectoryOnlyAuthentication", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalAdminName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalAdminSID", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -96652,7 +100453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -96681,6 +100482,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96700,11 +100506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96821,7 +100622,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -96841,24 +100642,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -96866,11 +100670,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -96890,11 +100699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -96936,7 +100740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97045,7 +100849,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97069,7 +100873,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97237,7 +101041,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97261,7 +101065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97331,24 +101135,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -97356,11 +101163,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97380,11 +101192,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97464,7 +101271,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97488,7 +101295,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97634,7 +101441,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97658,7 +101465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97733,7 +101540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -97751,6 +101558,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -97770,11 +101582,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97947,7 +101754,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -97965,7 +101772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98220,7 +102027,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98244,7 +102051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98319,9 +102126,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -98332,11 +102140,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98356,11 +102171,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -98403,7 +102213,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98441,7 +102251,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98477,7 +102287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98529,13 +102339,87 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98547,6 +102431,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EnableActiveDirectoryOnlyAuthentication", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExternalAdminName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExternalAdminSID", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "ResourceGroupName", "AliasList": [], @@ -98636,7 +102576,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98648,7 +102588,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -98686,7 +102626,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98734,7 +102674,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98803,6 +102743,104 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -98810,7 +102848,55 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableActiveDirectoryOnlyAuthentication", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExternalAdminName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -98827,6 +102913,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ExternalAdminSID", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -98909,7 +103021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -98921,6 +103033,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -98940,11 +103057,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -99003,7 +103115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99144,7 +103256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99267,7 +103379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -99282,6 +103394,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -99301,11 +103418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -99418,7 +103530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99607,7 +103719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99730,7 +103842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -99740,6 +103852,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -99759,11 +103876,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -99806,7 +103918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -99925,7 +104037,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100048,7 +104160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -100059,6 +104171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -100078,11 +104195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -100161,7 +104273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100420,7 +104532,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -100635,7 +104747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupMember": "System.Collections.Generic.IList`1[System.String]", "TrustScope": "System.Collections.Generic.IList`1[System.String]", @@ -100647,6 +104759,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -100666,11 +104783,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -100747,7 +104859,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -100988,7 +105100,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -101331,7 +105443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -101343,6 +105455,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101362,11 +105479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -101425,7 +105537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101443,7 +105555,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101584,7 +105696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101608,7 +105720,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -101731,7 +105843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -101747,6 +105859,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -101766,11 +105883,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102435,13 +106547,18 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SyncAgentKey": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -102461,11 +106578,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102704,7 +106816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -102724,6 +106836,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -102743,11 +106860,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -102884,7 +106996,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -102941,7 +107053,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103174,7 +107286,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103249,7 +107361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103396,7 +107508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -103419,6 +107531,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -103438,11 +107555,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -103568,7 +107680,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103698,7 +107810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -103926,7 +108038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104162,7 +108274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104267,7 +108379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104632,7 +108744,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104949,7 +109061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105144,7 +109256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -105153,37 +109265,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105203,11 +109321,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105286,7 +109399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105405,7 +109518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -105601,7 +109714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -105610,37 +109723,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105660,11 +109779,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -105877,7 +109991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -105886,37 +110000,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -105936,11 +110056,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106099,7 +110214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -106117,6 +110232,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106136,11 +110256,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106163,7 +110278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106181,7 +110296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106346,7 +110461,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106370,7 +110485,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106589,7 +110704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -106615,6 +110730,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106634,11 +110754,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106719,7 +110834,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106842,7 +110957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106941,7 +111056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -106967,6 +111082,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -106986,11 +111106,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107071,7 +111186,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -107091,7 +111206,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107214,7 +111329,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -107240,7 +111355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107339,7 +111454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -107359,6 +111474,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -107378,11 +111498,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107459,7 +111574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -107479,6 +111594,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -107498,11 +111618,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107542,7 +111657,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107560,7 +111675,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107689,7 +111804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107713,7 +111828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107829,7 +111944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107853,7 +111968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107921,7 +112036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -107941,6 +112056,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -107960,11 +112080,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -107992,7 +112107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108016,7 +112131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108084,7 +112199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108108,7 +112223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108183,7 +112298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -108200,6 +112315,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108219,11 +112339,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108300,7 +112415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -108317,6 +112432,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108336,11 +112456,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108416,7 +112531,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108434,7 +112549,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108611,7 +112726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108635,7 +112750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108703,7 +112818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -108720,6 +112835,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -108739,11 +112859,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108771,7 +112886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108795,7 +112910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108887,7 +113002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108911,7 +113026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108979,7 +113094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109003,7 +113118,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109078,7 +113193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -109092,6 +113207,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -109111,11 +113231,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -109156,7 +113271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109291,7 +113406,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109438,11 +113553,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "LinkId": "System.Guid", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", "Capacity": "System.Nullable`1[System.Int32]", "DatabaseName": "System.String", "ServerName": "System.String", @@ -109453,8 +113569,8 @@ "LicenseType": "System.String", "Family": "System.String", "Edition": "System.String", + "SkuName": "System.String", "PartnerLocation": "System.String", - "Location": "System.String", "StartTime": "System.String", "Role": "System.String", "PartnerRole": "System.String", @@ -109464,12 +113580,17 @@ "SecondaryServiceObjectiveName": "System.String", "PartnerDatabaseName": "System.String", "PartnerServerName": "System.String", - "SkuName": "System.String", + "Location": "System.String", "PartnerResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -109489,11 +113610,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -109835,7 +113951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -109845,6 +113961,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -109864,11 +113985,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -109944,7 +114060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -109953,37 +114069,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -110003,11 +114125,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -110119,7 +114236,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110137,7 +114254,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110194,7 +114311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -110204,6 +114321,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -110223,11 +114345,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -110255,7 +114372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110279,7 +114396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110491,7 +114608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110515,7 +114632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110583,7 +114700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -110592,37 +114709,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -110642,11 +114765,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -110782,7 +114900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110806,7 +114924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110874,7 +114992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110898,7 +115016,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -110973,7 +115091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -110992,6 +115110,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -111011,11 +115134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -111056,7 +115174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -111075,6 +115193,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -111094,11 +115217,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -111194,7 +115312,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111349,7 +115467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111417,7 +115535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -111436,6 +115554,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -111455,11 +115578,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -111487,7 +115605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111579,7 +115697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111647,7 +115765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -111722,7 +115840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -111739,6 +115857,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -111758,11 +115881,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -111803,7 +115921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -111820,6 +115938,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -111839,11 +115962,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -111921,7 +116039,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112052,7 +116170,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112120,7 +116238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -112137,6 +116255,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -112156,11 +116279,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -112188,7 +116306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112280,7 +116398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112348,7 +116466,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112423,7 +116541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -112437,6 +116555,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -112456,11 +116579,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -112501,7 +116619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -112515,6 +116633,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -112534,11 +116657,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -112815,7 +116933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -112829,6 +116947,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -112848,11 +116971,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113043,7 +117161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -113065,6 +117183,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113084,11 +117207,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113129,7 +117247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -113151,6 +117269,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113170,11 +117293,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113493,7 +117611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -113515,6 +117633,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113534,11 +117657,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113729,7 +117847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -113748,6 +117866,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113767,11 +117890,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -113812,7 +117930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113825,6 +117943,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -113844,11 +117967,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -114698,163 +118816,7 @@ ] }, { - "Name": "SqlDatabaseUsingParentObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ParentObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", - "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", - "TargetGroupName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "AgentName": "System.String", - "ResourceId": "System.String", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DatabaseName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "SqlServerOrElasticPoolUsingParentObject", + "Name": "SqlDatabaseUsingParentObject", "Parameters": [ { "ParameterMetadata": { @@ -114863,7 +118825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -114876,6 +118838,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -114895,11 +118862,162 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DatabaseName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SqlServerOrElasticPoolUsingParentObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ParentObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", + "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", + "TargetGroupName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "AgentName": "System.String", + "ResourceId": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -115043,7 +119161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115056,6 +119174,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115075,11 +119198,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115718,7 +119836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115731,6 +119849,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115750,11 +119873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115795,7 +119913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115808,6 +119926,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115827,11 +119950,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115927,7 +120045,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116082,7 +120200,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116150,7 +120268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -116163,6 +120281,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116182,11 +120305,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116214,7 +120332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116306,7 +120424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116374,7 +120492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116449,7 +120567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -116477,6 +120595,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116496,11 +120619,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116543,7 +120661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116662,7 +120780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116785,24 +120903,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -116810,11 +120931,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116834,11 +120960,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116901,24 +121022,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -116926,11 +121050,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -116950,11 +121079,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -116994,7 +121118,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117101,7 +121225,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117171,24 +121295,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -117196,11 +121323,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117220,11 +121352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117252,7 +121379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117344,7 +121471,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117412,7 +121539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117487,7 +121614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -117497,6 +121624,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117516,11 +121648,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117543,7 +121670,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117561,7 +121688,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117579,24 +121706,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -117604,11 +121734,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117628,11 +121763,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117747,7 +121877,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117771,7 +121901,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117839,24 +121969,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -117864,11 +121997,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -117888,11 +122026,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -117920,7 +122053,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -117944,7 +122077,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118036,7 +122169,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118060,7 +122193,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118176,7 +122309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118200,7 +122333,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118275,7 +122408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -118304,6 +122437,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118323,11 +122461,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118426,7 +122559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -118455,6 +122588,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118474,11 +122612,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118536,7 +122669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118667,7 +122800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118737,7 +122870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -118766,6 +122899,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -118785,11 +122923,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -118835,7 +122968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118927,7 +123060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -118995,7 +123128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119070,7 +123203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -119086,6 +123219,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119105,11 +123243,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119186,7 +123319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -119202,6 +123335,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119221,11 +123359,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119301,7 +123434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119478,7 +123611,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119546,7 +123679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -119562,6 +123695,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119581,11 +123719,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119613,7 +123746,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119705,7 +123838,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119773,7 +123906,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -119867,7 +124000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -119877,6 +124010,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -119896,11 +124034,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -119976,7 +124109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -120005,6 +124138,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120024,11 +124162,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120122,7 +124255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120140,7 +124273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120197,7 +124330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -120207,6 +124340,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120226,11 +124364,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120258,7 +124391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120282,7 +124415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120494,7 +124627,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120518,7 +124651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120586,7 +124719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -120615,6 +124748,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120634,11 +124772,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120756,7 +124889,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120780,7 +124913,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120848,7 +124981,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120872,7 +125005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120947,7 +125080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -120978,6 +125111,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120997,11 +125135,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121039,24 +125172,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -121064,11 +125200,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121088,11 +125229,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121229,24 +125365,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -121254,11 +125393,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121278,11 +125422,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121639,7 +125778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -121657,6 +125796,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121676,11 +125820,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121703,7 +125842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -121721,6 +125860,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121740,11 +125884,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -121861,7 +126000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -121879,6 +126018,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -121898,11 +126042,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122187,9 +126326,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -122200,11 +126340,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122224,11 +126371,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122271,7 +126413,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122372,7 +126514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122471,7 +126613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -122482,6 +126624,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122501,11 +126648,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122528,7 +126670,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122621,7 +126763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122799,9 +126941,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -122812,11 +126955,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -122836,11 +126986,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -122862,7 +127007,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122967,7 +127112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123035,9 +127180,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -123048,11 +127194,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123072,11 +127225,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123104,7 +127252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123172,7 +127320,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123247,7 +127395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -123259,6 +127407,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123278,11 +127431,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123323,7 +127471,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123440,7 +127588,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123563,7 +127711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -123578,6 +127726,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123597,11 +127750,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -123660,7 +127808,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123777,7 +127925,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123900,7 +128048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -123910,6 +128058,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -123929,11 +128082,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124012,7 +128160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -124022,6 +128170,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124041,11 +128194,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124085,7 +128233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124103,7 +128251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124234,7 +128382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124258,7 +128406,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124326,7 +128474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -124336,6 +128484,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124355,11 +128508,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124387,7 +128535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124411,7 +128559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124503,7 +128651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124527,7 +128675,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124595,7 +128743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124619,7 +128767,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124694,7 +128842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -124705,6 +128853,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -124724,11 +128877,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -124771,7 +128919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -124890,7 +129038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125013,7 +129161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -125026,6 +129174,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125045,11 +129198,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125090,7 +129238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125207,7 +129355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125385,9 +129533,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -125398,11 +129547,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125422,11 +129578,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125448,7 +129599,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125553,7 +129704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125621,9 +129772,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -125634,11 +129786,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125658,11 +129817,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125690,7 +129844,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125758,7 +129912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125833,7 +129987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupMember": "System.Collections.Generic.IList`1[System.String]", "TrustScope": "System.Collections.Generic.IList`1[System.String]", @@ -125845,6 +129999,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -125864,11 +130023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -125945,7 +130099,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125963,7 +130117,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126092,7 +130246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126116,7 +130270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126191,7 +130345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -126203,6 +130357,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126222,11 +130381,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126267,7 +130421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126384,7 +130538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126507,7 +130661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -126523,6 +130677,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126542,11 +130701,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126607,7 +130761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126625,7 +130779,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126744,7 +130898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126768,7 +130922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126891,7 +131045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -126911,6 +131065,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126930,11 +131089,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126999,7 +131153,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127017,7 +131171,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127154,7 +131308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127178,7 +131332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127325,7 +131479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -127348,6 +131502,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127367,11 +131526,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127440,7 +131594,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127458,7 +131612,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127613,7 +131767,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127637,7 +131791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127808,7 +131962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -127820,6 +131974,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127839,11 +131998,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127906,7 +132060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -127918,6 +132072,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -127937,11 +132096,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127981,7 +132135,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128088,7 +132242,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128158,7 +132312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -128170,6 +132324,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128189,11 +132348,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128221,7 +132375,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128313,7 +132467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128381,7 +132535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128456,7 +132610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -128465,37 +132619,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -128515,11 +132675,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128578,7 +132733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128596,7 +132751,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128614,7 +132769,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128632,7 +132787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128796,7 +132951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -128951,7 +133106,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129145,7 +133300,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129289,7 +133444,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129487,7 +133642,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129631,7 +133786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129849,7 +134004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -129993,7 +134148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130215,7 +134370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130359,7 +134514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130529,7 +134684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130673,7 +134828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130847,7 +135002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -130991,7 +135146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131161,7 +135316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131305,7 +135460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131479,7 +135634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131697,7 +135852,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131848,7 +136003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -131877,6 +136032,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -131896,11 +136056,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -131941,7 +136096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131959,7 +136114,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -131977,7 +136132,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132096,7 +136251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -132108,6 +136263,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132127,11 +136287,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -132149,7 +136304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -132161,6 +136316,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132180,11 +136340,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132314,7 +136469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132371,7 +136526,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132548,7 +136703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132616,7 +136771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132642,7 +136797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -132654,6 +136809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -132673,11 +136833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -132747,7 +136902,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132815,7 +136970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132911,7 +137066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -132979,7 +137134,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133204,7 +137359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133272,7 +137427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133298,7 +137453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -133310,6 +137465,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -133329,11 +137489,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -133451,7 +137606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133519,7 +137674,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133663,7 +137818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133731,7 +137886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -133932,7 +138087,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134000,7 +138155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134249,7 +138404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134317,7 +138472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134343,7 +138498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -134355,6 +138510,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -134374,11 +138534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -134496,7 +138651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134564,7 +138719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134684,7 +138839,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134752,7 +138907,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134927,7 +139082,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -134995,7 +139150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135141,7 +139296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135233,7 +139388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135308,7 +139463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -135317,37 +139472,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135367,11 +139528,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135466,7 +139622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135589,7 +139745,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135688,7 +139844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -135697,37 +139853,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -135747,11 +139909,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -135902,7 +140059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -135917,6 +140074,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -135941,16 +140118,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -135971,16 +140138,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -136007,7 +140164,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136025,7 +140182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136061,7 +140218,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136378,7 +140535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136669,7 +140826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136684,6 +140841,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -136708,16 +140885,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -136738,16 +140905,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -136780,7 +140937,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136804,7 +140961,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136979,7 +141136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137222,7 +141379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137237,6 +141394,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -137261,16 +141438,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -137291,16 +141458,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -137333,7 +141490,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137357,7 +141514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137586,7 +141743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -137831,7 +141988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138033,7 +142190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -138049,6 +142206,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138068,11 +142230,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -138135,7 +142292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138150,6 +142307,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -138174,16 +142351,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -138204,16 +142371,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -138355,7 +142512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138370,6 +142527,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -138394,16 +142571,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -138424,16 +142591,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -138606,7 +142763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -138836,7 +142993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138908,7 +143065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -138917,37 +143074,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -138967,11 +143130,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -139068,7 +143226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -139370,7 +143528,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139510,7 +143668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -139812,7 +143970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139880,7 +144038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -139889,37 +144047,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -139939,11 +144103,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140007,7 +144166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -140309,7 +144468,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140384,7 +144543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -140398,6 +144557,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -140417,11 +144581,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140444,7 +144603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140627,7 +144786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141408,7 +145567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionDays": "System.Int32", "ResourceGroupName": "System.String", @@ -141418,6 +145577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141437,11 +145601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141501,7 +145660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -141510,37 +145669,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141560,11 +145725,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -141803,7 +145963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -141812,37 +145972,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -141862,11 +146028,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142237,7 +146398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -142248,6 +146409,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142267,11 +146433,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142294,7 +146455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142444,7 +146605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142642,7 +146803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -142660,6 +146821,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -142679,11 +146845,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -142830,7 +146991,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143155,7 +147316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143374,7 +147535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -143400,6 +147561,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -143419,11 +147585,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -143504,7 +147665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143519,6 +147680,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -143543,16 +147724,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -143573,16 +147744,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -143625,7 +147786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143640,6 +147801,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -143664,16 +147845,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -143694,16 +147865,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -143833,7 +147994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143848,6 +148009,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -143872,16 +148053,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -143902,16 +148073,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -143966,7 +148127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143981,6 +148142,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -144005,16 +148186,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -144035,16 +148206,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -144150,7 +148311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -144161,6 +148322,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144180,11 +148346,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144207,7 +148368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144222,6 +148383,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -144246,16 +148427,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -144276,16 +148447,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -144403,7 +148564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144418,6 +148579,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -144442,16 +148623,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -144472,16 +148643,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -144635,7 +148796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -144655,6 +148816,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144674,11 +148840,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -144755,7 +148916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -144775,6 +148936,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -144794,11 +148960,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -145283,7 +149444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -145303,6 +149464,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -145322,11 +149488,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -145593,7 +149754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -145627,6 +149788,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -145646,11 +149812,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -145717,7 +149878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145732,6 +149893,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -145756,16 +149937,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -145786,16 +149957,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -145955,7 +150116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145970,6 +150131,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -145994,16 +150175,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -146024,16 +150195,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -146211,11 +150372,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "LinkId": "System.Guid", + "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", "Capacity": "System.Nullable`1[System.Int32]", "DatabaseName": "System.String", "ServerName": "System.String", @@ -146226,8 +150388,8 @@ "LicenseType": "System.String", "Family": "System.String", "Edition": "System.String", + "SkuName": "System.String", "PartnerLocation": "System.String", - "Location": "System.String", "StartTime": "System.String", "Role": "System.String", "PartnerRole": "System.String", @@ -146237,12 +150399,17 @@ "SecondaryServiceObjectiveName": "System.String", "PartnerDatabaseName": "System.String", "PartnerServerName": "System.String", - "SkuName": "System.String", + "Location": "System.String", "PartnerResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146262,11 +150429,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146325,7 +150487,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146343,7 +150505,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146361,7 +150523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146502,7 +150664,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146618,7 +150780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146642,7 +150804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146714,7 +150876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146892,7 +151054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -146902,6 +151064,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146921,11 +151088,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147001,7 +151163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -147010,37 +151172,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147060,11 +151228,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147176,7 +151339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147194,7 +151357,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147443,7 +151606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147467,7 +151630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147583,7 +151746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -147592,37 +151755,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147642,11 +151811,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147782,7 +151946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147806,7 +151970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147874,7 +152038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -147884,6 +152048,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147903,11 +152072,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147935,7 +152099,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147959,7 +152123,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148027,7 +152191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148051,7 +152215,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148126,7 +152290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -148136,6 +152300,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148155,11 +152324,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148182,7 +152346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148197,6 +152361,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -148221,16 +152405,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -148251,16 +152425,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -148378,7 +152542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148393,6 +152557,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -148417,16 +152601,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -148447,16 +152621,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -148610,7 +152774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -148622,6 +152786,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148641,11 +152810,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148717,7 +152881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -148727,6 +152891,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148746,11 +152915,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148808,7 +152972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148979,7 +153143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149071,7 +153235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -149081,6 +153245,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149100,11 +153269,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149228,7 +153392,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149327,7 +153491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -149346,6 +153510,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149365,11 +153534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149410,7 +153574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -149429,6 +153593,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149448,11 +153617,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149548,7 +153712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149644,7 +153808,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149869,7 +154033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150054,278 +154218,12 @@ }, { "ParameterMetadata": { - "Name": "RunOnce", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StartTime", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTime" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EndTime", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTime" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Description", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "Recurring", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AgentName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "JobName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IntervalType", + "Name": "RunOnce", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150335,32 +154233,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IntervalCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.UInt32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.UInt32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": true, @@ -150427,7 +154299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150510,67 +154382,21 @@ ] }, { - "Name": "ObjectSet", + "Name": "Recurring", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", - "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", - "Enabled": "System.Nullable`1[System.Boolean]", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", - "Version": "System.Nullable`1[System.Int32]", - "Description": "System.String", - "Interval": "System.String", - "JobName": "System.String", - "ResourceGroupName": "System.String", - "ServerName": "System.String", - "AgentName": "System.String", - "ResourceId": "System.String", - "Type": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -150579,7 +154405,131 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AgentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "JobName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IntervalType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IntervalCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.UInt32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.UInt32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -150641,7 +154591,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150724,7 +154674,7 @@ ] }, { - "Name": "RunOnceUsingParentObject", + "Name": "ObjectSet", "Parameters": [ { "ParameterMetadata": { @@ -150733,7 +154683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -150752,6 +154702,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150771,11 +154726,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -150796,30 +154746,6 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "RunOnce", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "StartTime", @@ -150879,7 +154805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150962,7 +154888,7 @@ ] }, { - "Name": "RecurringUsingParentObject", + "Name": "RunOnceUsingParentObject", "Parameters": [ { "ParameterMetadata": { @@ -150971,7 +154897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -150990,6 +154916,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151009,11 +154940,244 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RunOnce", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StartTime", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTime" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EndTime", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTime" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Enable", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RecurringUsingParentObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", + "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", + "Enabled": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "Version": "System.Nullable`1[System.Int32]", + "Description": "System.String", + "Interval": "System.String", + "JobName": "System.String", + "ResourceGroupName": "System.String", + "ServerName": "System.String", + "AgentName": "System.String", + "ResourceId": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -151143,7 +155307,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151311,7 +155475,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151427,7 +155591,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151503,7 +155667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151721,7 +155885,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151865,7 +156029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151964,7 +156128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -151981,6 +156145,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152000,11 +156169,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152045,7 +156209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -152062,6 +156226,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152081,11 +156250,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152165,7 +156329,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152298,7 +156462,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152366,7 +156530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -152383,6 +156547,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152402,11 +156571,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152436,7 +156600,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152530,7 +156694,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152649,7 +156813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -152663,6 +156827,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152682,11 +156851,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152727,7 +156891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -152741,6 +156905,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152760,11 +156929,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152860,7 +157024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153015,7 +157179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153083,7 +157247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -153097,6 +157261,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153116,11 +157285,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153148,7 +157312,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153240,7 +157404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153359,7 +157523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -153381,6 +157545,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153400,11 +157569,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153445,7 +157609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -153467,6 +157631,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153486,11 +157655,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153604,7 +157768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153622,7 +157786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -153631,37 +157795,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153681,11 +157851,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154150,7 +158315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -154159,37 +158324,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154209,11 +158380,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154743,7 +158909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155529,7 +159695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -155551,6 +159717,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155570,11 +159741,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155602,7 +159768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -155611,37 +159777,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155661,11 +159833,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156073,7 +160240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -156095,6 +160262,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156114,11 +160286,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156146,7 +160313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156442,7 +160609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -156464,6 +160631,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156483,11 +160655,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -156907,7 +161074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -156916,37 +161083,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -156966,11 +161139,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157402,7 +161570,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158369,7 +162537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -158397,6 +162565,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -158416,11 +162589,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158629,7 +162797,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158647,7 +162815,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158701,7 +162869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158846,7 +163014,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158870,7 +163038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158942,7 +163110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159206,7 +163374,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159230,7 +163398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159302,7 +163470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159592,7 +163760,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159616,7 +163784,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159688,7 +163856,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159811,7 +163979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -159827,6 +163995,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -159846,11 +164019,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159913,7 +164081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159928,6 +164096,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -159952,16 +164140,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -159982,16 +164160,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -160133,7 +164301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160148,6 +164316,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -160172,16 +164360,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -160202,16 +164380,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -160365,7 +164533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -160399,6 +164567,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160418,11 +164591,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160489,7 +164657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160504,6 +164672,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -160528,16 +164716,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -160558,16 +164736,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -160727,7 +164895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160742,6 +164910,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -160766,16 +164954,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -160796,16 +164974,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -160983,24 +165151,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -161008,11 +165179,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161032,11 +165208,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161061,24 +165232,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -161086,11 +165260,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161110,11 +165289,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161326,7 +165500,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161344,7 +165518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161397,13 +165571,49 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161451,13 +165661,51 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161516,24 +165764,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -161541,11 +165792,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161565,11 +165821,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161773,7 +166024,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161797,7 +166048,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161867,6 +166118,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -161874,7 +166173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161939,6 +166238,56 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -161946,7 +166295,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162214,7 +166563,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162238,7 +166587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162308,6 +166657,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -162315,7 +166712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162380,6 +166777,56 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -162387,7 +166834,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162681,7 +167128,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162705,7 +167152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162775,6 +167222,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -162782,7 +167277,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162847,6 +167342,56 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -162854,7 +167399,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163098,7 +167643,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163122,7 +167667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163192,6 +167737,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -163199,7 +167792,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163264,6 +167857,56 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AsJob", @@ -163271,7 +167914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163346,7 +167989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -163356,6 +167999,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163375,11 +168023,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163438,24 +168081,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -163463,11 +168109,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163487,11 +168138,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -163698,24 +168344,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -163723,11 +168372,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -163747,11 +168401,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -164134,7 +168783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -164148,6 +168797,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -164167,11 +168821,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -164194,7 +168843,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164377,7 +169026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165156,7 +169805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -165167,6 +169816,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165186,11 +169840,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165237,7 +169886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -165249,6 +169898,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165268,11 +169922,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -165440,7 +170089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -165452,6 +170101,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165471,11 +170125,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -165953,7 +170602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -165963,6 +170612,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165982,11 +170636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166062,7 +170711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -166091,6 +170740,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166110,11 +170764,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166208,7 +170857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166226,7 +170875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166475,7 +171124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166499,7 +171148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166615,7 +171264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -166644,6 +171293,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166663,11 +171317,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166785,7 +171434,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166809,7 +171458,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166877,7 +171526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -166887,6 +171536,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166906,11 +171560,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166938,7 +171587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166962,7 +171611,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167030,7 +171679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167054,7 +171703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167129,7 +171778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -167141,6 +171790,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167160,11 +171814,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -167236,7 +171885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -167246,6 +171895,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167265,11 +171919,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -167327,7 +171976,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167498,7 +172147,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167590,7 +172239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -167600,6 +172249,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167619,11 +172273,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -167699,7 +172348,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167839,7 +172488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167938,7 +172587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -167956,6 +172605,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167975,11 +172629,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -168002,7 +172651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -168020,6 +172669,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -168039,11 +172693,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -168141,7 +172790,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168159,7 +172808,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168216,7 +172865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -168234,6 +172883,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -168253,11 +172907,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -168311,7 +172960,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168335,7 +172984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168453,7 +173102,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168477,7 +173126,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168621,7 +173270,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168645,7 +173294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168739,7 +173388,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168763,7 +173412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168838,9 +173487,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", + "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", "ManagedInstanceKeyVaultKeyName": "System.String", @@ -168867,6 +173517,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -168886,11 +173541,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -168926,6 +173576,10 @@ { "Name": "keyId", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "autoRotatonEnabled", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -168944,7 +173598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168959,6 +173613,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -168983,16 +173657,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -169013,16 +173677,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -169059,13 +173713,31 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "AutoRotationEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169085,24 +173757,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -169110,11 +173785,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -169134,11 +173814,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -169255,7 +173930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169270,6 +173945,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -169294,16 +173989,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -169324,16 +174009,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -169390,24 +174065,27 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -169415,11 +174093,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -169439,11 +174122,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -169464,6 +174142,30 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AutoRotationEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Force", @@ -169471,7 +174173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169539,7 +174241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169554,6 +174256,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -169578,16 +174300,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -169608,16 +174320,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -169691,6 +174393,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "AutoRotationEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Force", @@ -169698,7 +174424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169766,7 +174492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -169781,6 +174507,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -169805,16 +174551,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -169835,16 +174571,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -169940,6 +174666,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AutoRotationEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Force", @@ -169947,7 +174697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170008,6 +174758,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "AutoRotationEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Force", @@ -170015,7 +174789,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170092,9 +174866,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -170105,11 +174880,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -170129,11 +174911,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -170196,7 +174973,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170232,7 +175009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170284,13 +175061,87 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170417,7 +175268,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170465,7 +175316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170534,6 +175385,104 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PrimaryUserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserAssignedIdentityId", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Force", @@ -170541,7 +175490,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -170640,7 +175589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -170651,6 +175600,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -170670,11 +175624,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -170955,7 +175904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -170970,6 +175919,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -170989,11 +175943,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -171052,7 +176001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171067,6 +176016,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -171091,16 +176060,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -171121,16 +176080,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -171254,7 +176203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171269,6 +176218,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -171293,16 +176262,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -171323,16 +176282,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -171481,7 +176430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -171693,7 +176642,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171747,9 +176696,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -171760,11 +176710,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -171784,11 +176741,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -171810,7 +176762,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -171867,7 +176819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -172145,7 +177097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172169,7 +177121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172285,7 +177237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -172563,7 +177515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172587,7 +177539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -172655,9 +177607,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -172668,11 +177621,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -172692,11 +177652,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -172724,7 +177679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -173002,7 +177957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173026,7 +177981,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173101,7 +178056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -173116,6 +178071,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -173135,11 +178095,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -173198,7 +178153,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173216,7 +178171,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173234,7 +178189,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173351,7 +178306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173467,7 +178422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173491,7 +178446,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173539,7 +178494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -173662,7 +178617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -173672,6 +178627,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -173691,11 +178651,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -173830,7 +178785,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174035,7 +178990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174110,7 +179065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -174121,6 +179076,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174140,11 +179100,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174625,7 +179580,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174679,9 +179634,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -174692,11 +179648,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -174716,11 +179679,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -174742,7 +179700,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174976,7 +179934,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175000,7 +179958,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175293,7 +180251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175317,7 +180275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175385,9 +180343,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "SqlAdministratorPassword": "System.Security.SecureString", "ResourceGroupName": "System.String", @@ -175398,11 +180357,18 @@ "FullyQualifiedDomainName": "System.String", "ResourceId": "System.String", "MinimalTlsVersion": "System.String", - "PublicNetworkAccess": "System.String" + "PublicNetworkAccess": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -175422,11 +180388,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -175631,7 +180592,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175655,7 +180616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175730,7 +180691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -175763,6 +180724,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -175782,11 +180748,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -175849,7 +180810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175864,6 +180825,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -175888,16 +180869,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -175918,16 +180889,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -176069,7 +181030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176084,6 +181045,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -176108,16 +181089,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -176138,16 +181109,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -176301,9 +181262,10 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", + "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", "ServerName": "System.String", "ServerKeyVaultKeyName": "System.String", @@ -176312,6 +181274,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -176331,11 +181298,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -176358,7 +181320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176373,6 +181335,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -176397,16 +181379,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -176427,16 +181399,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -176473,13 +181435,33 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "AutoRotationEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176497,7 +181479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176590,7 +181572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176605,6 +181587,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -176629,16 +181631,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -176659,16 +181651,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -176716,6 +181698,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "AutoRotationEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Force", @@ -176723,7 +181731,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176747,7 +181755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176870,7 +181878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -176882,6 +181890,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -176901,11 +181914,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -176964,7 +181972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -176982,7 +181990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177123,7 +182131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177147,7 +182155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177270,7 +182278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -177290,6 +182298,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -177309,11 +182322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -177599,7 +182607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -177616,6 +182624,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -177635,11 +182648,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -177711,7 +182719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -177720,37 +182728,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -177770,11 +182784,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -177832,7 +182841,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -177973,7 +182982,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178089,7 +183098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -178098,37 +183107,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -178148,11 +183163,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -178264,7 +183274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178387,7 +183397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -178409,6 +183419,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -178428,11 +183443,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -178473,7 +183483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -178492,6 +183502,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -178511,11 +183526,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -178609,7 +183619,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178627,7 +183637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178780,7 +183790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178804,7 +183814,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178872,7 +183882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -178891,6 +183901,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -178910,11 +183925,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -178942,7 +183952,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -178966,7 +183976,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179058,7 +184068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179082,7 +184092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179150,7 +184160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179225,7 +184235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -179254,6 +184264,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -179273,11 +184288,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -179358,7 +184368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179412,7 +184422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179488,7 +184498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179508,7 +184518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -179537,6 +184547,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -179556,11 +184571,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -179691,7 +184701,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179763,7 +184773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179787,7 +184797,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179983,7 +184993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180055,7 +185065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180079,7 +185089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180149,7 +185159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -180178,6 +185188,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -180197,11 +185212,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -180299,7 +185309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180371,7 +185381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180395,7 +185405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180470,7 +185480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -180487,6 +185497,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -180506,11 +185521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -180582,7 +185592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -180611,6 +185621,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -180630,11 +185645,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -180674,7 +185684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180815,7 +185825,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180931,7 +185941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -180960,6 +185970,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -180979,11 +185994,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -181029,7 +186039,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181145,7 +186155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181268,7 +186278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -181288,6 +186298,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -181307,11 +186322,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -181376,7 +186386,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181513,7 +186523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181660,7 +186670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -181681,6 +186691,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -181700,11 +186715,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -182031,7 +187041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -182051,6 +187061,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -182070,11 +187085,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -182360,7 +187370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -182382,6 +187392,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -182401,11 +187416,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -182446,7 +187456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -182468,6 +187478,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -182487,11 +187502,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -182806,7 +187816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -182828,6 +187838,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -182847,11 +187862,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -183042,7 +188052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -183068,6 +188078,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -183087,11 +188102,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -183114,7 +188124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183245,7 +188255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183418,7 +188428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -183447,6 +188457,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -183466,11 +188481,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -183511,7 +188521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183587,7 +188597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183607,7 +188617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -183636,6 +188646,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -183655,11 +188670,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -183738,7 +188748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183762,7 +188772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183906,7 +188916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183930,7 +188940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184000,7 +189010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "AutoCompleteRestore": "System.Nullable`1[System.Boolean]", @@ -184029,6 +189039,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184048,11 +189063,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184098,7 +189108,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184122,7 +189132,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184197,7 +189207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationParameters": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", "OperationSteps": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", @@ -184221,6 +189231,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184240,11 +189255,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184343,7 +189353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationParameters": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", "OperationSteps": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", @@ -184367,6 +189377,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184386,11 +189401,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184412,7 +189422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184543,7 +189553,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184635,7 +189645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184705,7 +189715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperationParameters": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair", "OperationSteps": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationSteps", @@ -184729,6 +189739,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184748,11 +189763,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184780,7 +189790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184848,7 +189858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184923,7 +189933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -184943,6 +189953,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184962,11 +189977,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -185031,7 +190041,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185168,7 +190178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185315,7 +190325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -185324,37 +190334,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -185374,11 +190390,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -185473,7 +190484,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185596,7 +190607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185695,7 +190706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -185721,6 +190732,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -185740,11 +190756,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -185825,7 +190836,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185843,7 +190854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185966,7 +190977,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185990,7 +191001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186089,7 +191100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -186109,6 +191120,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186128,11 +191144,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186209,7 +191220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -186229,6 +191240,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186248,11 +191264,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186292,7 +191303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186421,7 +191432,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186537,7 +191548,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186605,7 +191616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -186625,6 +191636,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186644,11 +191660,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186676,7 +191687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186744,7 +191755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186819,7 +191830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -186834,6 +191845,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -186853,11 +191869,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186880,7 +191891,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -187085,7 +192096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -187356,7 +192367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -187373,6 +192384,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187392,11 +192408,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187549,7 +192560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -187566,6 +192577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187585,11 +192601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -187611,7 +192622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -187816,7 +192827,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -187936,7 +192947,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188032,7 +193043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -188049,6 +193060,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188068,11 +193084,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188100,7 +193111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188168,7 +193179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188243,7 +193254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -188262,6 +193273,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188281,11 +193297,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188357,7 +193368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -188374,6 +193385,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188393,11 +193409,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188455,7 +193466,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188473,7 +193484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188488,6 +193499,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -188512,16 +193543,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -188542,16 +193563,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -188717,7 +193728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188732,6 +193743,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -188756,16 +193787,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -188786,16 +193807,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -188942,7 +193953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -188959,6 +193970,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -188978,11 +193994,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189058,7 +194069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189073,6 +194084,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -189097,16 +194128,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -189127,16 +194148,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -189379,7 +194390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189394,6 +194405,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -189418,16 +194449,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -189448,16 +194469,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -189604,7 +194615,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189676,7 +194687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189691,6 +194702,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -189715,16 +194746,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -189745,16 +194766,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -189908,7 +194919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -189927,6 +194938,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189946,11 +194962,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -190022,7 +195033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -190039,6 +195050,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -190058,11 +195074,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -190120,7 +195131,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190138,7 +195149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190153,6 +195164,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -190177,16 +195208,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -190207,16 +195228,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -190382,7 +195393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190397,6 +195408,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -190421,16 +195452,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -190451,16 +195472,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -190607,7 +195618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -190624,6 +195635,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -190643,11 +195659,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -190723,7 +195734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -190738,6 +195749,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -190762,16 +195793,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -190792,16 +195813,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -191044,7 +196055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191059,6 +196070,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -191083,16 +196114,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -191113,16 +196134,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -191269,7 +196280,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191341,7 +196352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191356,6 +196367,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -191380,16 +196411,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -191410,16 +196431,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -191573,7 +196584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -191591,6 +196602,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -191610,11 +196626,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -191682,7 +196693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -191699,6 +196710,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -191718,11 +196734,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -191780,7 +196791,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191798,7 +196809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -191813,6 +196824,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -191837,16 +196868,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -191867,16 +196888,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -192072,7 +197083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -192087,6 +197098,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -192111,16 +197142,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -192141,16 +197162,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -192321,7 +197332,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -192345,7 +197356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -192360,6 +197371,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -192384,16 +197415,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -192414,16 +197435,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -192546,7 +197557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -192563,6 +197574,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -192582,11 +197598,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -192614,7 +197625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -192629,6 +197640,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -192653,16 +197684,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -192683,16 +197704,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -192815,7 +197826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -192830,6 +197841,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -192854,16 +197885,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -192884,16 +197905,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -193023,7 +198034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -193037,6 +198048,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -193056,11 +198072,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -193083,7 +198094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193270,7 +198281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193517,7 +198528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -193536,6 +198547,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -193555,11 +198571,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -193631,7 +198642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -193648,6 +198659,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -193667,11 +198683,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -193729,7 +198740,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193747,7 +198758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -193762,6 +198773,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -193786,16 +198817,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -193816,16 +198837,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194021,7 +199032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194036,6 +199047,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -194060,16 +199091,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -194090,16 +199111,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194270,7 +199281,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194294,7 +199305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194309,6 +199320,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -194333,16 +199364,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -194363,16 +199384,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194495,7 +199506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -194512,6 +199523,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -194531,11 +199547,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -194563,7 +199574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194578,6 +199589,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -194602,16 +199633,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -194632,16 +199653,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194764,7 +199775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -194779,6 +199790,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -194803,16 +199834,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -194833,16 +199854,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -194972,7 +199983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -194992,6 +200003,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195011,11 +200027,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195098,7 +200109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195295,7 +200306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195490,7 +200501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", "MemberDatabasePassword": "System.Security.SecureString", @@ -195513,6 +200524,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -195532,11 +200548,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195605,7 +200616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -195798,7 +200809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196019,7 +201030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "UsePrivateLinkConnection": "System.Nullable`1[System.Boolean]", @@ -196039,6 +201050,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196058,11 +201074,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196143,7 +201154,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196302,7 +201313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196580,13 +201591,18 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverPolicy": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196606,11 +201622,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196634,7 +201645,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverWithDataLossGracePeriodMinutes": "System.Nullable`1[System.Int32]", "FailoverPolicy": "System.String" @@ -196642,6 +201653,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196661,11 +201677,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196704,7 +201715,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -196716,7 +201727,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupPartnerServer, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Location": "System.String", @@ -196725,6 +201736,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196744,11 +201760,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196774,7 +201785,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -196783,37 +201794,43 @@ "MaxSizeBytes": "System.Int64", "ReadScale": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", "ZoneRedundant": "System.Nullable`1[System.Boolean]", + "EnableLedger": "System.Nullable`1[System.Boolean]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", "MinimumCapacity": "System.Nullable`1[System.Double]", "RequestedServiceObjectiveId": "System.Nullable`1[System.Guid]", - "ReadReplicaCount": "System.Nullable`1[System.Int32]", "HighAvailabilityReplicaCount": "System.Nullable`1[System.Int32]", - "Capacity": "System.Nullable`1[System.Int32]", + "ReadReplicaCount": "System.Nullable`1[System.Int32]", "AutoPauseDelayInMinutes": "System.Nullable`1[System.Int32]", + "Capacity": "System.Nullable`1[System.Int32]", + "CollationName": "System.String", + "SecondaryType": "System.String", + "RequestedBackupStorageRedundancy": "System.String", "CurrentBackupStorageRedundancy": "System.String", + "LicenseType": "System.String", "SkuName": "System.String", "Family": "System.String", - "RequestedBackupStorageRedundancy": "System.String", - "LicenseType": "System.String", - "ResourceGroupName": "System.String", + "ServerName": "System.String", + "DatabaseName": "System.String", + "CreateMode": "System.String", "ResourceId": "System.String", - "SecondaryType": "System.String", + "MaintenanceConfigurationId": "System.String", "ElasticPoolName": "System.String", "RequestedServiceObjectiveName": "System.String", "CurrentServiceObjectiveName": "System.String", + "Location": "System.String", + "Edition": "System.String", "Status": "System.String", "CatalogCollation": "System.String", - "CollationName": "System.String", - "Edition": "System.String", - "Location": "System.String", - "DatabaseName": "System.String", - "ServerName": "System.String", - "CreateMode": "System.String", - "MaintenanceConfigurationId": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -196833,11 +201850,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196907,7 +201919,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -196919,7 +201931,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -196934,6 +201946,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -196958,16 +201990,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -196988,16 +202010,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -197251,7 +202263,7 @@ "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model", "Name": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SubscriptionId": "System.Nullable`1[System.Guid]", "Credential": "System.String", @@ -197265,6 +202277,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -197284,11 +202301,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -197329,6 +202341,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -197353,16 +202385,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -197383,16 +202405,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -197436,6 +202448,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -197460,16 +202492,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -197490,16 +202512,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -197516,7 +202528,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -197528,7 +202540,7 @@ "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -197547,6 +202559,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -197566,11 +202583,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -197584,7 +202596,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197599,6 +202611,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -197623,16 +202655,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -197653,16 +202675,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -197679,7 +202691,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -197710,6 +202722,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -197729,11 +202746,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -197772,6 +202784,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -197791,11 +202808,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -197836,18 +202848,26 @@ } ] }, - "Microsoft.Azure.Management.Sql.Models.ResourceIdentity": { + "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator": { "Namespace": "Microsoft.Azure.Management.Sql.Models", - "Name": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity, Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator, Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrincipalId": "System.Nullable`1[System.Guid]", + "AzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", + "Sid": "System.Nullable`1[System.Guid]", "TenantId": "System.Nullable`1[System.Guid]", - "Type": "System.String" + "AdministratorType": "System.String", + "PrincipalType": "System.String", + "Login": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -197867,11 +202887,83 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null }, + { + "Name": "", + "Parameters": [ + { + "Name": "administratorType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "principalType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "login", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sid", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tenantId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "azureADOnlyAuthentication", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Sql.Models.ResourceIdentity": { + "Namespace": "Microsoft.Azure.Management.Sql.Models", + "Name": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity, Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Sql.Models.UserIdentity]", + "PrincipalId": "System.Nullable`1[System.Guid]", + "TenantId": "System.Nullable`1[System.Guid]", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -197883,6 +202975,10 @@ { "Name": "", "Parameters": [ + { + "Name": "userAssignedIdentities", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "principalId", "Type": "System.Reflection.RuntimeParameterInfo" @@ -197900,6 +202996,78 @@ } ] }, + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Sql.Models.UserIdentity]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Sql.Models.UserIdentity]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Sql.Models.UserIdentity, Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Management.Sql.Models.UserIdentity" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Sql.Models.UserIdentity": { + "Namespace": "Microsoft.Azure.Management.Sql.Models", + "Name": "Microsoft.Azure.Management.Sql.Models.UserIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.UserIdentity, Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrincipalId": "System.Nullable`1[System.Guid]", + "ClientId": "System.Nullable`1[System.Guid]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "principalId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clientId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, "System.Security.SecureString": { "Namespace": "System.Security", "Name": "System.Security.SecureString", @@ -197913,7 +203081,7 @@ "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197928,6 +203096,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -197952,16 +203140,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -197982,16 +203160,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -198005,14 +203173,31 @@ ], "Constructors": [] }, - "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType": { - "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", - "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator": { + "Namespace": "Microsoft.Azure.Management.Sql.Models", + "Name": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator, Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", + "Sid": "System.Nullable`1[System.Guid]", + "TenantId": "System.Nullable`1[System.Guid]", + "AdministratorType": "System.String", + "PrincipalType": "System.String", + "Login": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "Equals", "Parameters": [ @@ -198027,25 +203212,73 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, + } + ], + "Constructors": [ { - "Name": "ToString", + "Name": "", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "ToString", + "Name": "", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "administratorType", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "principalType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "login", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sid", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tenantId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "azureADOnlyAuthentication", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType": { + "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", + "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "CompareTo", @@ -198057,12 +203290,26 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ { "Name": "format", "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], "ReturnType": "System.String" @@ -198071,21 +203318,21 @@ "Name": "ToString", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "format", + "Type": "System.String" } ], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "ToString", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { "Name": "GetTypeCode", @@ -198125,7 +203372,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -198137,7 +203384,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Result": "System.Collections.Generic.IList`1[System.String]" }, @@ -198149,6 +203396,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -198163,11 +203415,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198181,7 +203428,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198196,6 +203443,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -198220,16 +203487,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -198250,16 +203507,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -198276,7 +203523,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198291,6 +203538,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -198315,16 +203582,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -198345,16 +203602,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -198371,7 +203618,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -198383,7 +203630,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String" @@ -198391,6 +203638,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198410,11 +203662,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198428,7 +203675,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -198440,7 +203687,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rank": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", "SchemaName": "System.String", @@ -198459,6 +203706,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -198473,11 +203725,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198491,7 +203738,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -198503,7 +203750,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198518,6 +203765,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -198542,16 +203809,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -198572,16 +203829,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -198598,7 +203845,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -198610,7 +203857,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedEditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", "Status": "System.String", @@ -198619,6 +203866,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198638,11 +203890,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198656,7 +203903,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -198668,7 +203915,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedServiceObjectives": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", "Status": "System.String", @@ -198677,6 +203924,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198696,11 +203948,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198714,7 +203961,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -198726,7 +203973,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedMaxSizes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", "Id": "System.Nullable`1[System.Guid]", @@ -198736,6 +203983,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198755,11 +204007,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198773,7 +204020,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -198785,7 +204032,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", "MaxValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", @@ -198796,6 +204043,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198815,11 +204067,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198833,7 +204080,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Limit": "System.Nullable`1[System.Int32]", "Unit": "System.String", @@ -198842,6 +204089,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198861,11 +204113,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198887,6 +204134,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -198906,11 +204158,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198965,6 +204212,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -198989,16 +204256,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -199019,16 +204276,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -199045,7 +204292,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -199053,6 +204300,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199072,11 +204324,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199090,7 +204337,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -199102,7 +204349,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -199114,6 +204361,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199133,11 +204385,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199151,7 +204398,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -199180,6 +204427,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199199,11 +204451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199217,7 +204464,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorCode": "System.String", "IsRetryable": "System.String" @@ -199225,6 +204472,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199244,11 +204496,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199262,7 +204509,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Method": "System.String", "Script": "System.String" @@ -199270,6 +204517,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199289,11 +204541,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199307,7 +204554,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionStateInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastModified": "System.DateTime", "CurrentValue": "System.String", @@ -199316,6 +204563,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199335,11 +204587,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199376,7 +204623,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -199388,7 +204635,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImpactInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AbsoluteValue": "System.Nullable`1[System.Double]", "ChangeValueAbsolute": "System.Nullable`1[System.Double]", @@ -199399,6 +204646,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199418,11 +204670,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199436,7 +204683,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -199448,7 +204695,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionMetricInfo, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "Value": "System.Nullable`1[System.Double]", @@ -199459,6 +204706,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -199478,11 +204730,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -199496,7 +204743,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -199506,7 +204753,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199521,6 +204768,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -199545,16 +204812,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -199575,16 +204832,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -199601,7 +204848,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199616,6 +204863,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -199640,16 +204907,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -199670,16 +204927,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -199696,7 +204943,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199711,6 +204958,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -199735,16 +205002,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -199765,16 +205022,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -199791,7 +205038,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199806,6 +205053,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -199830,16 +205097,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -199860,16 +205117,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -199886,7 +205133,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -199901,6 +205148,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -199925,16 +205192,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -199955,16 +205212,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -199981,7 +205228,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceLevelObjectiveUsageMetrics": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]", "Confidence": "System.Double", @@ -200006,6 +205253,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200025,11 +205277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200043,7 +205290,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -200055,7 +205302,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.SloUsageMetric, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "InRangeTimeRatio": "System.Double", @@ -200069,6 +205316,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200088,11 +205340,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200106,7 +205353,7 @@ "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200121,6 +205368,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -200145,16 +205412,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -200175,16 +205432,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -200201,7 +205448,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[]": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus", "GenericTypeArguments": [], @@ -200211,7 +205458,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.PrivateEndpointRequestStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkServiceId": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -200220,6 +205467,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200239,11 +205491,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200257,7 +205504,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -200269,7 +205516,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeValueAbsolute": "System.Nullable`1[System.Double]", "ChangeValueRelative": "System.Nullable`1[System.Double]", @@ -200279,6 +205526,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200298,11 +205550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200313,10 +205560,10 @@ } ] }, - "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections": { - "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", - "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType": { + "Namespace": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model", + "Name": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.LedgerDigestUploads.Model.LedgerDigestUploadStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200331,6 +205578,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -200355,6 +205622,67 @@ ], "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections": { + "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", + "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, { "Name": "CompareTo", "Parameters": [ @@ -200365,12 +205693,26 @@ ], "ReturnType": "System.Int32" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [ { "Name": "format", "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], "ReturnType": "System.String" @@ -200379,21 +205721,21 @@ "Name": "ToString", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "format", + "Type": "System.String" } ], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "ToString", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { "Name": "GetTypeCode", @@ -200411,7 +205753,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200426,6 +205768,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -200450,16 +205812,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -200480,16 +205832,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -200506,7 +205848,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200521,6 +205863,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -200545,16 +205907,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -200575,16 +205927,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -200629,6 +205971,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200648,11 +205995,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200700,6 +206042,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200719,11 +206066,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200761,6 +206103,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200780,11 +206127,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200829,6 +206171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200848,11 +206195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200905,6 +206247,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -200924,11 +206271,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -200960,7 +206302,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -200975,6 +206317,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -200999,16 +206361,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -201029,16 +206381,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -201055,9 +206397,10 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", + "AutoRotationEnabled": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", "ManagedInstanceKeyVaultKeyName": "System.String", @@ -201084,6 +206427,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201103,11 +206451,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201143,6 +206486,10 @@ { "Name": "keyId", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "autoRotatonEnabled", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -201152,7 +206499,7 @@ "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -201160,6 +206507,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201179,11 +206531,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201197,7 +206544,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -201209,7 +206556,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "TargetEdition": "System.String", @@ -201218,6 +206565,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201237,11 +206589,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201255,7 +206602,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -201267,7 +206614,7 @@ "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties": { "Namespace": "Microsoft.Azure.Management.Sql.LegacySdk.Models", "Name": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Sql.LegacySdk, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabaseCollection": "System.Collections.Generic.IList`1[System.String]", "DatabaseDtuMax": "System.Int32", @@ -201281,6 +206628,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201300,11 +206652,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201318,7 +206665,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", "MasterSyncMemberName": "System.String" @@ -201331,6 +206678,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchema" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201350,11 +206702,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201378,7 +206725,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -201390,7 +206737,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", "QuotedName": "System.String" @@ -201403,6 +206750,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201422,11 +206774,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201450,7 +206797,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -201462,7 +206809,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QuotedName": "System.String", "DataSize": "System.String", @@ -201476,6 +206823,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201495,11 +206847,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201532,6 +206879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201551,11 +206903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201595,6 +206942,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201614,11 +206966,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201666,6 +207013,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201685,11 +207037,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201729,7 +207076,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -201741,7 +207088,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasError": "System.Boolean", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", @@ -201752,6 +207099,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201771,11 +207123,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201799,7 +207146,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -201811,7 +207158,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasError": "System.Boolean", "IsPrimaryKey": "System.Boolean", @@ -201824,6 +207171,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201843,11 +207195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -201871,7 +207218,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -201886,6 +207233,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -201910,16 +207277,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -201940,16 +207297,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -201966,7 +207313,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.NetworkIsolationSettings, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SqlServerResourceId": "System.String", "StorageAccountResourceId": "System.String" @@ -201974,6 +207321,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -201993,11 +207345,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -202011,7 +207358,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -202026,6 +207373,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -202050,16 +207417,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -202080,16 +207437,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -202106,7 +207453,7 @@ "System.Uri": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -202116,24 +207463,27 @@ "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.17.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", + "Administrators": "Microsoft.Azure.Management.Sql.Models.ManagedInstanceExternalAdministrator", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "PublicDataEndpointEnabled": "System.Nullable`1[System.Boolean]", - "VCores": "System.Nullable`1[System.Int32]", "StorageSizeInGB": "System.Nullable`1[System.Int32]", + "VCores": "System.Nullable`1[System.Int32]", "AdministratorPassword": "System.Security.SecureString", - "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "BackupStorageRedundancy": "System.String", "MinimalTlsVersion": "System.String", "InstancePoolName": "System.String", "DnsZone": "System.String", "DnsZonePartner": "System.String", "TimezoneId": "System.String", "ProxyOverride": "System.String", + "Location": "System.String", + "PrimaryUserAssignedIdentityId": "System.String", "LicenseType": "System.String", - "BackupStorageRedundancy": "System.String", "SubnetId": "System.String", "AdministratorLogin": "System.String", "FullyQualifiedDomainName": "System.String", @@ -202141,11 +207491,16 @@ "ResourceGroupName": "System.String", "Id": "System.String", "Collation": "System.String", - "MaintenanceConfigurationId": "System.String" + "KeyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -202165,11 +207520,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ diff --git a/tools/Tools.Common/SerializedCmdlets/Az.StackHCI.json b/tools/Tools.Common/SerializedCmdlets/Az.StackHCI.json index e4daedee328c..e739989596f9 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.StackHCI.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.StackHCI.json @@ -71,7 +71,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -233,7 +233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -251,7 +251,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269,7 +269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -287,7 +287,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IsWAC", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -383,7 +401,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -599,7 +617,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -623,7 +641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -647,7 +665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -671,7 +689,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -687,6 +705,30 @@ "Position": 12, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IsWAC", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false } ] } @@ -764,7 +806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -860,7 +902,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1079,7 +1121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1097,7 +1139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1115,7 +1157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1133,7 +1175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1397,7 +1439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1421,7 +1463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1445,7 +1487,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1469,7 +1511,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Storage.json b/tools/Tools.Common/SerializedCmdlets/Az.Storage.json index 663a137522cc..cf1966189828 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Storage.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Storage.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "Tags": "System.String[]" @@ -22,6 +22,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41,11 +46,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -132,7 +132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -197,6 +197,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -211,11 +216,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -242,7 +242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -301,6 +301,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -315,11 +320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -585,7 +585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -650,6 +650,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -664,11 +669,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -769,7 +769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -828,6 +828,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -842,11 +847,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1032,7 +1032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1046,6 +1046,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1065,11 +1070,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1204,7 +1204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1218,6 +1218,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1237,11 +1242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1364,7 +1364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1378,6 +1378,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1397,11 +1402,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1535,7 +1535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1549,6 +1549,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1568,11 +1573,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1706,7 +1706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1720,6 +1720,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1739,11 +1744,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1825,7 +1825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -1839,6 +1839,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1858,11 +1863,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1951,7 +1951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1992,7 +1992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2033,7 +2033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2117,7 +2117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -2135,7 +2135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -2153,7 +2153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", "GenericTypeArguments": [], @@ -2246,7 +2246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2354,7 +2354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2422,7 +2422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -2497,7 +2497,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2565,7 +2565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -2640,7 +2640,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2708,7 +2708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", "GenericTypeArguments": [], @@ -2783,7 +2783,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2926,7 +2926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3072,7 +3072,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3239,7 +3239,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3369,6 +3369,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -5063,55 +5114,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -5132,11 +5137,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5246,6 +5246,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -6782,24 +6802,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -6820,11 +6825,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6901,184 +6901,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -7578,40 +7400,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -7623,46 +7455,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -7674,13 +7481,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -7693,19 +7512,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -7720,14 +7543,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -7741,11 +7564,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -7771,45 +7594,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -7824,14 +7647,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -7850,19 +7673,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -7872,15 +7687,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -7893,16 +7704,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -7923,72 +7726,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -7996,25 +7760,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -8023,28 +7775,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8061,16 +7801,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -8083,16 +7815,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8117,7 +7841,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -8127,30 +7851,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -8159,42 +7866,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8206,25 +7879,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8237,10 +7898,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -8249,16 +7906,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8272,19 +7921,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -8297,16 +7938,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8331,84 +7964,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8420,25 +8002,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8451,24 +8021,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8482,10 +8044,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -8499,12 +8061,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8529,59 +8087,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8593,21 +8125,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -8620,24 +8144,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -8659,23 +8175,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -8688,12 +8192,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -8726,92 +8226,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -8831,21 +8272,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -8866,35 +8299,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -8909,56 +8330,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -8984,81 +8367,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -9073,26 +8426,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -9107,30 +8448,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -9144,23 +8487,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -9175,18 +8518,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -9199,16 +8542,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -9222,11 +8555,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -9241,27 +8588,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -9274,16 +8627,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -9308,7 +8653,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -9318,22 +8663,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -9342,12 +8678,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -9364,12 +8696,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -9390,11 +8718,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -9407,59 +8735,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -9473,19 +8775,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -9499,23 +8839,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -9530,10 +8862,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -9542,12 +8870,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -9564,12 +8888,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -9582,12 +8902,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -9612,7 +8928,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -9622,22 +8938,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -9646,12 +8953,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -9668,12 +8971,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -9694,10 +8993,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -9711,35 +9018,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -9754,19 +9061,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -9780,19 +9087,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -9818,7 +9125,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -9828,37 +9177,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -9868,19 +9217,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -9898,19 +9247,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -9932,19 +9281,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -9970,15 +9319,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -9996,11 +9387,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -10014,15 +9409,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -10048,7 +9443,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -10058,21 +9453,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -10082,15 +9485,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -10108,15 +9511,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -10138,18 +9541,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -10159,29 +9562,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -10191,37 +9594,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -10229,6 +9648,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -10242,48 +9671,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -10293,21 +9710,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -10317,15 +9750,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -10333,13 +9782,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -10352,8 +9795,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -10374,64 +9833,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -10446,10 +9882,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -10463,7 +9899,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -10489,32 +9925,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -10529,10 +9965,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -10551,11 +9987,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -10569,11 +10009,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -10586,8 +10030,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -10612,33 +10060,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -10652,11 +10113,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -10674,11 +10139,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -10692,11 +10161,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -10709,8 +10182,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -10735,33 +10212,68 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -10773,13 +10285,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -10792,23 +10312,27 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -10823,11 +10347,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -10840,15 +10372,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -10874,66 +10406,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -10946,24 +10469,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -10976,20 +10495,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -11004,36 +10527,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -11046,42 +10559,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -11107,51 +10620,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -11166,18 +10685,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -11192,36 +10711,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -11235,16 +10740,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11258,10 +10771,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -11275,8 +10788,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11301,33 +10818,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11341,11 +10862,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11363,14 +10888,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -11388,11 +10951,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -11406,11 +10977,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -11436,7 +11015,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -11446,21 +11025,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -11470,11 +11065,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -11492,11 +11095,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -11518,8 +11129,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11531,13 +11154,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -11550,8 +11231,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11576,33 +11273,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11616,11 +11362,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11638,22 +11400,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -11666,35 +11432,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -11709,20 +11493,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -11735,20 +11511,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11773,19 +11541,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -11799,10 +11585,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -11815,7 +11597,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -11825,38 +11607,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -11865,20 +11631,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11895,20 +11653,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11929,20 +11679,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -11967,30 +11709,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -12003,17 +11791,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -12030,20 +11818,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -12057,15 +11871,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -12091,7 +11901,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -12101,29 +11911,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -12133,15 +11983,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -12156,18 +12040,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -12181,6 +12095,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -12189,18 +12157,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -12212,26 +12184,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -12240,23 +12212,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -12266,29 +12246,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -12298,14 +12282,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -12319,11 +12303,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -12336,6 +12336,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12355,11 +12360,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12432,7 +12432,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -12447,6 +12447,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12466,11 +12471,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12497,7 +12497,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12515,7 +12515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12561,7 +12561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12579,7 +12579,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12747,7 +12747,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12771,7 +12771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12829,7 +12829,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12853,7 +12853,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13026,7 +13026,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -13041,6 +13041,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13060,11 +13065,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13131,7 +13131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13155,7 +13155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13322,6 +13322,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -15016,55 +15067,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -15085,11 +15090,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -15210,7 +15210,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15234,7 +15234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15258,7 +15258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15282,7 +15282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15449,6 +15449,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -17143,55 +17194,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -17212,11 +17217,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17313,7 +17313,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -17328,6 +17328,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17347,11 +17352,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17384,7 +17384,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17408,7 +17408,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17576,6 +17576,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -19112,24 +19132,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -19150,11 +19155,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19239,7 +19239,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19263,7 +19263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19287,7 +19287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19311,7 +19311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19482,184 +19482,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -20159,40 +19981,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20204,46 +20036,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20255,13 +20062,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20274,19 +20093,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -20301,14 +20124,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -20322,11 +20145,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -20352,45 +20175,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -20405,14 +20228,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -20431,19 +20254,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -20453,15 +20268,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -20474,16 +20285,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -20504,72 +20307,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -20577,25 +20341,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -20604,28 +20356,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20642,16 +20382,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -20664,16 +20396,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20698,7 +20422,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -20708,30 +20432,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -20740,42 +20447,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20787,25 +20460,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20818,10 +20479,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -20830,16 +20487,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20853,19 +20502,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -20878,16 +20519,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -20912,84 +20545,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21001,25 +20583,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21032,24 +20602,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21063,10 +20625,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -21080,12 +20642,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21110,59 +20668,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21174,21 +20706,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21201,24 +20725,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -21240,23 +20756,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -21269,12 +20773,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -21307,92 +20807,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -21412,21 +20853,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -21447,35 +20880,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -21490,56 +20911,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -21565,81 +20948,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -21654,26 +21007,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -21688,30 +21029,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -21725,23 +21068,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -21756,18 +21099,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -21780,16 +21123,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -21803,11 +21136,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -21822,27 +21169,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -21855,16 +21208,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21889,7 +21234,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -21899,22 +21244,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -21923,12 +21259,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21945,12 +21277,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -21971,11 +21299,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -21988,59 +21316,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -22054,19 +21356,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -22080,23 +21420,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -22111,10 +21443,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -22123,12 +21451,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -22145,12 +21469,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -22163,12 +21483,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -22193,7 +21509,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -22203,22 +21519,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -22227,12 +21534,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -22249,12 +21552,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -22275,10 +21574,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -22292,35 +21599,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -22335,19 +21642,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -22361,19 +21668,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -22399,7 +21706,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -22409,37 +21758,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -22449,19 +21798,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -22479,19 +21828,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -22513,19 +21862,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -22551,15 +21900,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -22577,11 +21968,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -22595,15 +21990,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -22629,7 +22024,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -22639,21 +22034,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -22663,15 +22066,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -22689,15 +22092,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -22719,18 +22122,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -22740,29 +22143,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -22772,37 +22175,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -22810,6 +22229,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -22823,48 +22252,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -22874,21 +22291,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -22898,15 +22331,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -22914,13 +22363,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -22933,8 +22376,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -22955,64 +22414,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -23027,10 +22463,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -23044,7 +22480,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -23070,32 +22506,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -23110,10 +22546,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -23132,11 +22568,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23150,11 +22590,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -23167,8 +22611,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23193,33 +22641,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23233,11 +22694,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23255,11 +22720,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23273,11 +22742,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -23290,8 +22763,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23316,33 +22793,68 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23354,13 +22866,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23373,23 +22893,27 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -23404,11 +22928,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -23421,15 +22953,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -23455,66 +22987,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -23527,24 +23050,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -23557,20 +23076,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -23585,36 +23108,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -23627,42 +23140,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -23688,51 +23201,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -23747,18 +23266,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -23773,36 +23292,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -23816,16 +23321,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23839,10 +23352,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -23856,8 +23369,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23882,33 +23399,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23922,11 +23443,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -23944,14 +23469,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -23969,11 +23532,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -23987,11 +23558,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -24017,7 +23596,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -24027,21 +23606,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -24051,11 +23646,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -24073,11 +23676,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -24099,8 +23710,62 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -24114,11 +23779,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -24131,8 +23812,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -24157,33 +23854,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -24197,11 +23943,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -24219,22 +23981,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -24247,35 +24013,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -24290,20 +24074,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -24316,20 +24092,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -24354,19 +24122,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -24380,10 +24166,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -24396,7 +24178,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -24406,38 +24188,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -24446,20 +24212,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -24476,20 +24234,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -24510,20 +24260,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -24548,30 +24290,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -24584,17 +24372,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -24611,20 +24399,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -24638,15 +24452,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -24672,7 +24482,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -24682,29 +24492,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -24714,15 +24564,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -24737,18 +24621,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -24762,6 +24676,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -24770,18 +24738,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -24793,26 +24765,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -24821,23 +24793,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -24847,29 +24827,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -24879,14 +24863,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -24900,11 +24884,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -24917,6 +24917,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24936,11 +24941,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25001,7 +25001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25025,7 +25025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25049,7 +25049,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25198,7 +25198,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25222,7 +25222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25378,7 +25378,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -25462,6 +25462,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25481,11 +25486,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26526,6 +26526,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26545,11 +26550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26812,6 +26812,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -26836,16 +26856,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -26866,16 +26876,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -26982,7 +26982,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27000,7 +27000,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28017,6 +28017,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28036,11 +28041,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28303,6 +28303,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -28327,16 +28347,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -28357,16 +28367,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -28460,7 +28460,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28484,7 +28484,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28735,6 +28735,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -28759,16 +28779,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -28789,16 +28799,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -28892,7 +28892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28916,7 +28916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29142,6 +29142,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -29166,16 +29186,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -29196,16 +29206,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -29299,7 +29299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29323,7 +29323,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29433,6 +29433,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -29457,16 +29477,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -29487,16 +29497,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -29590,7 +29590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29614,7 +29614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29688,7 +29688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -29701,6 +29701,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29720,11 +29725,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29796,7 +29796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -29861,6 +29861,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -29875,11 +29880,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29924,7 +29924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30032,7 +30032,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30100,7 +30100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30165,6 +30165,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -30179,11 +30184,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30216,7 +30216,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30308,7 +30308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30376,7 +30376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30451,7 +30451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MinRestoreTime": "System.Nullable`1[System.DateTime]", @@ -30465,6 +30465,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30484,11 +30489,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30560,7 +30560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30625,6 +30625,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -30639,11 +30644,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30688,7 +30688,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30796,7 +30796,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30864,7 +30864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -30929,6 +30929,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -30943,11 +30948,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30980,7 +30980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31072,7 +31072,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31140,7 +31140,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31215,7 +31215,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -31233,6 +31233,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31252,11 +31257,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31279,7 +31279,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31363,7 +31363,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31473,7 +31473,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -31492,6 +31492,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31511,11 +31516,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31538,7 +31538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31622,7 +31622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31730,7 +31730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeFeed": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", @@ -31762,6 +31762,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31781,11 +31786,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31857,7 +31857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31922,6 +31922,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -31936,11 +31941,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32005,7 +32005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32139,7 +32139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32207,7 +32207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -32272,6 +32272,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -32286,11 +32291,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32349,7 +32349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32467,7 +32467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32561,7 +32561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32636,7 +32636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MinRestoreTime": "System.Nullable`1[System.DateTime]", @@ -32650,6 +32650,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32669,11 +32674,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32745,7 +32745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -32810,6 +32810,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -32824,11 +32829,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32893,7 +32893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33027,7 +33027,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33095,7 +33095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -33160,6 +33160,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -33174,11 +33179,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33237,7 +33237,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33355,7 +33355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33449,7 +33449,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33524,7 +33524,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -33542,6 +33542,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33561,11 +33566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33608,7 +33608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33718,7 +33718,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33828,7 +33828,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -33847,6 +33847,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33866,11 +33871,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33929,7 +33929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34061,7 +34061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34169,7 +34169,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -34191,6 +34191,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34210,11 +34215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34308,7 +34308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34326,7 +34326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34382,7 +34382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34402,7 +34402,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34536,7 +34536,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34560,7 +34560,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34634,7 +34634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34660,7 +34660,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34768,7 +34768,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -34790,6 +34790,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34809,11 +34814,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35103,7 +35103,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -35125,6 +35125,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35144,11 +35149,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35240,7 +35240,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -35262,6 +35262,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35281,11 +35286,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35358,7 +35358,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35376,7 +35376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35394,7 +35394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35570,7 +35570,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35594,7 +35594,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35618,7 +35618,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35745,7 +35745,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -35767,6 +35767,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35786,11 +35791,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35875,7 +35875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35899,7 +35899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35923,7 +35923,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36074,7 +36074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36098,7 +36098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36122,7 +36122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36256,7 +36256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -36315,6 +36315,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -36329,11 +36334,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36409,7 +36409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -36474,6 +36474,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -36488,11 +36493,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36540,7 +36540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36674,7 +36674,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36742,7 +36742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -36807,6 +36807,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -36821,11 +36826,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36885,7 +36885,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36980,7 +36980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37055,7 +37055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -37068,6 +37068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37087,11 +37092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37177,7 +37177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -37242,6 +37242,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -37256,11 +37261,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37287,7 +37287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -37346,6 +37346,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -37360,11 +37365,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37632,7 +37632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -37697,6 +37697,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -37711,11 +37716,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37818,7 +37818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -37877,6 +37877,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -37891,11 +37896,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38085,7 +38085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -38146,6 +38146,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -38160,11 +38165,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38240,7 +38240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -38305,6 +38305,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -38319,11 +38324,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38409,7 +38409,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38427,7 +38427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38445,7 +38445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38605,7 +38605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38723,7 +38723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38747,7 +38747,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38815,7 +38815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -38880,6 +38880,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -38894,11 +38899,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38984,7 +38984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39052,7 +39052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -39117,6 +39117,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -39131,11 +39136,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39168,7 +39168,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39192,7 +39192,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39311,7 +39311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39430,7 +39430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -39495,6 +39495,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -39509,11 +39514,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39580,7 +39580,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39598,7 +39598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39616,7 +39616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39697,7 +39697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39816,7 +39816,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39840,7 +39840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39959,7 +39959,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39983,7 +39983,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40051,7 +40051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40136,6 +40136,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40155,11 +40160,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40243,7 +40243,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40351,7 +40351,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40426,7 +40426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -40439,6 +40439,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40458,11 +40463,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40559,7 +40559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -40624,6 +40624,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -40638,11 +40643,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40870,7 +40870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -40935,6 +40935,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -40949,11 +40954,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41090,6 +41090,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41109,11 +41114,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41292,7 +41292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -41443,6 +41443,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41462,11 +41467,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41669,7 +41669,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -41753,6 +41753,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -41772,11 +41777,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41913,7 +41913,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41931,7 +41931,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42040,6 +42040,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42059,11 +42064,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42266,7 +42266,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42349,6 +42349,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42368,11 +42373,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42610,7 +42610,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42719,6 +42719,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42738,11 +42743,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42980,7 +42980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43087,6 +43087,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43106,11 +43111,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43348,7 +43348,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43372,7 +43372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43455,6 +43455,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43474,11 +43479,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43724,6 +43724,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43743,11 +43748,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43941,7 +43941,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -44025,6 +44025,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44044,11 +44049,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44152,52 +44152,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -44307,7 +44261,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -44322,11 +44301,67 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -44339,7 +44374,1397 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "RenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndStartCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Snapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSnapshot", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -46615,1429 +48040,1120 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UndeleteAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "AcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BlobBaseClient", + "AliasList": [], + "Type": { + "Namespace": "Azure.Storage.Blobs.Specialized", + "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "CanGenerateSasUri": "System.Boolean", + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "EndAcquireLease", + "Name": "WithSnapshot", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "snapshot", + "Type": "System.String" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "AcquireLeaseAsync", + "Name": "WithVersion", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", + "Name": "versionId", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "AcquireLeaseAsync", + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "RenewLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginRenewLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginRenewLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndRenewLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "ChangeLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response" }, { - "Name": "BeginChangeLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginChangeLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndChangeLease", + "Name": "OpenRead", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenRead", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenRead", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ReleaseLease", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginReleaseLease", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "BeginReleaseLease", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "BeginBreakLease", + "Name": "AbortCopyFromUri", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginBreakLease", + "Name": "AbortCopyFromUriAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BreakLeaseAsync", + "Name": "SyncCopyFromUri", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + "Name": "source", + "Type": "System.Uri" + }, { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" }, { - "Name": "BreakLeaseAsync", + "Name": "SyncCopyFromUriAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]" }, { - "Name": "BreakLeaseAsync", + "Name": "Delete", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Azure.Response" }, { - "Name": "StartCopy", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndStartCopy", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "StartCopyAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "StartCopyAsync", + "Name": "Undelete", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response" }, { - "Name": "StartCopyAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopyAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" }, { - "Name": "StartCopyAsync", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "AbortCopy", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "BeginAbortCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "BeginAbortCopy", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "AbortCopyAsync", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { - "Name": "copyId", - "Type": "System.String" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" }, { - "Name": "AbortCopyAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" }, { - "Name": "AbortCopyAsync", + "Name": "SetAccessTier", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "accessTier", + "Type": "Azure.Storage.Blobs.Models.AccessTier" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "Snapshot", + "Name": "SetAccessTierAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "accessTier", + "Type": "Azure.Storage.Blobs.Models.AccessTier" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginSnapshot", + "Name": "GetTags", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" }, { - "Name": "BeginSnapshot", + "Name": "GetTagsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSnapshot", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]" }, { - "Name": "SnapshotAsync", + "Name": "SetTags", "Parameters": [ { - "Name": "metadata", + "Name": "tags", "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Azure.Response" }, { - "Name": "SnapshotAsync", + "Name": "SetTagsAsync", "Parameters": [ { - "Name": "metadata", + "Name": "tags", "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginGetAccountProperties", + "Name": "GenerateSasUri", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "permissions", + "Type": "Azure.Storage.Sas.BlobSasPermissions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "expiresOn", + "Type": "System.DateTimeOffset" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Uri" }, { - "Name": "EndGetAccountProperties", + "Name": "GenerateSasUri", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "builder", + "Type": "Azure.Storage.Sas.BlobSasBuilder" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Uri" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -48058,11 +49174,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -48070,21 +49181,15 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -48094,11 +49199,19 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "blobContainerName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -48108,15 +49221,11 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -48126,15 +49235,15 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -48144,15 +49253,15 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -48162,15 +49271,15 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -48184,16 +49293,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "BlobBaseClient", + "Name": "CloudBlobContainer", "AliasList": [], "Type": { - "Namespace": "Azure.Storage.Blobs.Specialized", - "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CanGenerateSasUri": "System.Boolean", - "AccountName": "System.String", - "BlobContainerName": "System.String", + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", "Uri": "System.Uri" }, @@ -48201,1115 +49311,742 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "WithSnapshot", + "Name": "ChangeLease", "Parameters": [ { - "Name": "snapshot", + "Name": "proposedLeaseId", "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" - }, - { - "Name": "WithVersion", - "Parameters": [ + }, { - "Name": "versionId", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" - }, - { - "Name": "Download", - "Parameters": [], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - }, - { - "Name": "DownloadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" - }, - { - "Name": "Download", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - }, - { - "Name": "DownloadAsync", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "ReturnType": "System.String" }, { - "Name": "Download", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "range", - "Type": "Azure.HttpRange" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadAsync", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "range", - "Type": "Azure.HttpRange" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadTo", + "Name": "EndChangeLease", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.String" }, { - "Name": "DownloadTo", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ + }, { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadTo", - "Parameters": [ + }, { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadTo", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadTo", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Void" }, { - "Name": "DownloadToAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "OpenRead", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenRead", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenRead", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "allowBlobModifications", - "Type": "System.Boolean" - }, - { - "Name": "position", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "position", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "BreakLease", "Parameters": [ { - "Name": "allowBlobModifications", - "Type": "System.Boolean" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "position", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.TimeSpan" }, { - "Name": "StartCopyFromUri", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyFromUri", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyFromUriAsync", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + "ReturnType": "System.TimeSpan" }, { - "Name": "StartCopyFromUriAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "AbortCopyFromUri", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "AbortCopyFromUriAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "SyncCopyFromUri", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SyncCopyFromUriAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]" - }, - { - "Name": "Delete", - "Parameters": [ - { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DeleteAsync", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" - }, - { - "Name": "Undelete", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetProperties", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "GetPropertiesAsync", - "Parameters": [ - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetHttpHeaders", + "Name": "GetAccountPropertiesAsync", "Parameters": [ - { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetHttpHeadersAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "CreateSnapshot", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" + "ReturnType": "System.String" }, { - "Name": "CreateSnapshotAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" + "ReturnType": "System.String" }, { - "Name": "SetAccessTier", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessTier", - "Type": "Azure.Storage.Blobs.Models.AccessTier" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.String" }, { - "Name": "SetAccessTierAsync", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "accessTier", - "Type": "Azure.Storage.Blobs.Models.AccessTier" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "GetTags", - "Parameters": [ - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" + "ReturnType": "System.String" }, { - "Name": "GetTagsAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "SetTags", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "tags", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Azure.Response" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "SetTagsAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "tags", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "GenerateSasUri", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "permissions", - "Type": "Azure.Storage.Sas.BlobSasPermissions" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "expiresOn", - "Type": "System.DateTimeOffset" - } - ], - "ReturnType": "System.Uri" - }, - { - "Name": "GenerateSasUri", - "Parameters": [ - { - "Name": "builder", - "Type": "Azure.Storage.Sas.BlobSasBuilder" - } - ], - "ReturnType": "System.Uri" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "GetAppendBlobReference", "Parameters": [ - { - "Name": "connectionString", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobContainerName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "", + "Name": "GetAppendBlobReference", "Parameters": [ - { - "Name": "connectionString", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobContainerName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.String" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "relativeAddress", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CloudBlobContainer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "Create", "Parameters": [ @@ -51485,741 +52222,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -52240,11 +52245,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -52355,7 +52355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52373,7 +52373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52391,7 +52391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52563,52 +52563,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -52718,90 +52672,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -52816,10 +52712,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -52838,14 +52734,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -52860,14 +52760,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -52881,11 +52785,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -52911,45 +52819,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -52964,14 +52884,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -52990,15 +52914,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -53010,39 +52930,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -53055,7 +52953,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -53081,7 +52979,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -53091,13 +52989,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -53106,7 +53013,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -53124,7 +53031,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -53146,16 +53053,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -53169,18 +53072,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -53194,16 +53097,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -53228,58 +53127,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -53293,19 +53188,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -53323,19 +53214,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -53347,58 +53230,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -53408,32 +53313,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -53454,15 +53353,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -53477,18 +53372,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -53502,15 +53393,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -53536,57 +53423,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -53601,18 +53476,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -53631,59 +53502,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -53695,22 +53528,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -53724,22 +53549,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -53762,72 +53583,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -53839,25 +53640,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -53873,25 +53670,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -53902,38 +53699,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -53943,28 +53736,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -53978,23 +53785,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -54020,81 +53815,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -54109,26 +53868,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -54147,53 +53894,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -54203,10 +53916,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -54220,8 +53933,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -54242,47 +53963,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -54290,39 +54005,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54334,12 +54027,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -54353,14 +54050,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -54379,39 +54072,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -54419,17 +54108,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -54441,10 +54126,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -54459,10 +54158,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -54476,7 +54175,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -54502,32 +54201,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -54542,10 +54241,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -54564,11 +54263,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54585,8 +54288,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -54599,8 +54306,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54625,7 +54336,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -54635,13 +54346,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -54650,8 +54370,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54668,8 +54392,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54690,12 +54418,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54712,7 +54466,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -54726,12 +54480,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54756,7 +54506,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -54766,12 +54516,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -54781,12 +54531,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54803,12 +54549,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54829,11 +54571,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -54848,11 +54594,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -54865,11 +54619,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -54895,36 +54653,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -54939,14 +54718,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -54965,11 +54748,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -54981,68 +54772,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -55051,26 +54833,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55091,15 +54879,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -55114,18 +54902,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -55139,15 +54927,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -55173,57 +54961,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -55238,18 +55026,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -55268,11 +55056,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55284,17 +55080,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -55307,8 +55149,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55333,7 +55187,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -55343,21 +55197,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -55367,8 +55237,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55385,8 +55267,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55407,11 +55301,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -55424,21 +55326,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -55451,11 +55403,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -55481,53 +55445,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -55542,14 +55534,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -55568,11 +55572,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55584,17 +55604,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -55607,12 +55645,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -55633,46 +55667,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -55680,16 +55715,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -55704,15 +55743,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55726,15 +55761,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -55747,12 +55778,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55777,46 +55804,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55830,15 +55844,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -55856,21 +55866,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -55882,15 +55884,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -55903,18 +55901,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -55937,52 +55927,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -55994,21 +55967,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -56024,25 +55989,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -56053,34 +56038,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -56096,14 +56112,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -56121,12 +56137,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -56139,11 +56151,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -56169,7 +56181,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -56179,22 +56191,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -56203,11 +56206,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -56225,11 +56228,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -56251,11 +56254,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -56270,10 +56273,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -56287,11 +56290,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -56317,36 +56320,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -56361,14 +56364,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -56387,10 +56390,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -56404,10 +56425,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -56426,29 +56451,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -56469,11 +56474,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57567,6 +57567,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -57586,11 +57591,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -57747,7 +57747,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57771,7 +57771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57795,7 +57795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57991,10 +57991,18 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", + "Name": "ChangeLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -58002,39 +58010,159 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Create", + "Name": "EndChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -58045,8 +58173,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginCreate", + "Name": "BeginReleaseLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -58059,8 +58191,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginReleaseLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -58081,11 +58217,89 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -58094,6 +58308,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -58107,15 +58331,528 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { "Name": "options", @@ -60165,741 +60902,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -60920,11 +60925,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61035,7 +61035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61059,7 +61059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61083,7 +61083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61340,7 +61340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61364,7 +61364,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61388,7 +61388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61597,7 +61597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61621,7 +61621,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61645,7 +61645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61849,6 +61849,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -61868,11 +61873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -61919,52 +61919,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -62074,90 +62028,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -62172,10 +62068,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -62194,14 +62090,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -62216,14 +62116,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -62237,11 +62141,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -62267,45 +62175,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -62320,14 +62240,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -62346,15 +62270,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -62366,39 +62286,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -62411,7 +62309,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -62437,7 +62335,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -62447,13 +62345,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -62462,7 +62369,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -62480,7 +62387,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -62502,16 +62409,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -62525,18 +62428,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -62550,16 +62453,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -62584,58 +62483,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -62649,19 +62544,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -62679,19 +62570,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -62703,58 +62586,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -62764,32 +62669,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -62810,15 +62709,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -62833,18 +62728,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -62858,15 +62749,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -62892,57 +62779,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -62957,18 +62832,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -62987,59 +62858,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -63051,22 +62884,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -63080,22 +62905,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -63118,72 +62939,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -63195,25 +62996,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -63229,25 +63026,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -63258,38 +63055,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -63299,28 +63092,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -63334,23 +63141,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -63376,81 +63171,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -63465,26 +63224,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -63503,53 +63250,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -63559,10 +63272,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -63576,8 +63289,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -63598,47 +63319,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -63646,39 +63361,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -63690,12 +63383,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -63709,14 +63406,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -63735,39 +63428,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -63775,17 +63464,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -63797,10 +63482,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -63815,10 +63514,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -63832,7 +63531,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -63858,32 +63557,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -63898,10 +63597,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -63920,11 +63619,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -63941,8 +63644,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -63955,8 +63662,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -63981,7 +63692,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -63991,13 +63702,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -64006,8 +63726,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64024,8 +63748,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64046,12 +63774,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64068,7 +63822,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -64082,12 +63836,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64112,7 +63862,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -64122,12 +63872,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -64137,12 +63887,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64159,12 +63905,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64185,11 +63927,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -64204,11 +63950,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -64221,11 +63975,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -64251,36 +64009,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -64295,14 +64074,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -64321,11 +64104,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64337,30 +64128,96 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileParallelAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileParallelAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -64370,6 +64227,50 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -64382,33 +64283,92 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "BeginDownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64422,11 +64382,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64444,18 +64412,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -64468,20 +64436,62 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginAcquireLease", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -64495,15 +64505,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -64529,57 +64543,69 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -64594,18 +64620,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -64624,11 +64654,23 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64640,17 +64682,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -64663,8 +64759,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64689,42 +64801,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64738,11 +64890,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64760,14 +64928,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -64780,21 +64960,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginChangeLease", + "Name": "Exists", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -64807,16 +65001,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -64837,54 +65023,87 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "primaryOnly", + "Type": "System.Boolean" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "FetchAttributes", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64898,15 +65117,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -64919,15 +65148,44 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndFetchAttributes", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLease", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -64942,15 +65200,51 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginReleaseLease", + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadata", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -64963,7 +65257,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "accessCondition", @@ -64989,7 +65283,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -64999,22 +65293,53 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -65023,7 +65348,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "SetProperties", "Parameters": [ { "Name": "accessCondition", @@ -65038,10 +65363,24 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", "Parameters": [ { "Name": "accessCondition", @@ -65055,6 +65394,35 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -65063,12 +65431,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -65080,17 +65462,39 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginBreakLease", + "Name": "Delete", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDelete", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -65103,11 +65507,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginDelete", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -65133,45 +65537,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -65186,14 +65581,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -65212,21 +65607,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -65238,15 +65629,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginStartCopy", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -65259,18 +65646,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -65293,52 +65676,83 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "StartCopyAsync", + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartCopyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartCopyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -65350,21 +65764,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUndelete", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -65376,29 +65796,231 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CloudBlobContainer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -65409,6 +66031,52 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -65417,26 +66085,36 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartCopyAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -65455,12 +66133,8 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopy", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -65477,11 +66151,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -65495,12 +66169,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -65525,7 +66195,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", @@ -65535,21 +66205,21 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -65559,12 +66229,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -65581,12 +66247,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -65607,11 +66269,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "BreakLease", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -65626,11 +66288,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginSnapshot", + "Name": "BeginBreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -65643,11 +66309,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -65673,36 +66339,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.TimeSpan" }, { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SnapshotAsync", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SnapshotAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -65717,14 +66392,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SnapshotAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -65743,7 +66418,7 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { "Name": "BeginGetAccountProperties", @@ -65807,167 +66482,229 @@ "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "Equals", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": null + "ReturnType": "System.String" }, { - "Name": "", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "System.String" }, { - "Name": "", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": null + "ReturnType": "System.String" }, { - "Name": "", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": null + "ReturnType": "System.String" }, { - "Name": "", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" }, { "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" }, { "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" }, { "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CloudBlobContainer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, { "Name": "Create", "Parameters": [ @@ -68143,741 +68880,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -68898,11 +68903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -68993,7 +68993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69165,52 +69165,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -69320,90 +69274,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -69418,10 +69314,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -69440,14 +69336,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -69462,14 +69362,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -69483,11 +69387,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -69513,45 +69421,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -69566,14 +69486,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -69592,15 +69516,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -69612,39 +69532,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -69657,7 +69555,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -69683,7 +69581,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -69693,13 +69591,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -69708,7 +69615,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -69726,7 +69633,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -69748,16 +69655,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -69771,18 +69674,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -69796,16 +69699,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -69830,58 +69729,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -69895,19 +69790,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -69925,19 +69816,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -69949,58 +69832,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -70010,32 +69915,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -70056,15 +69955,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -70079,18 +69974,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -70104,15 +69995,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -70138,57 +70025,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -70203,18 +70078,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -70233,59 +70104,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -70297,22 +70130,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -70326,22 +70151,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -70364,72 +70185,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -70441,25 +70242,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -70475,25 +70272,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -70504,38 +70301,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -70545,28 +70338,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -70580,23 +70387,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -70622,81 +70417,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -70711,26 +70470,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -70749,53 +70496,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -70805,10 +70518,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -70822,8 +70535,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -70844,47 +70565,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -70892,39 +70607,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -70936,12 +70629,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -70955,14 +70652,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -70981,39 +70674,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -71021,17 +70710,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -71043,10 +70728,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -71061,10 +70760,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -71078,7 +70777,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -71104,32 +70803,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -71144,10 +70843,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -71166,11 +70865,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71187,8 +70890,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -71201,8 +70908,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71227,7 +70938,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -71237,13 +70948,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -71252,8 +70972,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71270,8 +70994,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71292,12 +71020,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71314,7 +71068,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -71328,12 +71082,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71358,7 +71108,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -71368,12 +71118,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -71383,12 +71133,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71405,12 +71151,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71431,11 +71173,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -71450,11 +71196,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -71467,11 +71221,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -71497,36 +71255,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -71541,14 +71320,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -71567,11 +71350,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71583,68 +71374,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -71653,26 +71435,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71693,15 +71481,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -71716,18 +71504,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -71741,15 +71529,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -71775,57 +71563,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -71840,18 +71628,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -71870,11 +71658,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71886,17 +71682,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -71909,8 +71751,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71935,7 +71789,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -71945,21 +71799,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -71969,8 +71839,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -71987,8 +71869,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -72009,11 +71903,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -72026,21 +71928,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -72053,11 +72005,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -72083,53 +72047,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -72144,14 +72136,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -72170,11 +72174,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -72186,17 +72206,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -72209,12 +72247,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -72235,46 +72269,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -72282,16 +72317,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -72306,15 +72345,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -72328,15 +72363,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -72349,12 +72380,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -72379,46 +72406,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -72432,15 +72446,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -72458,21 +72468,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -72484,15 +72486,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -72505,18 +72503,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -72539,52 +72529,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -72596,21 +72569,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -72626,25 +72591,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -72655,34 +72640,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -72698,14 +72714,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -72723,12 +72739,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -72741,11 +72753,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -72771,7 +72783,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -72781,22 +72793,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -72805,11 +72808,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -72827,11 +72830,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -72853,11 +72856,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -72872,10 +72875,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -72889,11 +72892,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -72919,36 +72922,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -72963,14 +72966,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -72989,10 +72992,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -73006,10 +73027,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -73028,29 +73053,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -73071,11 +73076,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -73208,7 +73208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73403,6 +73403,743 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, { "Name": "Create", "Parameters": [ @@ -75578,741 +76315,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -76333,11 +76338,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -76422,7 +76422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76653,7 +76653,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76836,7 +76836,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77026,7 +77026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -77056,6 +77056,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77075,11 +77080,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77176,7 +77176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -77241,6 +77241,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -77255,11 +77260,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77487,7 +77487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -77552,6 +77552,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -77566,11 +77571,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -77698,7 +77698,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryOutput", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryOutput, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryOutput, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobQueryError": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[]", "FailureCount": "System.Int32", @@ -77707,6 +77707,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -77726,11 +77731,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -78728,6 +78728,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -78747,11 +78752,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79512,6 +79512,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79531,11 +79536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -79762,7 +79762,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -79775,6 +79775,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79794,11 +79799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -79814,7 +79814,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -79827,6 +79827,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -79846,11 +79851,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -79866,7 +79866,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79884,7 +79884,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80993,6 +80993,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81012,11 +81017,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81195,7 +81195,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -81208,6 +81208,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81227,11 +81232,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -81253,7 +81253,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -81266,6 +81266,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81285,11 +81290,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -81311,7 +81311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81335,7 +81335,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82154,6 +82154,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82173,11 +82178,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82422,7 +82422,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -82435,6 +82435,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82454,11 +82459,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -82480,7 +82480,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -82493,6 +82493,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82512,11 +82517,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -82538,7 +82538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82562,7 +82562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82891,7 +82891,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -82904,6 +82904,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82923,11 +82928,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -82949,7 +82949,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -82962,6 +82962,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82981,11 +82986,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -83007,7 +83007,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83031,7 +83031,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83262,7 +83262,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -83275,6 +83275,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83294,11 +83299,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -83320,7 +83320,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -83333,6 +83333,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83352,11 +83357,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -83378,7 +83378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83402,7 +83402,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -83592,7 +83592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeFeed": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", @@ -83624,6 +83624,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83643,11 +83648,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83719,7 +83719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -83784,6 +83784,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -83798,11 +83803,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83981,7 +83981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -84046,6 +84046,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -84060,11 +84065,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84260,7 +84260,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "AccessPolicy": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy", @@ -84309,6 +84309,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobContainerClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84328,11 +84333,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84456,6 +84456,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84475,11 +84480,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84717,6 +84717,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84736,11 +84741,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85010,6 +85010,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85029,11 +85034,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85279,6 +85279,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85298,11 +85303,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85499,7 +85499,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85904,7 +85904,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -85935,6 +85935,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85954,11 +85959,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85981,7 +85981,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85996,6 +85996,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86020,16 +86040,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86050,16 +86060,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86214,7 +86214,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -86229,6 +86229,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86253,16 +86273,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86283,16 +86293,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86489,7 +86489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", @@ -86526,6 +86526,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86545,11 +86550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86615,7 +86615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -86680,6 +86680,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -86694,11 +86699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86904,7 +86904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -86969,6 +86969,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -86983,11 +86988,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87167,7 +87167,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -87194,6 +87194,11 @@ ], "ReturnType": "Azure.Storage.Files.Shares.ShareFileClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -87213,11 +87218,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87285,6 +87285,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -88979,55 +89030,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -89048,11 +89053,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -89162,6 +89162,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -90698,24 +90718,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -90736,11 +90741,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -91168,6 +91168,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -92862,55 +92913,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -92931,11 +92936,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -93200,6 +93200,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -94736,24 +94756,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -94774,11 +94779,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95144,7 +95144,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -95171,6 +95171,11 @@ ], "ReturnType": "Azure.Storage.Files.Shares.ShareFileClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -95190,11 +95195,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -95262,6 +95262,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -96956,55 +97007,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -97025,11 +97030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -97139,6 +97139,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -98675,24 +98695,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -98713,11 +98718,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -98794,184 +98794,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -99471,40 +99293,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -99516,46 +99348,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -99567,13 +99374,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -99586,19 +99405,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -99613,14 +99436,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -99634,11 +99457,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -99664,45 +99487,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -99717,14 +99540,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -99743,19 +99566,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -99765,15 +99580,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -99786,16 +99597,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -99816,72 +99619,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -99889,25 +99653,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -99916,28 +99668,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -99954,16 +99694,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -99976,16 +99708,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100010,7 +99734,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -100020,30 +99744,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -100052,42 +99759,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100099,25 +99772,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100130,10 +99791,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -100142,16 +99799,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100165,19 +99814,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -100190,16 +99831,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100224,84 +99857,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100313,25 +99895,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100344,24 +99914,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100375,10 +99937,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -100392,12 +99954,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100422,59 +99980,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100486,21 +100018,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -100513,24 +100037,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -100552,23 +100068,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -100581,12 +100085,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -100619,92 +100119,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -100724,21 +100165,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -100759,35 +100192,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -100802,56 +100223,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -100877,81 +100260,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -100966,26 +100319,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -101000,30 +100341,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -101037,23 +100380,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -101068,18 +100411,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -101092,16 +100435,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -101115,11 +100448,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -101134,27 +100481,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -101167,16 +100520,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -101201,7 +100546,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -101211,22 +100556,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -101235,12 +100571,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -101257,12 +100589,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -101283,11 +100611,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -101300,59 +100628,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -101366,19 +100668,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -101392,23 +100732,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -101423,10 +100755,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -101435,12 +100763,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -101457,12 +100781,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -101475,12 +100795,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -101505,7 +100821,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -101515,22 +100831,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -101539,12 +100846,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -101561,12 +100864,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -101587,10 +100886,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -101604,35 +100911,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -101647,19 +100954,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -101673,19 +100980,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -101711,7 +101018,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -101721,37 +101070,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -101761,19 +101110,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -101791,19 +101140,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -101825,19 +101174,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -101863,15 +101212,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -101889,11 +101280,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -101907,15 +101302,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -101941,7 +101336,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -101951,21 +101346,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -101975,15 +101378,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -102001,15 +101404,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -102031,18 +101434,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -102052,29 +101455,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -102084,37 +101487,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -102122,6 +101541,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -102135,48 +101564,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -102186,21 +101603,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -102210,15 +101643,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -102226,13 +101675,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -102245,8 +101688,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -102267,64 +101726,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -102339,10 +101775,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -102356,7 +101792,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -102382,32 +101818,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -102422,10 +101858,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -102444,11 +101880,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -102462,11 +101902,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -102479,8 +101923,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -102505,33 +101953,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -102545,11 +102006,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -102567,11 +102032,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -102585,11 +102054,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -102602,8 +102075,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -102628,33 +102105,68 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -102666,13 +102178,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -102685,23 +102205,27 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -102716,11 +102240,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -102733,15 +102265,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -102767,66 +102299,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -102839,24 +102362,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -102869,20 +102388,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -102897,36 +102420,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -102939,42 +102452,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -103000,51 +102513,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -103059,18 +102578,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -103085,36 +102604,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -103128,16 +102633,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103151,10 +102664,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -103168,8 +102681,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103194,33 +102711,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103234,11 +102755,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103256,14 +102781,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -103281,11 +102844,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -103299,11 +102870,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -103329,7 +102908,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -103339,21 +102918,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -103363,11 +102958,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -103385,11 +102988,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -103411,8 +103022,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103424,13 +103047,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -103443,8 +103124,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103469,33 +103166,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103509,11 +103255,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103531,22 +103293,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -103559,35 +103325,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -103602,20 +103386,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -103628,20 +103404,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103666,19 +103434,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -103692,10 +103478,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -103708,7 +103490,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -103718,38 +103500,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -103758,20 +103524,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103788,20 +103546,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103822,20 +103572,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -103860,30 +103602,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -103896,17 +103684,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -103923,20 +103711,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -103950,15 +103764,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -103984,7 +103794,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -103994,29 +103804,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -104026,15 +103876,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -104049,18 +103933,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -104074,6 +103988,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -104082,18 +104050,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -104105,26 +104077,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -104133,23 +104105,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -104159,29 +104139,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -104191,14 +104175,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -104212,11 +104196,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -104229,6 +104229,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -104248,11 +104253,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -104343,7 +104343,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104361,7 +104361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104379,7 +104379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104397,7 +104397,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104539,7 +104539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104669,7 +104669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104693,7 +104693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104717,7 +104717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104741,7 +104741,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104885,7 +104885,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -104932,6 +104932,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -106626,55 +106677,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -106695,11 +106700,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -106844,7 +106844,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106868,7 +106868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106892,7 +106892,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -106916,7 +106916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107060,7 +107060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -107108,6 +107108,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -108644,24 +108664,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -108682,11 +108687,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -108795,7 +108795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108819,7 +108819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108843,7 +108843,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -108867,7 +108867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109011,7 +109011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -109063,7 +109063,31 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -109084,20 +109108,72 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -109124,18 +109200,40 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -109149,6 +109247,10 @@ "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -109156,322 +109258,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -109739,40 +109561,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -109784,46 +109616,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -109835,13 +109642,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -109854,19 +109673,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -109881,14 +109704,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -109902,11 +109725,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -109932,45 +109755,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -109985,14 +109808,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -110011,19 +109834,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -110033,15 +109848,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -110054,16 +109865,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -110084,72 +109887,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -110157,25 +109921,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -110184,28 +109936,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110222,16 +109962,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -110244,16 +109976,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110278,7 +110002,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -110288,30 +110012,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -110320,42 +110027,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110367,25 +110040,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110398,10 +110059,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -110410,16 +110067,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110433,19 +110082,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -110458,16 +110099,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110492,84 +110125,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110581,25 +110163,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110612,24 +110182,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110643,10 +110205,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -110660,12 +110222,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110690,59 +110248,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110754,21 +110286,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -110781,24 +110305,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -110820,23 +110336,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -110849,12 +110353,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -110887,92 +110387,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -110992,21 +110433,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -111027,35 +110460,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -111070,56 +110491,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -111145,81 +110528,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -111234,26 +110587,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -111268,30 +110609,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -111305,23 +110648,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -111336,18 +110679,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -111360,16 +110703,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -111383,11 +110716,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -111402,27 +110749,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -111435,16 +110788,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -111469,7 +110814,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -111479,22 +110824,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -111503,12 +110839,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -111525,12 +110857,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -111551,11 +110879,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -111568,59 +110896,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -111634,19 +110936,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -111660,23 +111000,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -111691,10 +111023,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -111703,12 +111031,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -111725,12 +111049,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -111743,12 +111063,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -111773,7 +111089,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -111783,22 +111099,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -111807,12 +111114,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -111829,12 +111132,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -111855,10 +111154,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -111872,35 +111179,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -111915,19 +111222,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -111941,19 +111248,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -111979,7 +111286,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -111989,37 +111338,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -112029,19 +111378,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -112059,19 +111408,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -112093,19 +111442,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -112131,15 +111480,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -112157,11 +111548,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -112175,15 +111570,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -112209,7 +111604,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -112219,21 +111614,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -112243,15 +111646,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -112269,15 +111672,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -112299,18 +111702,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -112320,29 +111723,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -112352,37 +111755,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -112390,6 +111809,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -112403,48 +111832,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -112454,21 +111871,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -112478,15 +111911,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -112494,13 +111943,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -112513,8 +111956,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -112535,64 +111994,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -112607,10 +112043,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -112624,7 +112060,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -112650,32 +112086,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -112690,10 +112126,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -112712,11 +112148,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -112730,11 +112170,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -112747,8 +112191,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -112773,33 +112221,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -112813,11 +112274,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -112835,11 +112300,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -112853,11 +112322,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -112870,8 +112343,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -112896,33 +112373,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -112936,11 +112426,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -112958,18 +112452,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -112984,11 +112508,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -113001,15 +112533,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -113035,66 +112567,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -113107,24 +112630,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -113137,20 +112656,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -113165,36 +112688,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -113207,42 +112720,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -113268,51 +112781,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -113327,18 +112846,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -113353,36 +112872,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -113396,16 +112901,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113419,10 +112932,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -113436,8 +112949,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113462,33 +112979,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113502,11 +113023,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113524,14 +113049,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -113549,11 +113112,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -113567,11 +113138,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -113597,7 +113176,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -113607,21 +113186,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -113631,11 +113226,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -113653,11 +113256,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -113679,8 +113290,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113692,13 +113315,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -113711,8 +113392,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113737,33 +113434,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113777,11 +113523,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113799,22 +113561,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -113827,35 +113593,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -113870,20 +113654,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -113896,20 +113672,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -113934,19 +113702,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -113960,10 +113746,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -113976,7 +113758,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -113986,38 +113768,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -114026,20 +113792,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -114056,20 +113814,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -114090,20 +113840,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -114128,30 +113870,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -114164,17 +113952,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -114191,20 +113979,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -114218,15 +114032,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -114252,7 +114062,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -114262,29 +114072,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -114294,15 +114144,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -114317,18 +114201,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -114342,6 +114256,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -114350,18 +114318,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -114373,26 +114345,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -114401,23 +114373,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -114427,29 +114407,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -114459,14 +114443,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -114480,11 +114464,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -114497,6 +114497,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -114516,11 +114521,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -114605,7 +114605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114629,7 +114629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114653,7 +114653,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114677,7 +114677,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114821,7 +114821,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114850,7 +114850,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114874,7 +114874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114898,7 +114898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114922,7 +114922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115066,7 +115066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -115116,6 +115116,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -115135,11 +115140,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -115220,184 +115220,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -115897,40 +115719,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -115942,46 +115774,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -115993,13 +115800,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116012,19 +115831,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -116039,14 +115862,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -116060,11 +115883,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -116090,45 +115913,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -116143,14 +115966,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -116169,19 +115992,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -116191,15 +116006,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -116212,16 +116023,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -116242,72 +116045,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -116315,25 +116079,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -116342,28 +116094,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116380,16 +116120,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -116402,16 +116134,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116436,7 +116160,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -116446,30 +116170,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -116478,42 +116185,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116525,25 +116198,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116556,10 +116217,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -116568,16 +116225,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116591,19 +116240,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -116616,16 +116257,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116650,58 +116283,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116715,19 +116323,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116745,49 +116345,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadText", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116801,10 +116363,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -116818,12 +116380,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116848,59 +116406,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116912,21 +116444,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -116939,24 +116463,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -116978,23 +116494,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -117007,12 +116511,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -117045,92 +116545,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -117150,21 +116591,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -117185,35 +116618,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -117228,56 +116649,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -117303,81 +116686,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -117392,26 +116745,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -117426,30 +116767,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -117463,23 +116806,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -117494,18 +116837,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -117518,16 +116861,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -117541,11 +116874,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -117560,27 +116907,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -117593,16 +116946,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -117627,7 +116972,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -117637,22 +116982,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -117661,12 +116997,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -117683,12 +117015,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -117709,11 +117037,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -117726,59 +117054,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -117792,19 +117094,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -117818,23 +117158,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -117849,10 +117181,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -117861,12 +117189,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -117883,12 +117207,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -117901,12 +117221,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -117931,7 +117247,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -117941,22 +117257,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -117965,12 +117272,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -117987,12 +117290,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -118013,10 +117312,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -118030,35 +117337,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -118073,19 +117380,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -118099,19 +117406,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -118137,7 +117444,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -118147,37 +117496,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -118187,19 +117536,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -118217,19 +117566,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -118251,19 +117600,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -118289,15 +117638,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -118315,11 +117706,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -118333,15 +117728,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -118367,7 +117762,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -118377,21 +117772,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -118401,15 +117804,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -118427,15 +117830,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -118457,18 +117860,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -118478,29 +117881,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -118510,37 +117913,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -118548,6 +117967,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -118561,48 +117990,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -118612,21 +118029,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -118636,15 +118069,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -118652,13 +118101,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -118671,8 +118114,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -118693,64 +118152,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -118765,10 +118201,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -118782,7 +118218,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -118808,32 +118244,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -118848,10 +118284,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -118870,11 +118306,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -118888,11 +118328,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -118905,8 +118349,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -118931,33 +118379,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -118971,11 +118432,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -118993,11 +118458,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119011,11 +118480,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -119028,8 +118501,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119054,33 +118531,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119094,11 +118584,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119116,18 +118610,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -119142,11 +118666,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -119159,15 +118691,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -119193,66 +118725,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -119265,24 +118788,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -119295,20 +118814,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -119323,36 +118846,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -119365,42 +118878,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -119426,51 +118939,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -119485,18 +119004,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -119511,36 +119030,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -119554,16 +119059,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119577,10 +119090,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -119594,8 +119107,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119620,33 +119137,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119660,11 +119181,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119682,14 +119207,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -119707,11 +119270,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -119725,11 +119296,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -119755,7 +119334,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -119765,21 +119344,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -119789,11 +119384,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -119811,11 +119414,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -119837,8 +119448,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119850,13 +119473,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -119869,8 +119550,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -119895,84 +119592,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ + "Name": "target", + "Type": "System.Byte[]" + }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -119987,33 +119681,97 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -120028,19 +119786,37 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "callback", @@ -120054,20 +119830,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -120092,19 +119860,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -120118,10 +119904,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -120134,7 +119916,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -120144,38 +119926,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -120184,20 +119950,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -120214,20 +119972,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -120248,20 +119998,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -120286,30 +120028,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -120322,17 +120110,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -120349,20 +120137,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -120376,15 +120190,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -120410,7 +120220,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -120420,29 +120230,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -120452,15 +120302,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -120475,18 +120359,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -120500,6 +120414,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -120508,18 +120476,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -120531,26 +120503,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -120559,23 +120531,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -120585,29 +120565,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -120617,14 +120601,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -120638,11 +120622,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -120655,6 +120655,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -120674,11 +120679,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -120733,7 +120733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -120963,7 +120963,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -121134,184 +121134,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -121811,40 +121633,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -121856,46 +121688,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -121907,13 +121714,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -121926,19 +121745,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -121953,14 +121776,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -121974,11 +121797,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -122004,45 +121827,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -122057,14 +121880,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -122083,19 +121906,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -122105,15 +121920,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -122126,16 +121937,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -122156,72 +121959,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -122229,25 +121993,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -122256,28 +122008,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122294,16 +122034,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -122316,16 +122048,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122350,7 +122074,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -122360,30 +122084,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -122392,42 +122099,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122439,25 +122112,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122470,10 +122131,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -122482,16 +122139,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122505,19 +122154,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -122530,16 +122171,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122564,84 +122197,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122653,25 +122235,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122684,24 +122254,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122715,10 +122277,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -122732,12 +122294,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122762,59 +122320,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122826,21 +122358,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -122853,24 +122377,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -122892,23 +122408,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -122921,12 +122425,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -122959,92 +122459,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -123064,21 +122505,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -123099,35 +122532,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -123142,56 +122563,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -123217,81 +122600,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -123306,26 +122659,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -123340,30 +122681,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -123377,23 +122720,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -123408,18 +122751,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -123432,16 +122775,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -123455,11 +122788,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -123474,27 +122821,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -123507,16 +122860,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -123541,7 +122886,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -123551,22 +122896,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -123575,12 +122911,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -123597,12 +122929,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -123623,11 +122951,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -123640,59 +122968,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -123706,19 +123008,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -123732,23 +123072,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -123763,10 +123095,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -123775,12 +123103,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -123797,12 +123121,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -123815,12 +123135,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -123845,7 +123161,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -123855,22 +123171,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -123879,12 +123186,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -123901,12 +123204,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -123927,10 +123226,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -123944,35 +123251,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -123987,19 +123294,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -124013,19 +123320,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -124051,7 +123358,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -124061,37 +123410,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -124101,19 +123450,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -124131,19 +123480,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -124165,19 +123514,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -124203,15 +123552,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -124229,11 +123620,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -124247,15 +123642,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -124281,7 +123676,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -124291,21 +123686,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -124315,15 +123718,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -124341,15 +123744,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -124371,18 +123774,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -124392,29 +123795,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -124424,37 +123827,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -124462,6 +123881,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -124475,48 +123904,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -124526,21 +123943,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -124550,15 +123983,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -124566,13 +124015,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -124585,8 +124028,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -124607,64 +124066,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -124679,10 +124115,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -124696,7 +124132,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -124722,32 +124158,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -124762,10 +124198,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -124784,11 +124220,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -124802,11 +124242,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -124819,8 +124263,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -124845,33 +124293,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -124885,11 +124346,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -124907,11 +124372,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -124925,11 +124394,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -124942,8 +124415,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -124968,33 +124445,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125008,11 +124498,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125030,18 +124524,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -125056,11 +124580,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -125073,15 +124605,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -125107,40 +124639,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -125155,18 +124704,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -125185,18 +124734,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -125209,20 +124758,28 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -125235,6 +124792,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -125248,73 +124819,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" - }, - { - "Name": "ListHandlesSegmentedAsync", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" - }, - { - "Name": "CloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" - }, - { - "Name": "BeginCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -125340,51 +124853,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -125399,18 +124918,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -125425,36 +124944,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -125468,16 +124973,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125491,10 +125004,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -125508,8 +125021,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125534,33 +125051,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125574,11 +125095,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125596,14 +125121,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -125621,11 +125184,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -125639,11 +125210,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -125669,7 +125248,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -125679,21 +125258,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -125703,11 +125298,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -125725,11 +125328,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -125751,8 +125362,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125764,13 +125387,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -125783,8 +125464,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125809,33 +125506,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125849,11 +125595,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -125871,22 +125633,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -125899,35 +125665,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -125942,20 +125726,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -125968,20 +125744,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -126006,19 +125774,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -126032,10 +125818,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -126048,7 +125830,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -126058,38 +125840,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -126098,20 +125864,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -126128,20 +125886,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -126162,20 +125912,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -126200,30 +125942,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -126236,17 +126024,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -126263,20 +126051,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -126290,15 +126104,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -126324,7 +126134,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -126334,29 +126144,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -126366,15 +126216,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -126389,18 +126273,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -126414,6 +126328,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -126422,18 +126390,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -126445,26 +126417,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -126473,23 +126445,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -126499,29 +126479,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -126531,14 +126515,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -126552,11 +126536,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -126569,6 +126569,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126588,11 +126593,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -126653,7 +126653,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126802,7 +126802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -126958,7 +126958,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OpenTime": "System.DateTimeOffset", "ClientPort": "System.Int32", @@ -126973,6 +126973,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -126992,11 +126997,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -127060,6 +127060,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -128754,55 +128805,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -128823,11 +128828,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -128937,6 +128937,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -130473,24 +130493,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -130511,11 +130516,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -130593,7 +130593,31 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -130614,20 +130638,72 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -130654,18 +130730,40 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -130679,6 +130777,10 @@ "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -130686,322 +130788,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -131269,40 +131091,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -131314,46 +131146,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -131365,13 +131172,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -131384,19 +131203,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -131411,14 +131234,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -131432,11 +131255,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -131462,45 +131285,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -131515,14 +131338,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -131541,19 +131364,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -131563,15 +131378,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -131584,16 +131395,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -131614,72 +131417,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -131687,25 +131451,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -131714,28 +131466,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -131752,16 +131492,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -131774,16 +131506,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -131808,7 +131532,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -131818,30 +131542,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -131850,42 +131557,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -131897,25 +131570,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -131928,10 +131589,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -131940,16 +131597,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -131963,19 +131612,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -131988,16 +131629,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -132022,84 +131655,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -132111,25 +131693,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -132142,24 +131712,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -132173,10 +131735,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -132190,12 +131752,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -132220,59 +131778,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -132284,21 +131816,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -132311,24 +131835,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -132350,23 +131866,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -132379,12 +131883,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -132417,92 +131917,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -132522,21 +131963,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -132557,35 +131990,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -132600,56 +132021,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -132675,81 +132058,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -132764,26 +132117,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -132798,30 +132139,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -132835,23 +132178,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -132866,18 +132209,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -132890,16 +132233,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -132913,11 +132246,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -132932,27 +132279,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -132965,16 +132318,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -132999,7 +132344,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -133009,22 +132354,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -133033,12 +132369,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -133055,12 +132387,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -133081,11 +132409,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -133098,59 +132426,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -133164,19 +132466,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -133190,23 +132530,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -133221,10 +132553,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -133233,12 +132561,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -133255,12 +132579,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -133273,12 +132593,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -133303,7 +132619,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -133313,22 +132629,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -133337,12 +132644,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -133359,12 +132662,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -133385,10 +132684,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -133402,35 +132709,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -133445,19 +132752,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -133471,19 +132778,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -133509,7 +132816,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -133519,37 +132868,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -133559,19 +132908,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -133589,19 +132938,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -133623,19 +132972,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -133661,15 +133010,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -133687,11 +133078,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -133705,15 +133100,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -133739,7 +133134,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -133749,21 +133144,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -133773,15 +133176,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -133799,15 +133202,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -133829,18 +133232,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -133850,29 +133253,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -133882,37 +133285,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -133920,6 +133339,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -133933,48 +133362,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -133984,21 +133401,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -134008,15 +133441,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -134024,13 +133473,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -134043,8 +133486,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -134065,64 +133524,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -134137,10 +133573,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -134154,7 +133590,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -134180,32 +133616,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -134220,10 +133656,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -134242,11 +133678,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134260,11 +133700,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -134277,8 +133721,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134303,33 +133751,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134343,11 +133804,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134365,11 +133830,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134383,11 +133852,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -134400,8 +133873,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134426,33 +133903,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134466,11 +133956,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134488,18 +133982,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -134514,11 +134038,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -134531,15 +134063,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -134565,66 +134097,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -134637,24 +134160,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -134667,20 +134186,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -134695,36 +134218,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -134737,42 +134250,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -134798,51 +134311,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -134857,18 +134376,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -134883,36 +134402,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -134926,16 +134431,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134949,10 +134462,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -134966,8 +134479,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -134992,33 +134509,59 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", + "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135030,13 +134573,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135049,19 +134600,31 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -135079,11 +134642,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -135097,11 +134668,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -135127,7 +134706,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -135137,21 +134716,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -135161,11 +134756,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -135183,11 +134786,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -135209,8 +134820,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135222,13 +134845,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -135241,8 +134922,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135267,33 +134964,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135307,11 +135053,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135329,22 +135091,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -135357,35 +135123,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -135400,20 +135184,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -135426,20 +135202,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135464,19 +135232,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -135490,10 +135276,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -135506,7 +135288,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -135516,38 +135298,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -135556,20 +135322,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135586,20 +135344,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135620,20 +135370,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -135658,30 +135400,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -135694,17 +135482,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -135721,20 +135509,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -135748,15 +135562,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -135782,7 +135592,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -135792,29 +135602,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -135824,15 +135674,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -135847,18 +135731,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -135872,6 +135786,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -135880,18 +135848,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -135903,26 +135875,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -135931,23 +135903,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -135957,29 +135937,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -135989,14 +135973,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -136010,11 +135994,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -136027,6 +136027,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -136046,11 +136051,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -136123,7 +136123,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136265,7 +136265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136407,7 +136407,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136551,7 +136551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -136646,6 +136646,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -138340,55 +138391,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -138409,11 +138414,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -138534,7 +138534,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138678,7 +138678,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -138774,6 +138774,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -140310,24 +140330,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -140348,11 +140353,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -140437,7 +140437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140581,7 +140581,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140681,7 +140681,31 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -140702,20 +140726,72 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -140742,18 +140818,40 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -140767,6 +140865,10 @@ "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -140774,322 +140876,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -141357,40 +141179,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -141402,46 +141234,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -141453,13 +141260,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -141472,19 +141291,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -141499,14 +141322,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -141520,11 +141343,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -141550,45 +141373,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -141603,14 +141426,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -141629,19 +141452,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -141651,15 +141466,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -141672,16 +141483,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -141702,72 +141505,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -141775,25 +141539,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -141802,28 +141554,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -141840,16 +141580,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -141862,16 +141594,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -141896,7 +141620,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -141906,30 +141630,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -141938,42 +141645,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -141985,25 +141658,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142016,10 +141677,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -142028,16 +141685,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142051,19 +141700,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -142076,16 +141717,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142110,84 +141743,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142199,25 +141781,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142230,24 +141800,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142261,10 +141823,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -142278,12 +141840,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142308,59 +141866,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142372,21 +141904,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -142399,24 +141923,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -142438,23 +141954,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -142467,12 +141971,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -142505,92 +142005,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -142610,21 +142051,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -142645,35 +142078,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -142688,56 +142109,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -142763,81 +142146,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -142852,26 +142205,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -142886,30 +142227,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -142923,23 +142266,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -142954,18 +142297,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -142978,16 +142321,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -143001,11 +142334,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -143020,27 +142367,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -143053,16 +142406,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -143087,7 +142432,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -143097,22 +142442,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -143121,12 +142457,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -143143,12 +142475,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -143169,11 +142497,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -143186,59 +142514,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -143252,19 +142554,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -143278,23 +142618,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -143309,10 +142641,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -143321,12 +142649,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -143343,12 +142667,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -143361,12 +142681,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -143391,7 +142707,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -143401,22 +142717,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -143425,12 +142732,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -143447,12 +142750,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -143473,10 +142772,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -143490,35 +142797,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -143533,19 +142840,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -143559,19 +142866,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -143597,7 +142904,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -143607,37 +142956,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -143647,19 +142996,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -143677,19 +143026,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -143711,19 +143060,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -143749,15 +143098,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -143775,11 +143166,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -143793,15 +143188,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -143827,7 +143222,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -143837,21 +143232,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -143861,15 +143264,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -143887,15 +143290,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -143917,18 +143320,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -143938,29 +143341,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -143970,37 +143373,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -144008,6 +143427,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -144021,48 +143450,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -144072,21 +143489,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -144096,15 +143529,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -144112,13 +143561,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -144131,8 +143574,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -144153,64 +143612,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -144225,10 +143661,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -144242,7 +143678,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -144268,32 +143704,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -144308,10 +143744,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -144330,11 +143766,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -144348,11 +143788,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -144365,8 +143809,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -144391,33 +143839,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -144431,11 +143892,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -144453,11 +143918,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -144471,11 +143940,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -144488,8 +143961,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -144514,33 +143991,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -144554,11 +144044,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -144576,18 +144070,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -144602,11 +144126,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -144619,15 +144151,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -144653,66 +144185,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -144725,24 +144248,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -144755,20 +144274,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -144783,36 +144306,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -144825,42 +144338,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -144886,51 +144399,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -144945,18 +144464,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -144971,36 +144490,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -145014,16 +144519,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145037,10 +144550,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -145054,8 +144567,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145080,33 +144597,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145120,11 +144641,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145142,14 +144667,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -145167,11 +144730,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -145185,11 +144756,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -145215,7 +144794,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -145225,21 +144804,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -145249,11 +144844,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -145271,11 +144874,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -145297,8 +144908,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145310,13 +144933,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -145329,8 +145010,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145355,33 +145052,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145395,11 +145141,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145417,22 +145179,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -145445,35 +145211,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -145488,20 +145272,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -145514,20 +145290,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145552,19 +145320,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -145578,10 +145364,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -145594,7 +145376,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -145604,38 +145386,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -145644,20 +145410,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145674,20 +145432,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145708,20 +145458,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -145746,30 +145488,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -145782,17 +145570,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -145809,20 +145597,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -145836,15 +145650,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -145870,7 +145680,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -145880,29 +145690,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -145912,15 +145762,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -145935,18 +145819,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -145960,6 +145874,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -145968,18 +145936,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -145991,26 +145963,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -146019,23 +145991,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -146045,29 +146025,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -146077,14 +146061,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -146098,11 +146082,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -146115,6 +146115,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146134,11 +146139,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146199,7 +146199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146343,7 +146343,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146420,7 +146420,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146564,7 +146564,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -146648,10 +146648,11 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "ShareDeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", + "ProtocolSettings": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings", "ResourceGroupName": "System.String", "StorageAccountName": "System.String", "Name": "System.String", @@ -146662,10 +146663,15 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "ParseBlobServiceProperties", + "Name": "ParseFileServiceProperties", "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -146685,11 +146691,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -146761,7 +146762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -146826,6 +146827,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -146840,11 +146846,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147023,7 +147024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -147088,6 +147089,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -147102,11 +147108,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147302,7 +147303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -147341,6 +147342,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -147360,11 +147366,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147443,7 +147444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -147508,6 +147509,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -147522,11 +147528,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147728,7 +147729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -147793,6 +147794,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -147807,11 +147813,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -147987,7 +147988,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueueProperties": "Azure.Storage.Queues.Models.QueueProperties", "QueueClient": "Azure.Storage.Queues.QueueClient", @@ -148001,6 +148002,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148020,11 +148026,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148475,6 +148476,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148494,11 +148500,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148770,6 +148771,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -148789,11 +148795,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -148826,7 +148827,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -148841,6 +148842,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -148865,16 +148886,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -148895,16 +148906,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -148995,7 +148996,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149010,6 +149011,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -149034,16 +149055,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -149064,16 +149075,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -149197,6 +149198,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149216,11 +149222,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149253,7 +149254,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149268,6 +149269,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -149292,16 +149313,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -149322,16 +149333,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -149356,7 +149357,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149371,6 +149372,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -149395,16 +149416,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -149425,16 +149436,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -149525,7 +149526,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149540,6 +149541,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -149564,16 +149585,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -149594,16 +149605,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -149634,7 +149635,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149649,6 +149650,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -149673,16 +149694,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -149703,16 +149714,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -149827,7 +149828,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", @@ -149840,6 +149841,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -149859,11 +149865,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -149901,7 +149902,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149916,6 +149917,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -149940,16 +149961,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -149970,16 +149981,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -150070,7 +150071,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -150085,6 +150086,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -150109,16 +150130,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -150139,16 +150150,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -150263,7 +150264,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", "ShareClient": "Azure.Storage.Files.Shares.ShareClient", @@ -150278,6 +150279,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -150297,11 +150303,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151072,6 +151073,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151091,11 +151097,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -151653,7 +151654,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "CloudTable": "Microsoft.Azure.Cosmos.Table.CloudTable", @@ -151663,6 +151664,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -151682,11 +151688,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152137,6 +152138,11 @@ ], "ReturnType": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152156,11 +152162,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152423,7 +152424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Unit": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]", "CurrentValue": "System.Nullable`1[System.Int32]", @@ -152434,6 +152435,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -152453,11 +152459,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152612,7 +152613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -152677,6 +152678,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -152691,11 +152697,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152762,7 +152763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -152827,6 +152828,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -152841,11 +152847,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -152872,7 +152873,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152890,7 +152891,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152998,7 +152999,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153022,7 +153023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153090,7 +153091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -153155,6 +153156,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -153169,11 +153175,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153206,7 +153207,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153230,7 +153231,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153298,7 +153299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153322,7 +153323,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153397,7 +153398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -153410,6 +153411,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153429,11 +153435,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153519,7 +153520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -153584,6 +153585,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -153598,11 +153604,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153629,7 +153630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -153688,6 +153689,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -153702,11 +153708,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153765,7 +153766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -153778,6 +153779,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -153797,11 +153803,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -153828,7 +153829,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153987,7 +153988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154081,7 +154082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -154146,6 +154147,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -154160,11 +154166,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154223,7 +154224,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154291,7 +154292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -154350,6 +154351,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -154364,11 +154370,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154437,7 +154438,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154507,7 +154508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -154520,6 +154521,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154539,11 +154545,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154576,7 +154577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154644,7 +154645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154719,7 +154720,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -154741,6 +154742,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154760,11 +154766,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154856,7 +154857,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -154878,6 +154879,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -154897,11 +154903,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -154992,7 +154993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155172,7 +155173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155273,7 +155274,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -155295,6 +155296,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155314,11 +155320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155427,7 +155428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155576,7 +155577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155684,7 +155685,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -155706,6 +155707,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -155725,11 +155731,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -155821,7 +155822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155893,7 +155894,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155911,7 +155912,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155929,7 +155930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -155947,7 +155948,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156147,7 +156148,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156171,7 +156172,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156195,7 +156196,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156219,7 +156220,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156346,7 +156347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156466,7 +156467,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156490,7 +156491,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156514,7 +156515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156538,7 +156539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156785,7 +156786,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156809,7 +156810,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156833,7 +156834,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156857,7 +156858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -156991,7 +156992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -157050,6 +157051,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -157064,11 +157070,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157144,7 +157145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -157209,6 +157210,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -157223,11 +157229,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -157311,7 +157312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157326,6 +157327,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -157350,16 +157371,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -157380,16 +157391,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -157414,7 +157415,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157548,7 +157549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157563,6 +157564,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -157587,16 +157608,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -157617,16 +157628,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -157657,7 +157658,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157850,7 +157851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -157865,6 +157866,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -157889,16 +157910,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -157919,16 +157930,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -157959,7 +157960,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158027,7 +158028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -158092,6 +158093,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -158106,11 +158112,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158170,7 +158171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158185,6 +158186,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -158209,16 +158230,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -158239,16 +158250,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -158279,7 +158280,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158347,7 +158348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -158412,6 +158413,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -158426,11 +158432,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -158538,7 +158539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158553,6 +158554,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -158577,16 +158598,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -158607,16 +158618,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -158647,7 +158648,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158742,7 +158743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158757,6 +158758,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -158781,16 +158802,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -158811,16 +158822,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -158851,7 +158852,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -158926,7 +158927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -158987,6 +158988,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -159001,11 +159007,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159081,7 +159082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -159146,6 +159147,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -159160,11 +159166,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159232,7 +159233,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159273,7 +159274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159285,6 +159286,49 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EnabledProtocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NFS", + "SMB" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RootSquash", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -159433,7 +159477,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159486,7 +159530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159503,6 +159547,61 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnabledProtocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NFS", + "SMB" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RootSquash", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -159554,7 +159653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -159619,6 +159718,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -159633,11 +159737,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -159723,7 +159822,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159776,7 +159875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159793,6 +159892,61 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnabledProtocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NFS", + "SMB" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RootSquash", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -159897,7 +160051,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159950,7 +160104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -159967,6 +160121,61 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnabledProtocol", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NFS", + "SMB" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RootSquash", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -160025,7 +160234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -160090,6 +160299,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -160104,11 +160318,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160309,7 +160518,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160345,7 +160554,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160476,7 +160685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -160627,6 +160836,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -160646,11 +160860,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -160708,7 +160917,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160888,7 +161097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -160948,7 +161157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161089,8 +161298,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -161401,7 +161609,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161449,7 +161657,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161622,7 +161830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -161773,6 +161981,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -161792,11 +162005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -161848,7 +162056,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161920,7 +162128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -161998,7 +162206,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162181,8 +162389,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -162540,7 +162747,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162588,7 +162795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162761,7 +162968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -162912,6 +163119,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -162931,11 +163143,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -162987,7 +163194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163059,7 +163266,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163137,7 +163344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163320,8 +163527,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -163823,7 +164029,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163871,7 +164077,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164044,7 +164250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -164195,6 +164401,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -164214,11 +164425,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -164270,7 +164476,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164342,7 +164548,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164420,7 +164626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164603,8 +164809,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -164734,6 +164939,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -164753,11 +164963,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165034,7 +165239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -165067,6 +165272,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[System.String]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165086,11 +165296,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165303,7 +165508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -165337,6 +165542,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165356,11 +165566,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165411,7 +165616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165429,7 +165634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -165443,6 +165648,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165462,11 +165672,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165498,7 +165703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -165531,6 +165736,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[System.String]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165550,11 +165760,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165649,7 +165854,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165673,7 +165878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -165687,6 +165892,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165706,11 +165916,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165748,7 +165953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -165781,6 +165986,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[System.String]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -165800,11 +166010,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -165927,6 +166132,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -165951,16 +166176,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -165981,16 +166196,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -166030,6 +166235,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -166054,16 +166279,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -166084,16 +166299,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -166295,6 +166500,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -166319,16 +166544,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -166349,16 +166564,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -166404,6 +166609,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -166428,16 +166653,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -166458,16 +166673,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -166708,7 +166913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition", "Enabled": "System.Boolean", @@ -166723,6 +166928,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -166742,11 +166952,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -166797,7 +167002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166978,7 +167183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166996,7 +167201,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167077,7 +167282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167316,7 +167521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167340,7 +167545,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167388,7 +167593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167616,7 +167821,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167793,7 +167998,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryTextConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", "RecordSeparator": "System.String" @@ -167806,6 +168011,11 @@ "Parameters": [], "ReturnType": "Azure.Storage.Blobs.Models.BlobQueryTextOptions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -167825,11 +168035,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -167846,7 +168051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167864,7 +168069,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167956,7 +168161,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167974,7 +168179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167998,7 +168203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168120,7 +168325,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168144,7 +168349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168173,7 +168378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168221,7 +168426,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168250,7 +168455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -168286,7 +168491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartRange": "System.String", "EndRange": "System.String" @@ -168314,6 +168519,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -168333,11 +168543,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -168601,52 +168806,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -168756,7 +168915,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -168771,11 +168955,67 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -168788,8 +169028,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -168814,33 +169062,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.String" }, { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -168854,11 +169127,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -168876,15 +169157,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStream", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -168901,11 +169178,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -168919,12 +169196,1365 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndStartCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Snapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSnapshot", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndOpenRead", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "DownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -171064,2099 +172694,674 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UndeleteAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "AcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BlobBaseClient", + "AliasList": [], + "Type": { + "Namespace": "Azure.Storage.Blobs.Specialized", + "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "CanGenerateSasUri": "System.Boolean", + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "EndAcquireLease", + "Name": "WithSnapshot", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "snapshot", + "Type": "System.String" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "AcquireLeaseAsync", + "Name": "WithVersion", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", + "Name": "versionId", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "AcquireLeaseAsync", + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "RenewLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginRenewLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginRenewLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndRenewLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "ChangeLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response" }, { - "Name": "BeginChangeLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginChangeLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndChangeLease", + "Name": "OpenRead", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenRead", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenRead", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ReleaseLease", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginReleaseLease", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "BeginReleaseLease", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" + }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "BreakLease", + "Name": "AbortCopyFromUri", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Snapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSnapshot", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BlobBaseClient", - "AliasList": [], - "Type": { - "Namespace": "Azure.Storage.Blobs.Specialized", - "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "CanGenerateSasUri": "System.Boolean", - "AccountName": "System.String", - "BlobContainerName": "System.String", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "WithSnapshot", - "Parameters": [ - { - "Name": "snapshot", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" - }, - { - "Name": "WithVersion", - "Parameters": [ - { - "Name": "versionId", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" - }, - { - "Name": "Download", - "Parameters": [], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - }, - { - "Name": "DownloadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" - }, - { - "Name": "Download", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - }, - { - "Name": "DownloadAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" - }, - { - "Name": "Download", - "Parameters": [ - { - "Name": "range", - "Type": "Azure.HttpRange" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - }, - { - "Name": "DownloadAsync", - "Parameters": [ - { - "Name": "range", - "Type": "Azure.HttpRange" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" - }, - { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "allowBlobModifications", - "Type": "System.Boolean" - }, - { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ - { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ - { - "Name": "allowBlobModifications", - "Type": "System.Boolean" - }, - { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "StartCopyFromUri", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" - }, - { - "Name": "StartCopyFromUri", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" - }, - { - "Name": "StartCopyFromUriAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" - }, - { - "Name": "StartCopyFromUriAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" - }, - { - "Name": "AbortCopyFromUri", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", @@ -173599,6 +173804,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -173618,11 +173828,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -173897,7 +174102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174005,52 +174210,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -174160,90 +174319,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -174258,10 +174359,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -174280,14 +174381,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -174302,14 +174407,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -174323,11 +174432,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -174353,45 +174466,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -174406,14 +174531,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -174432,15 +174561,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -174452,39 +174577,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -174497,7 +174600,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -174523,7 +174626,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -174533,13 +174636,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -174548,7 +174660,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -174566,7 +174678,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -174588,16 +174700,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -174611,18 +174719,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -174636,16 +174744,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -174670,58 +174774,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -174735,19 +174835,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -174765,19 +174861,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -174789,58 +174877,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -174850,32 +174960,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -174896,15 +175000,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -174919,18 +175019,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -174944,15 +175040,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -174978,57 +175070,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -175043,18 +175123,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -175073,59 +175149,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -175137,22 +175175,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -175166,22 +175196,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -175204,72 +175230,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -175281,25 +175287,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -175315,25 +175317,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -175344,38 +175346,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -175385,28 +175383,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -175420,23 +175432,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -175462,81 +175462,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -175551,26 +175515,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -175589,26 +175541,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -175621,34 +175561,12 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -175662,8 +175580,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -175684,47 +175610,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -175732,39 +175652,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -175776,12 +175674,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -175795,14 +175697,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -175821,39 +175719,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -175861,17 +175755,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -175883,10 +175773,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -175901,10 +175805,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -175918,7 +175822,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -175944,32 +175848,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -175984,10 +175888,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -176006,11 +175910,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176027,8 +175935,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -176041,8 +175953,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176067,7 +175983,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -176077,13 +175993,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -176092,8 +176017,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176110,8 +176039,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176132,12 +176065,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176154,7 +176113,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -176168,12 +176127,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176198,7 +176153,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -176208,12 +176163,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -176223,12 +176178,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176245,12 +176196,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176271,11 +176218,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -176290,11 +176241,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -176307,11 +176266,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -176337,36 +176300,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -176381,14 +176365,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -176407,11 +176395,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176423,68 +176419,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -176493,26 +176480,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176533,15 +176526,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -176556,18 +176549,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -176581,15 +176574,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -176615,57 +176608,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -176680,18 +176673,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -176710,11 +176703,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176726,17 +176727,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -176749,8 +176796,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176775,7 +176834,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -176785,21 +176844,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -176809,8 +176884,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176827,8 +176914,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -176849,11 +176948,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -176866,21 +176973,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -176893,11 +177050,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -176923,53 +177092,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -176984,14 +177181,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -177010,11 +177219,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -177026,17 +177251,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -177049,12 +177292,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -177075,46 +177314,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -177122,16 +177362,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -177146,15 +177390,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -177168,15 +177408,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -177189,12 +177425,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -177219,46 +177451,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -177272,15 +177491,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -177298,21 +177513,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -177324,15 +177531,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -177345,18 +177548,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -177379,52 +177574,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -177436,21 +177614,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -177466,25 +177636,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -177495,34 +177685,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -177538,14 +177759,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -177563,12 +177784,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -177581,11 +177798,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -177611,7 +177828,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -177621,22 +177838,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -177645,11 +177853,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -177667,11 +177875,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -177693,11 +177901,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -177712,10 +177920,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -177729,11 +177937,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -177759,36 +177967,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -177803,14 +178011,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -177829,10 +178037,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -177846,10 +178072,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -177868,29 +178098,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -177911,11 +178121,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -179009,6 +179214,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -179028,11 +179238,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -179289,7 +179494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179414,52 +179619,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -179569,90 +179728,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -179667,10 +179768,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -179689,14 +179790,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -179711,14 +179816,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -179732,11 +179841,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -179762,45 +179875,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -179815,14 +179940,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -179841,15 +179970,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -179861,39 +179986,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -179906,7 +180009,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -179932,7 +180035,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -179942,13 +180045,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -179957,7 +180069,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -179975,7 +180087,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -179997,16 +180109,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -180020,18 +180128,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -180045,16 +180153,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -180079,58 +180183,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -180144,19 +180244,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -180174,19 +180270,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -180198,58 +180286,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -180259,32 +180369,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -180305,15 +180409,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -180328,18 +180428,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -180353,15 +180449,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -180387,57 +180479,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -180452,18 +180532,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -180482,59 +180558,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -180546,22 +180584,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -180575,22 +180605,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -180613,72 +180639,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -180690,25 +180696,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -180724,25 +180726,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -180753,38 +180755,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -180794,28 +180792,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -180829,23 +180841,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -180871,81 +180871,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -180960,26 +180924,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -180998,53 +180950,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -181054,10 +180972,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -181071,8 +180989,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -181093,47 +181019,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -181141,39 +181061,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181185,12 +181083,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -181204,14 +181106,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -181230,39 +181128,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -181270,17 +181164,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -181292,10 +181182,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -181310,10 +181214,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -181327,7 +181231,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -181353,32 +181257,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -181393,10 +181297,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -181415,11 +181319,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181436,8 +181344,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -181450,8 +181362,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181476,7 +181392,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -181486,13 +181402,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -181501,8 +181426,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181519,8 +181448,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181541,12 +181474,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181563,7 +181522,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -181577,12 +181536,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181607,7 +181562,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -181617,12 +181572,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -181632,12 +181587,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181654,12 +181605,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181680,11 +181627,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -181699,11 +181650,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -181716,11 +181675,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -181746,36 +181709,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -181790,14 +181774,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -181816,11 +181804,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181832,68 +181828,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -181902,26 +181889,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -181942,15 +181935,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -181965,18 +181958,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -181990,15 +181983,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -182024,57 +182017,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -182089,18 +182082,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -182119,11 +182112,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182135,17 +182136,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -182158,8 +182205,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182184,7 +182243,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -182194,21 +182253,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -182218,8 +182293,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182236,8 +182323,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182258,11 +182357,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -182275,21 +182382,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -182302,11 +182459,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -182332,53 +182501,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -182393,14 +182590,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -182419,11 +182628,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182435,17 +182660,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -182458,12 +182701,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -182484,46 +182723,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -182531,16 +182771,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -182555,15 +182799,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182577,15 +182817,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -182598,12 +182834,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182628,46 +182860,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182681,15 +182900,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -182707,21 +182922,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -182733,15 +182940,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -182754,18 +182957,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -182788,52 +182983,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -182845,21 +183023,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -182875,25 +183045,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -182904,34 +183094,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -182947,14 +183168,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -182972,12 +183193,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -182990,11 +183207,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -183020,7 +183237,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -183030,22 +183247,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -183054,11 +183262,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -183076,11 +183284,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -183102,11 +183310,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -183121,10 +183329,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -183138,11 +183346,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -183168,36 +183376,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -183212,14 +183420,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -183238,10 +183446,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -183255,10 +183481,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -183277,29 +183507,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -183320,11 +183530,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184418,6 +184623,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -184437,11 +184647,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -184698,7 +184903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184973,7 +185178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185248,7 +185453,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185451,7 +185656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -185559,7 +185764,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "AccessPolicy": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy", @@ -185608,6 +185813,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobContainerClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -185627,11 +185837,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -186511,7 +186716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186724,7 +186929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -186978,7 +187183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -187232,7 +187437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -187879,7 +188084,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage", "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", @@ -187899,6 +188104,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -187918,11 +188128,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -188034,7 +188239,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188052,7 +188257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188070,7 +188275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188389,7 +188594,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188493,7 +188698,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188784,7 +188989,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -188888,7 +189093,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189000,7 +189205,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -189036,7 +189241,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShareDirectoryProperties": "Azure.Storage.Files.Shares.Models.ShareDirectoryProperties", "ShareDirectoryClient": "Azure.Storage.Files.Shares.ShareDirectoryClient", @@ -189048,6 +189253,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -189067,11 +189277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -189139,6 +189344,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -190833,55 +191089,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -190902,11 +191112,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -191017,114 +191222,27 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", + "Name": "GetFileReference", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "fileName", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "CreateAsync", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "itemName", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" }, { - "Name": "CreateIfNotExists", + "Name": "Create", "Parameters": [ { "Name": "requestOptions", @@ -191135,10 +191253,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginCreate", "Parameters": [ { "Name": "callback", @@ -191152,7 +191270,114 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCreate", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateIfNotExists", "Parameters": [ { "Name": "options", @@ -192552,24 +192777,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -192590,11 +192800,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -193022,6 +193227,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -194716,55 +194972,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -194785,11 +194995,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -195054,6 +195259,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -196590,24 +196815,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -196628,11 +196838,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -196998,7 +197203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", @@ -197035,6 +197240,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -197054,11 +197264,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -197124,7 +197329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -197189,6 +197394,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -197203,11 +197413,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -197254,7 +197459,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197272,7 +197477,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197308,7 +197513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197415,7 +197620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197465,7 +197670,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197583,7 +197788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197657,7 +197862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197725,7 +197930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -197790,6 +197995,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -197804,11 +198014,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -197841,7 +198046,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197891,7 +198096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -197959,7 +198164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -198024,6 +198229,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -198038,11 +198248,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -198075,7 +198280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198149,7 +198354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198243,7 +198448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -198396,83 +198601,35 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Type": "Microsoft.Azure.Storage.File.CloudFile" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -198489,24 +198646,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -198527,72 +198676,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -198619,6 +198702,10 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -198646,32 +198733,6 @@ "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" @@ -198688,7 +198749,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { "Name": "sourceAccessCondition", @@ -198698,10 +198759,6 @@ "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -198709,10 +198766,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -198731,36 +198784,10 @@ { "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" }, { "Name": "options", @@ -199072,40 +199099,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199117,46 +199154,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199168,13 +199180,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199187,19 +199211,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -199214,14 +199242,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -199235,11 +199263,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -199265,45 +199293,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -199318,14 +199346,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -199344,15 +199372,118 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "FetchAttributes", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199369,12 +199500,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -199387,12 +199514,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199417,7 +199540,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -199427,22 +199550,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -199451,34 +199565,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199490,21 +199578,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199517,10 +199597,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -199529,16 +199605,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "Delete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199555,16 +199623,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -199577,16 +199637,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199611,7 +199663,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -199621,30 +199673,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -199653,42 +199688,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199700,25 +199701,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199731,10 +199720,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -199743,16 +199728,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199766,19 +199743,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -199791,16 +199760,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199825,58 +199786,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199890,19 +199826,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -199920,48 +199848,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ListRanges", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadText", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -199976,10 +199874,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadText", + "Name": "BeginListRanges", "Parameters": [ { "Name": "callback", @@ -199993,11 +199891,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginListRanges", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -200023,36 +199925,40 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadTextAsync", + "Name": "ListRangesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadTextAsync", + "Name": "ListRangesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadTextAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -200067,14 +199973,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadTextAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -200093,14 +200003,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadTextAsync", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -200113,32 +200027,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToStream", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -200151,50 +200053,86 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "EndListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, + { + "Name": "ListHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "BeginCloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -200220,69 +200158,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -200297,22 +200217,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -200327,26 +200243,36 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -200360,36 +200286,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "SetProperties", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -200403,27 +200309,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -200436,24 +200326,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -200478,81 +200352,76 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Resize", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -200567,26 +200436,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginResize", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -200601,60 +200476,56 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndResize", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "size", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStream", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -200669,17 +200540,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStream", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -200693,35 +200560,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromStream", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -200733,29 +200582,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -200768,16 +200601,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -200802,7 +200627,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -200812,22 +200637,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -200836,12 +200652,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -200858,12 +200670,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -200884,12 +200692,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -200901,63 +200717,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "length", + "Name": "sourceOffset", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", + "Name": "count", "Type": "System.Int64" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "destOffset", + "Type": "System.Int64" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -200969,77 +200757,47 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, { - "Name": "length", + "Name": "startOffset", "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "contentMD5", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, { - "Name": "length", + "Name": "startOffset", "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFile", - "Parameters": [ - { - "Name": "path", + "Name": "contentMD5", "Type": "System.String" }, { @@ -201053,16 +200811,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" }, { "Name": "callback", @@ -201076,10 +200824,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -201094,6 +200850,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -201106,7 +200866,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -201116,20 +200876,36 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -201140,10 +200916,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -201162,10 +200946,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -201188,10 +200980,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -201218,22 +201018,30 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -201243,24 +201051,50 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "ClearRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -201274,19 +201108,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -201312,7 +201142,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -201322,37 +201152,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -201362,19 +201184,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -201392,19 +201210,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -201426,22 +201240,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -201451,33 +201261,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadText", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -201487,41 +201293,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginUploadText", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginUploadText", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -201529,6 +201347,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -201542,52 +201370,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadTextAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "content", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadTextAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -201597,55 +201409,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadTextAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -201655,25 +201449,29 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Create", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -201683,16 +201481,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" }, { "Name": "callback", @@ -201706,16 +201494,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -201736,90 +201532,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "CreateAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "OpenRead", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -201829,10 +201581,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginExists", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -201846,8 +201598,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginOpenRead", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -201868,33 +201624,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.IO.Stream" }, { - "Name": "ExistsAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ExistsAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ExistsAsync", + "Name": "OpenReadAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -201904,11 +201664,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ExistsAsync", + "Name": "OpenReadAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -201922,11 +201686,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributes", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -201940,11 +201708,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -201957,8 +201729,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -201983,33 +201759,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202023,11 +201812,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202045,11 +201838,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "Delete", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202066,8 +201863,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -202080,8 +201881,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202106,7 +201911,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -202116,13 +201921,22 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -202131,8 +201945,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202149,8 +201967,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202171,8 +201993,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202184,13 +202010,55 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -202203,8 +202071,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202229,33 +202105,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202269,11 +202170,49 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202286,23 +202225,27 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -202317,11 +202260,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Int32" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -202334,15 +202285,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -202368,40 +202319,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Int32" }, { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -202416,18 +202384,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -202446,18 +202414,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -202470,20 +202438,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadText", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -202496,7 +202468,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginDownloadText", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -202509,25 +202487,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" - }, - { - "Name": "ListHandlesSegmentedAsync", + "Name": "BeginDownloadText", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -202541,19 +202505,48 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDownloadText", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "DownloadTextAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadTextAsync", + "Parameters": [ { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -202568,14 +202561,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -202590,32 +202583,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -202629,23 +202608,31 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -202660,18 +202647,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -202697,48 +202714,70 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseHandleSegmented", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202752,25 +202791,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetProperties", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202783,35 +202820,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -202820,26 +202828,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -202852,6 +202854,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -202860,11 +202866,23 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Resize", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -202879,14 +202897,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -202900,11 +202930,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -202930,45 +202972,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -202983,14 +203061,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -203009,11 +203099,57 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -203030,8 +203166,38 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "UploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -203044,8 +203210,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -203070,7 +203240,63 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -203080,13 +203306,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -203095,8 +203330,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -203113,8 +203352,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -203135,20 +203378,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -203160,35 +203395,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -203200,47 +203463,77 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginWriteRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginWriteRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFile", + "Parameters": [ + { + "Name": "path", "Type": "System.String" }, { @@ -203254,6 +203547,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -203267,18 +203570,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -203293,10 +203588,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -203309,7 +203600,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -203319,36 +203610,20 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -203359,18 +203634,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -203389,18 +203656,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -203423,18 +203682,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -203461,57 +203712,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "destOffset", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearRange", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -203529,15 +203742,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "callback", @@ -203551,15 +203768,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -203585,7 +203806,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -203595,29 +203816,37 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "cancellationToken", @@ -203627,15 +203856,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -203653,15 +203886,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -203683,18 +203920,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -203704,29 +203945,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -203736,53 +203981,41 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "content", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -203790,16 +204023,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" }, { "Name": "callback", @@ -203813,22 +204036,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -203849,11 +204059,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -204022,7 +204227,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204314,7 +204519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204589,7 +204794,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -204678,184 +204883,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -205355,40 +205382,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -205400,46 +205437,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -205451,13 +205463,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -205470,19 +205494,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -205497,14 +205525,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -205518,11 +205546,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -205548,45 +205576,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -205601,14 +205629,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -205627,19 +205655,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -205649,15 +205669,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -205670,16 +205686,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -205700,72 +205708,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -205773,25 +205742,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -205800,28 +205757,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -205838,16 +205783,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -205860,16 +205797,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -205894,7 +205823,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -205904,30 +205833,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -205936,42 +205848,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -205983,25 +205861,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206014,10 +205880,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -206026,16 +205888,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206049,19 +205903,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -206074,16 +205920,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206108,84 +205946,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206197,25 +205984,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206228,24 +206003,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206259,10 +206026,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -206276,12 +206043,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206306,59 +206069,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206370,21 +206107,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -206397,24 +206126,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -206436,23 +206157,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -206465,12 +206174,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -206503,92 +206208,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -206608,21 +206254,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -206643,35 +206281,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -206686,56 +206312,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -206761,81 +206349,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -206850,26 +206408,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -206884,30 +206430,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -206921,23 +206469,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -206952,18 +206500,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -206976,16 +206524,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -206999,11 +206537,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -207018,27 +206570,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -207051,16 +206609,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -207085,7 +206635,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -207095,22 +206645,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -207119,12 +206660,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -207141,12 +206678,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -207167,11 +206700,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -207184,59 +206717,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -207250,19 +206757,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -207276,23 +206821,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -207307,10 +206844,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -207319,12 +206852,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -207341,12 +206870,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -207359,12 +206884,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -207389,7 +206910,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -207399,22 +206920,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -207423,12 +206935,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -207445,12 +206953,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -207471,10 +206975,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -207488,35 +207000,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -207531,19 +207043,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -207557,19 +207069,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -207595,7 +207107,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -207605,37 +207159,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -207645,19 +207199,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -207675,19 +207229,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -207709,19 +207263,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -207747,15 +207301,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -207773,11 +207369,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -207791,15 +207391,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -207825,7 +207425,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -207835,21 +207435,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -207859,15 +207467,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -207885,15 +207493,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -207915,18 +207523,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -207936,29 +207544,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -207968,37 +207576,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -208006,6 +207630,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -208019,48 +207653,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -208070,21 +207692,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -208094,15 +207732,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -208110,13 +207764,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -208129,8 +207777,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -208151,64 +207815,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -208223,10 +207864,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -208240,7 +207881,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -208266,32 +207907,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -208306,10 +207947,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -208328,11 +207969,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -208346,11 +207991,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -208363,8 +208012,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -208389,33 +208042,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -208429,11 +208095,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -208451,11 +208121,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -208469,11 +208143,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -208486,8 +208164,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -208512,33 +208194,68 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -208550,13 +208267,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -208569,23 +208294,27 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -208600,11 +208329,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -208617,15 +208354,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -208651,66 +208388,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -208723,24 +208451,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -208753,20 +208477,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -208781,36 +208509,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -208823,42 +208541,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -208884,51 +208602,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -208943,18 +208667,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -208969,36 +208693,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -209012,16 +208722,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209035,10 +208753,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -209052,8 +208770,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209078,33 +208800,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209118,11 +208844,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209140,14 +208870,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -209165,11 +208933,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -209183,11 +208959,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -209213,7 +208997,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -209223,21 +209007,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -209247,11 +209047,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -209269,11 +209077,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -209295,8 +209111,62 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209310,11 +209180,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -209327,8 +209213,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209353,33 +209255,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209393,11 +209344,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209415,22 +209382,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -209443,35 +209414,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -209486,20 +209475,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -209512,20 +209493,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209550,19 +209523,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -209576,10 +209567,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -209592,7 +209579,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -209602,38 +209589,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -209642,20 +209613,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209672,20 +209635,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209706,20 +209661,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -209744,30 +209691,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -209780,17 +209773,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -209807,20 +209800,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -209834,15 +209853,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -209868,7 +209883,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -209878,29 +209893,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -209910,15 +209965,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -209933,18 +210022,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -209958,6 +210077,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -209966,18 +210139,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -209989,26 +210166,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -210017,23 +210194,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -210043,29 +210228,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -210075,14 +210264,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -210096,11 +210285,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -210113,6 +210318,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -210132,11 +210342,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -210323,7 +210528,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -210412,184 +210617,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -211089,40 +211116,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211134,46 +211171,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211185,13 +211197,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211204,19 +211228,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -211231,14 +211259,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -211252,11 +211280,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -211282,45 +211310,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -211335,14 +211363,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -211361,19 +211389,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -211383,15 +211403,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -211404,16 +211420,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -211434,72 +211442,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -211507,25 +211476,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -211534,28 +211491,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211572,16 +211517,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -211594,16 +211531,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211628,7 +211557,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -211638,30 +211567,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -211670,42 +211582,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211717,25 +211595,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211748,10 +211614,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -211760,16 +211622,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211783,19 +211637,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -211808,16 +211654,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211842,84 +211680,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211931,25 +211718,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211962,24 +211737,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -211993,10 +211760,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -212010,12 +211777,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -212040,59 +211803,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -212104,21 +211841,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -212131,24 +211860,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -212170,23 +211891,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -212199,12 +211908,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -212237,62 +211942,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -212314,15 +211990,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -212348,22 +212020,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -212376,36 +212044,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -212418,58 +212070,86 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, + { + "Name": "ListHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "BeginCloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -212495,81 +212175,77 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -212582,28 +212258,38 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -212619,86 +212305,14 @@ }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetProperties", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -212715,64 +212329,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -212785,16 +212343,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -212819,7 +212369,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -212829,22 +212379,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -212853,12 +212394,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -212875,12 +212412,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -212901,11 +212434,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -212918,59 +212451,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -212984,19 +212491,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -213010,23 +212555,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -213041,10 +212578,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -213053,12 +212586,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -213075,12 +212604,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -213093,12 +212618,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -213123,7 +212644,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -213133,22 +212654,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -213157,12 +212669,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -213179,12 +212687,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -213205,10 +212709,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -213222,35 +212734,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -213265,19 +212777,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -213291,19 +212803,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -213329,7 +212841,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -213339,37 +212893,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -213379,19 +212933,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -213409,19 +212963,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -213443,19 +212997,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -213481,15 +213035,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -213507,11 +213103,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -213525,15 +213125,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -213559,7 +213159,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -213569,21 +213169,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -213593,15 +213201,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -213619,15 +213227,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -213649,18 +213257,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -213670,29 +213278,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -213702,37 +213310,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -213740,6 +213364,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -213753,48 +213387,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -213804,21 +213426,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -213828,15 +213466,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -213844,13 +213498,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -213863,8 +213511,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -213885,64 +213549,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -213957,10 +213598,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -213974,7 +213615,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -214000,32 +213641,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -214040,10 +213681,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -214062,11 +213703,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214080,11 +213725,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -214097,8 +213746,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214123,33 +213776,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214163,11 +213829,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214185,11 +213855,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214203,11 +213877,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -214220,8 +213898,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214246,33 +213928,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214286,11 +213981,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214308,18 +214007,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -214334,11 +214063,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -214351,15 +214088,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -214385,66 +214122,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -214457,24 +214185,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -214487,20 +214211,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -214515,36 +214243,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -214557,42 +214275,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -214618,51 +214336,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -214677,18 +214401,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -214703,36 +214427,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -214746,16 +214456,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214769,10 +214487,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -214786,8 +214504,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214812,33 +214534,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214852,11 +214578,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -214874,14 +214604,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -214899,11 +214667,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -214917,11 +214693,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -214947,7 +214731,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -214957,21 +214741,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -214981,11 +214781,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -215003,11 +214811,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -215029,8 +214845,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -215042,13 +214870,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -215061,8 +214947,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -215087,33 +214989,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -215127,11 +215078,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -215149,22 +215116,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -215177,35 +215148,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -215220,20 +215209,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -215246,20 +215227,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -215284,19 +215257,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -215310,10 +215301,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -215326,7 +215313,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -215336,38 +215323,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -215376,20 +215347,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -215406,20 +215369,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -215440,20 +215395,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -215478,30 +215425,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -215514,17 +215507,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -215541,20 +215534,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -215568,15 +215587,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -215602,7 +215617,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -215612,29 +215627,21 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -215644,15 +215651,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -215670,15 +215673,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -215700,18 +215699,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -215721,28 +215716,36 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, + "Name": "buffer", + "Type": "System.Byte[]" + }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -215753,21 +215756,139 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopy", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -215779,26 +215900,94 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadText", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -215809,14 +215998,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -215830,11 +216019,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -215847,6 +216052,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -215866,11 +216076,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -216057,7 +216262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216226,7 +216431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -216300,7 +216505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter", "RuleId": "System.String", @@ -216335,6 +216540,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -216354,11 +216564,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -216691,7 +216896,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageQueue, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "QueueProperties": "Azure.Storage.Queues.Models.QueueProperties", "QueueClient": "Azure.Storage.Queues.QueueClient", @@ -216705,6 +216910,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -216724,11 +216934,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -217108,7 +217313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217321,7 +217526,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217575,7 +217780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -217829,7 +218034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -218330,7 +218535,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", "ShareClient": "Azure.Storage.Files.Shares.ShareClient", @@ -218345,6 +218550,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -218364,11 +218574,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -219041,7 +219246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219254,7 +219459,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219508,7 +219713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -219762,7 +219967,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -220634,7 +220839,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "CloudTable": "Microsoft.Azure.Cosmos.Table.CloudTable", @@ -220644,6 +220849,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -220663,11 +220873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -221047,7 +221252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221340,7 +221545,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -221698,7 +221903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222056,7 +222261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222661,11 +222866,16 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -222685,11 +222895,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -222787,7 +222992,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -222805,7 +223010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -222859,7 +223064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223015,7 +223220,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -223039,7 +223244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223111,7 +223316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223274,7 +223479,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -223296,6 +223501,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -223315,11 +223525,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -223374,7 +223579,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223392,7 +223597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223410,7 +223615,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223542,7 +223747,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223566,7 +223771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223590,7 +223795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223691,7 +223896,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", @@ -223713,6 +223918,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -223732,11 +223942,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -223797,7 +224002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223821,7 +224026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223845,7 +224050,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223946,7 +224151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223970,7 +224175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -223994,7 +224199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224180,7 +224385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -224245,6 +224450,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -224259,11 +224469,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -224292,7 +224497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -224351,6 +224556,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -224365,11 +224575,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -224406,7 +224611,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224424,7 +224629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224558,7 +224763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224582,7 +224787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224677,7 +224882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -224742,6 +224947,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -224756,11 +224966,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -224793,7 +224998,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224817,7 +225022,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -224887,7 +225092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -224946,6 +225151,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -224960,11 +225170,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225007,7 +225212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -225031,7 +225236,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -225099,7 +225304,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -225123,7 +225328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -225198,7 +225403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -225211,6 +225416,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -225230,11 +225440,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225320,7 +225525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -225385,6 +225590,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -225399,11 +225609,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225430,7 +225635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -225489,6 +225694,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -225503,11 +225713,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225566,7 +225771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -225579,6 +225784,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -225598,11 +225808,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -225840,7 +226045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -225905,6 +226110,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -225919,11 +226129,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226026,7 +226231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -226085,6 +226290,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -226099,11 +226309,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226218,7 +226423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -226231,6 +226436,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -226250,11 +226460,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226382,7 +226587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "Tags": "System.String[]" @@ -226390,6 +226595,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -226409,11 +226619,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226500,7 +226705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -226565,6 +226770,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -226579,11 +226789,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226610,7 +226815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -226669,6 +226874,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -226683,11 +226893,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -226953,7 +227158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -227018,6 +227223,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -227032,11 +227242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -227137,7 +227342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -227196,6 +227401,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -227210,11 +227420,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -227478,7 +227683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -227543,6 +227748,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -227557,11 +227767,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -227608,7 +227813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -227669,6 +227874,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -227683,11 +227893,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -227744,7 +227949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -227784,7 +227989,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -227946,7 +228151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -227970,7 +228175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228141,7 +228346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228165,7 +228370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228260,7 +228465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -228325,6 +228530,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -228339,11 +228549,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -228404,7 +228609,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228428,7 +228633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228523,7 +228728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -228588,6 +228793,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -228602,11 +228812,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -228665,7 +228870,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228689,7 +228894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228809,7 +229014,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228833,7 +229038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -228903,7 +229108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -228964,6 +229169,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -228978,11 +229188,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -229053,7 +229258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229077,7 +229282,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229145,7 +229350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229169,7 +229374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229302,7 +229507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229320,7 +229525,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229428,7 +229633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229452,7 +229657,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229584,7 +229789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -229649,6 +229854,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -229663,11 +229873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -229714,7 +229919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -229727,6 +229932,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -229746,11 +229956,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -229790,7 +229995,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229897,7 +230102,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -229965,7 +230170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -230030,6 +230235,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -230044,11 +230254,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -230081,7 +230286,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230173,7 +230378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230243,7 +230448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -230256,6 +230461,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -230275,11 +230485,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -230325,7 +230530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230393,7 +230598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230468,7 +230673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230509,7 +230714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230550,7 +230755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230634,7 +230839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -230652,7 +230857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -230670,7 +230875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", "GenericTypeArguments": [], @@ -230763,7 +230968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230871,7 +231076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -230939,7 +231144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -231014,7 +231219,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -231082,7 +231287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -231157,7 +231362,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -231225,7 +231430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", "GenericTypeArguments": [], @@ -231300,7 +231505,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -231443,7 +231648,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -231589,7 +231794,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -231756,7 +231961,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -231874,52 +232079,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -232029,7 +232188,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -232044,11 +232228,67 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -232061,8 +232301,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -232087,33 +232335,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.String" }, { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -232127,11 +232400,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -232149,15 +232430,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStream", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -232174,11 +232451,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -232192,12 +232469,1365 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndStartCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Snapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSnapshot", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndOpenRead", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "DownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -234337,1429 +235967,1120 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UndeleteAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "AcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BlobBaseClient", + "AliasList": [], + "Type": { + "Namespace": "Azure.Storage.Blobs.Specialized", + "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "CanGenerateSasUri": "System.Boolean", + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "EndAcquireLease", + "Name": "WithSnapshot", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "snapshot", + "Type": "System.String" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "AcquireLeaseAsync", + "Name": "WithVersion", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", + "Name": "versionId", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "AcquireLeaseAsync", + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "RenewLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginRenewLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginRenewLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndRenewLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "ChangeLease", + "Name": "DownloadTo", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response" }, { - "Name": "BeginChangeLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginChangeLease", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndChangeLease", + "Name": "OpenRead", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenRead", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenRead", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.IO.Stream" }, { - "Name": "ChangeLeaseAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ReleaseLease", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginReleaseLease", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "BeginReleaseLease", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" + }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "BreakLease", + "Name": "AbortCopyFromUri", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Azure.Response" }, { - "Name": "BeginBreakLease", + "Name": "AbortCopyFromUriAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginBreakLease", + "Name": "SyncCopyFromUri", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" }, { - "Name": "BreakLeaseAsync", + "Name": "SyncCopyFromUriAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]" }, { - "Name": "BreakLeaseAsync", + "Name": "Delete", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Azure.Response" }, { - "Name": "StartCopy", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndStartCopy", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "StartCopyAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "StartCopyAsync", + "Name": "Undelete", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response" }, { - "Name": "StartCopyAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopyAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" }, { - "Name": "StartCopyAsync", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "AbortCopy", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "BeginAbortCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "BeginAbortCopy", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "AbortCopyAsync", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { - "Name": "copyId", - "Type": "System.String" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" }, { - "Name": "AbortCopyAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" }, { - "Name": "AbortCopyAsync", + "Name": "SetAccessTier", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "accessTier", + "Type": "Azure.Storage.Blobs.Models.AccessTier" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "Snapshot", + "Name": "SetAccessTierAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "accessTier", + "Type": "Azure.Storage.Blobs.Models.AccessTier" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginSnapshot", + "Name": "GetTags", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" }, { - "Name": "BeginSnapshot", + "Name": "GetTagsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSnapshot", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]" }, { - "Name": "SnapshotAsync", + "Name": "SetTags", "Parameters": [ { - "Name": "metadata", + "Name": "tags", "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Azure.Response" }, { - "Name": "SnapshotAsync", + "Name": "SetTagsAsync", "Parameters": [ { - "Name": "metadata", + "Name": "tags", "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginGetAccountProperties", + "Name": "GenerateSasUri", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "permissions", + "Type": "Azure.Storage.Sas.BlobSasPermissions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "expiresOn", + "Type": "System.DateTimeOffset" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Uri" }, { - "Name": "EndGetAccountProperties", + "Name": "GenerateSasUri", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "builder", + "Type": "Azure.Storage.Sas.BlobSasBuilder" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Uri" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -235780,11 +237101,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -235792,21 +237108,15 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -235816,11 +237126,19 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "blobContainerName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -235830,15 +237148,11 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -235848,15 +237162,15 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -235866,15 +237180,15 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -235884,15 +237198,15 @@ "Name": "", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -235906,16 +237220,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "BlobBaseClient", + "Name": "CloudBlobContainer", "AliasList": [], "Type": { - "Namespace": "Azure.Storage.Blobs.Specialized", - "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CanGenerateSasUri": "System.Boolean", - "AccountName": "System.String", - "BlobContainerName": "System.String", + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Name": "System.String", "Uri": "System.Uri" }, @@ -235923,1115 +237238,742 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "WithSnapshot", + "Name": "ChangeLease", "Parameters": [ { - "Name": "snapshot", + "Name": "proposedLeaseId", "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" - }, - { - "Name": "WithVersion", - "Parameters": [ + }, { - "Name": "versionId", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" - }, - { - "Name": "Download", - "Parameters": [], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - }, - { - "Name": "DownloadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" - }, - { - "Name": "Download", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - }, - { - "Name": "DownloadAsync", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "ReturnType": "System.String" }, { - "Name": "Download", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "range", - "Type": "Azure.HttpRange" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadAsync", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "range", - "Type": "Azure.HttpRange" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadTo", + "Name": "EndChangeLease", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.String" }, { - "Name": "DownloadTo", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ + }, { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadTo", - "Parameters": [ + }, { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadTo", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadTo", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Void" }, { - "Name": "DownloadToAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "OpenRead", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenRead", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenRead", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "allowBlobModifications", - "Type": "System.Boolean" - }, - { - "Name": "position", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "position", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "BreakLease", "Parameters": [ { - "Name": "allowBlobModifications", - "Type": "System.Boolean" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "position", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.TimeSpan" }, { - "Name": "StartCopyFromUri", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyFromUri", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyFromUriAsync", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + "ReturnType": "System.TimeSpan" }, { - "Name": "StartCopyFromUriAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "AbortCopyFromUri", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "AbortCopyFromUriAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "SyncCopyFromUri", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SyncCopyFromUriAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]" - }, - { - "Name": "Delete", - "Parameters": [ - { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DeleteAsync", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" - }, - { - "Name": "Undelete", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetProperties", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "GetPropertiesAsync", - "Parameters": [ - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetHttpHeaders", + "Name": "GetAccountPropertiesAsync", "Parameters": [ - { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetHttpHeadersAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "CreateSnapshot", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" + "ReturnType": "System.String" }, { - "Name": "CreateSnapshotAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" + "ReturnType": "System.String" }, { - "Name": "SetAccessTier", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessTier", - "Type": "Azure.Storage.Blobs.Models.AccessTier" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.String" }, { - "Name": "SetAccessTierAsync", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "accessTier", - "Type": "Azure.Storage.Blobs.Models.AccessTier" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "GetTags", - "Parameters": [ - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" + "ReturnType": "System.String" }, { - "Name": "GetTagsAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "SetTags", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "tags", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Azure.Response" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "SetTagsAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "tags", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "GenerateSasUri", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "permissions", - "Type": "Azure.Storage.Sas.BlobSasPermissions" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "expiresOn", - "Type": "System.DateTimeOffset" - } - ], - "ReturnType": "System.Uri" - }, - { - "Name": "GenerateSasUri", - "Parameters": [ - { - "Name": "builder", - "Type": "Azure.Storage.Sas.BlobSasBuilder" - } - ], - "ReturnType": "System.Uri" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "GetAppendBlobReference", "Parameters": [ - { - "Name": "connectionString", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobContainerName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "", + "Name": "GetAppendBlobReference", "Parameters": [ - { - "Name": "connectionString", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobContainerName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.String" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "relativeAddress", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CloudBlobContainer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "Create", "Parameters": [ @@ -239207,741 +240149,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -239962,11 +240172,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -240057,7 +240262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240113,7 +240318,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240131,7 +240336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -240303,52 +240508,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -240458,90 +240617,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -240556,10 +240657,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -240578,14 +240679,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -240600,14 +240705,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -240621,11 +240730,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -240651,45 +240764,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -240704,14 +240829,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -240730,15 +240859,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -240750,39 +240875,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -240795,7 +240898,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -240821,7 +240924,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -240831,13 +240934,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -240846,7 +240958,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -240864,7 +240976,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -240886,16 +240998,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -240909,18 +241017,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -240934,16 +241042,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -240968,58 +241072,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -241033,19 +241133,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -241063,19 +241159,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -241087,58 +241175,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -241148,32 +241258,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -241194,15 +241298,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -241217,18 +241317,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -241242,15 +241338,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -241276,57 +241368,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -241341,18 +241421,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -241371,59 +241447,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -241435,22 +241473,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -241464,22 +241494,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -241502,72 +241528,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -241579,25 +241585,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -241613,25 +241615,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -241642,38 +241644,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -241683,28 +241681,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -241718,23 +241730,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -241760,81 +241760,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -241849,26 +241813,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -241887,53 +241839,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -241943,10 +241861,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -241960,8 +241878,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -241982,47 +241908,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -242030,39 +241950,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242074,12 +241972,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -242093,14 +241995,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -242119,39 +242017,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -242159,17 +242053,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -242181,10 +242071,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -242199,10 +242103,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -242216,7 +242120,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -242242,32 +242146,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -242282,10 +242186,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -242304,11 +242208,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242325,8 +242233,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -242339,8 +242251,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242365,7 +242281,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -242375,13 +242291,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -242390,8 +242315,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242408,8 +242337,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242430,12 +242363,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242452,7 +242411,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -242466,12 +242425,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242496,7 +242451,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -242506,12 +242461,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -242521,12 +242476,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242543,12 +242494,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242569,11 +242516,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -242588,11 +242539,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -242605,11 +242564,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -242635,36 +242598,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -242679,14 +242663,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -242705,11 +242693,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242721,68 +242717,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -242791,26 +242778,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -242831,15 +242824,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -242854,18 +242847,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -242879,15 +242872,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -242913,57 +242906,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -242978,18 +242971,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -243008,11 +243001,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243024,17 +243025,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -243047,8 +243094,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243073,7 +243132,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -243083,21 +243142,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -243107,8 +243182,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243125,8 +243212,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243147,11 +243246,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -243164,21 +243271,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -243191,11 +243348,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -243221,53 +243390,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -243282,14 +243479,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -243308,11 +243517,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243324,17 +243549,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -243347,12 +243590,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -243373,46 +243612,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -243420,16 +243660,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -243444,15 +243688,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243466,15 +243706,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -243487,12 +243723,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243517,46 +243749,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243570,15 +243789,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -243596,21 +243811,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -243622,15 +243829,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -243643,18 +243846,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -243677,52 +243872,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -243734,21 +243912,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -243764,25 +243934,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -243793,34 +243983,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -243836,14 +244057,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -243861,12 +244082,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -243879,11 +244096,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -243909,7 +244126,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -243919,22 +244136,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -243943,11 +244151,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -243965,11 +244173,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -243991,11 +244199,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -244010,10 +244218,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -244027,11 +244235,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -244057,36 +244265,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -244101,14 +244309,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -244127,10 +244335,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -244144,10 +244370,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -244166,29 +244396,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -244209,11 +244419,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -245307,6 +245512,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -245326,11 +245536,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -245461,7 +245666,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -245485,7 +245690,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -245509,7 +245714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -245705,28 +245910,18 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", + "Name": "ChangeLease", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Create", - "Parameters": [ - { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -245734,33 +245929,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -245773,33 +245954,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -245821,66 +245984,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "EndChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndCreate", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -245891,14 +246045,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -245913,18 +246071,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -245933,85 +246087,113 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "CreateIfNotExists", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateIfNotExists", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateIfNotExists", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginCreateIfNotExists", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginCreateIfNotExists", + "Name": "ReleaseLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -246021,22 +246203,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BreakLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -246045,6 +246227,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -246058,15 +246250,765 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCreate", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { "Name": "options", @@ -247879,741 +248821,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -248634,11 +248844,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -248773,7 +248978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248797,7 +249002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -248821,7 +249026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249102,7 +249307,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249126,7 +249331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249150,7 +249355,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249333,7 +249538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249357,7 +249562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249381,7 +249586,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249628,7 +249833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -249693,6 +249898,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -249707,11 +249917,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -249758,7 +249963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -249788,6 +249993,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -249807,11 +250017,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -249851,7 +250056,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -249958,7 +250163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250026,7 +250231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -250091,6 +250296,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -250105,11 +250315,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -250142,7 +250347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250234,7 +250439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250304,7 +250509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -250334,6 +250539,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -250353,11 +250563,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -250403,7 +250608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250471,7 +250676,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250586,7 +250791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250604,7 +250809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250779,7 +250984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -250803,7 +251008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -251053,7 +251258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -251252,7 +251457,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -251461,7 +251666,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -251476,6 +251681,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -251500,16 +251725,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -251530,16 +251745,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -251694,7 +251899,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -251709,6 +251914,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -251733,16 +251958,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -251763,16 +251978,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -251969,7 +252174,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileDirectory, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShareDirectoryProperties": "Azure.Storage.Files.Shares.Models.ShareDirectoryProperties", "ShareDirectoryClient": "Azure.Storage.Files.Shares.ShareDirectoryClient", @@ -251981,6 +252186,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -252000,11 +252210,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -252072,6 +252277,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -253766,55 +254022,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -253835,11 +254045,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -253949,6 +254154,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -255485,24 +255710,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -255523,11 +255733,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -255600,7 +255805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255830,7 +256035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255997,6 +256202,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -257691,55 +257947,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -257760,11 +257970,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -257885,7 +258090,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -258053,6 +258258,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -259589,24 +259814,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -259627,11 +259837,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -259716,7 +259921,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -259865,7 +260070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -260021,7 +260226,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -260048,6 +260253,11 @@ ], "ReturnType": "Azure.Storage.Files.Shares.ShareFileClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -260067,11 +260277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -260139,6 +260344,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -261833,55 +262089,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -261902,11 +262112,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -262016,6 +262221,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -263552,24 +263777,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -263590,11 +263800,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -263671,184 +263876,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -264348,40 +264375,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -264393,46 +264430,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -264444,13 +264456,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -264463,19 +264487,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -264490,14 +264518,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -264511,11 +264539,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -264541,45 +264569,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -264594,14 +264622,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -264620,19 +264648,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -264642,15 +264662,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -264663,16 +264679,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -264693,72 +264701,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -264766,25 +264735,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -264793,28 +264750,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -264831,16 +264776,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -264853,16 +264790,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -264887,7 +264816,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -264897,30 +264826,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -264929,42 +264841,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -264976,25 +264854,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265007,10 +264873,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -265019,16 +264881,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265042,19 +264896,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -265067,16 +264913,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265101,84 +264939,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265190,25 +264977,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265221,24 +264996,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265252,10 +265019,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -265269,12 +265036,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265299,59 +265062,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265363,21 +265100,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -265390,24 +265119,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -265429,23 +265150,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -265458,12 +265167,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -265496,92 +265201,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -265601,21 +265247,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -265636,35 +265274,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -265679,56 +265305,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -265754,81 +265342,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -265843,26 +265401,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -265877,30 +265423,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -265914,23 +265462,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -265945,18 +265493,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -265969,16 +265517,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -265992,11 +265530,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -266011,27 +265563,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -266044,16 +265602,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -266078,7 +265628,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -266088,22 +265638,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -266112,12 +265653,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -266134,12 +265671,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -266160,11 +265693,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -266177,59 +265710,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -266243,19 +265750,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -266269,23 +265814,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -266300,10 +265837,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -266312,12 +265845,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -266334,12 +265863,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -266352,12 +265877,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -266382,7 +265903,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -266392,22 +265913,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -266416,12 +265928,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -266438,12 +265946,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -266464,10 +265968,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -266481,35 +265993,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -266524,19 +266036,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -266550,19 +266062,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -266588,7 +266100,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -266598,37 +266152,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -266638,19 +266192,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -266668,19 +266222,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -266702,19 +266256,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -266740,15 +266294,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -266766,11 +266362,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -266784,15 +266384,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -266818,7 +266418,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -266828,21 +266428,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -266852,15 +266460,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -266878,15 +266486,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -266908,18 +266516,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -266929,29 +266537,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -266961,37 +266569,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -266999,6 +266623,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -267012,48 +266646,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -267063,21 +266685,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -267087,15 +266725,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -267103,13 +266757,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -267122,8 +266770,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -267144,64 +266808,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -267216,10 +266857,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -267233,7 +266874,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -267259,32 +266900,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -267299,10 +266940,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -267321,11 +266962,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -267339,11 +266984,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -267356,8 +267005,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -267382,33 +267035,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -267422,11 +267088,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -267444,11 +267114,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -267462,11 +267136,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -267479,8 +267157,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -267505,33 +267187,68 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -267543,13 +267260,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -267562,23 +267287,27 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -267593,11 +267322,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -267610,15 +267347,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -267644,66 +267381,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -267716,24 +267444,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -267746,20 +267470,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -267774,36 +267502,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -267816,42 +267534,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -267877,51 +267595,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -267936,18 +267660,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -267962,36 +267686,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -268005,16 +267715,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268028,10 +267746,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -268045,8 +267763,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268071,33 +267793,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268111,11 +267837,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268133,14 +267863,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -268158,11 +267926,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -268176,11 +267952,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -268206,7 +267990,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -268216,21 +268000,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -268240,11 +268040,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -268262,11 +268070,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -268288,8 +268104,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268301,13 +268129,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -268320,8 +268206,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268346,33 +268248,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268386,11 +268337,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268408,22 +268375,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -268436,35 +268407,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -268479,20 +268468,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -268505,20 +268486,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268543,19 +268516,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -268569,10 +268560,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -268585,7 +268572,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -268595,38 +268582,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -268635,20 +268606,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268665,20 +268628,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268699,20 +268654,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -268737,30 +268684,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -268773,17 +268766,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -268800,20 +268793,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -268827,15 +268846,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -268861,7 +268876,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -268871,29 +268886,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -268903,15 +268958,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -268926,18 +269015,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -268951,6 +269070,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -268959,18 +269132,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -268982,26 +269159,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -269010,23 +269187,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -269036,29 +269221,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -269068,14 +269257,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -269089,11 +269278,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -269106,6 +269311,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -269125,11 +269335,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -269202,7 +269407,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269432,7 +269637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -269599,6 +269804,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -271293,55 +271549,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -271362,11 +271572,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -271487,7 +271692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271655,6 +271860,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -273191,24 +273416,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -273229,11 +273439,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -273318,7 +273523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -273490,7 +273695,31 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -273511,20 +273740,72 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -273551,18 +273832,40 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -273576,6 +273879,10 @@ "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -273583,322 +273890,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -274166,40 +274193,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274211,46 +274248,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274262,13 +274274,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274281,19 +274305,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -274308,14 +274336,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -274329,11 +274357,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -274359,45 +274387,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -274412,14 +274440,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -274438,19 +274466,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -274460,15 +274480,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -274481,16 +274497,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -274511,72 +274519,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -274584,25 +274553,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -274611,28 +274568,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274649,16 +274594,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -274671,16 +274608,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274705,7 +274634,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -274715,30 +274644,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -274747,42 +274659,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274794,25 +274672,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274825,10 +274691,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -274837,16 +274699,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274860,19 +274714,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -274885,16 +274731,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -274919,84 +274757,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275008,25 +274795,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275039,24 +274814,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275070,10 +274837,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -275087,12 +274854,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275117,59 +274880,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275181,21 +274918,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275208,24 +274937,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -275247,23 +274968,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -275276,12 +274985,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -275314,92 +275019,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -275419,21 +275065,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -275454,35 +275092,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -275497,56 +275123,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -275572,81 +275160,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -275661,26 +275219,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -275695,30 +275241,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -275732,23 +275280,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -275763,18 +275311,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -275787,16 +275335,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -275810,11 +275348,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -275829,27 +275381,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -275862,16 +275420,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275896,7 +275446,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -275906,22 +275456,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -275930,12 +275471,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275952,12 +275489,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -275978,11 +275511,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -275995,59 +275528,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -276061,19 +275568,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -276087,23 +275632,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -276118,10 +275655,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -276130,12 +275663,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -276152,12 +275681,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -276170,12 +275695,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -276200,7 +275721,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -276210,22 +275731,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -276234,12 +275746,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -276256,12 +275764,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -276282,10 +275786,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -276299,35 +275811,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -276342,19 +275854,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -276368,19 +275880,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -276406,7 +275918,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -276416,37 +275970,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -276456,19 +276010,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -276486,19 +276040,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -276520,19 +276074,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -276558,15 +276112,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -276584,11 +276180,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -276602,15 +276202,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -276636,7 +276236,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -276646,21 +276246,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -276670,15 +276278,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -276696,15 +276304,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -276726,18 +276334,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -276747,29 +276355,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -276779,37 +276387,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -276817,6 +276441,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -276830,48 +276464,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -276881,21 +276503,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -276905,15 +276543,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -276921,13 +276575,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -276940,8 +276588,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -276962,64 +276626,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -277034,10 +276675,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -277051,7 +276692,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -277077,32 +276718,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -277117,10 +276758,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -277139,11 +276780,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277157,11 +276802,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -277174,8 +276823,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277200,33 +276853,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277240,11 +276906,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277262,11 +276932,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277280,11 +276954,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -277297,8 +276975,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277323,33 +277005,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277363,11 +277058,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277385,18 +277084,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -277411,11 +277140,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -277428,15 +277165,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -277462,66 +277199,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -277534,24 +277262,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -277564,20 +277288,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -277592,36 +277320,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -277634,42 +277352,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -277695,51 +277413,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -277754,18 +277478,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -277780,36 +277504,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -277823,16 +277533,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277846,10 +277564,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -277863,8 +277581,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277889,33 +277611,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277929,11 +277655,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -277951,14 +277681,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -277976,11 +277744,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -277994,11 +277770,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -278024,7 +277808,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -278034,21 +277818,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -278058,11 +277858,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -278080,11 +277888,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -278106,8 +277922,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -278119,13 +277947,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -278138,8 +278024,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -278164,33 +278066,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -278204,11 +278155,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -278226,22 +278193,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -278254,35 +278225,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -278297,20 +278286,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -278323,20 +278304,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -278361,19 +278334,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -278387,10 +278378,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -278403,7 +278390,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -278413,38 +278400,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -278453,20 +278424,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -278483,20 +278446,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -278517,20 +278472,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -278555,30 +278502,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -278591,17 +278584,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -278618,20 +278611,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -278645,15 +278664,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -278679,7 +278694,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -278689,29 +278704,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -278721,15 +278776,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -278744,18 +278833,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -278769,6 +278888,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -278777,18 +278950,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -278800,26 +278977,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -278828,23 +279005,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -278854,29 +279039,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -278886,14 +279075,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -278907,11 +279096,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -278924,6 +279129,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -278943,11 +279153,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -279008,7 +279213,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279157,7 +279362,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279370,7 +279575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -279435,6 +279640,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -279449,11 +279659,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -279498,7 +279703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -279537,6 +279742,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -279556,11 +279766,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -279600,7 +279805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279731,7 +279936,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -279799,7 +280004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -279864,6 +280069,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -279878,11 +280088,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -279939,7 +280144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280007,7 +280212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -280046,6 +280251,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -280065,11 +280275,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -280115,7 +280320,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280183,7 +280388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280298,7 +280503,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280316,7 +280521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280427,7 +280632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280451,7 +280656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280617,7 +280822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280752,7 +280957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -280860,7 +281065,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", "ShareClient": "Azure.Storage.Files.Shares.ShareClient", @@ -280875,6 +281080,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -280894,11 +281104,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -280966,6 +281171,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -282660,55 +282916,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -282729,11 +282939,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -282824,7 +283029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282842,7 +283047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -282860,7 +283065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283066,7 +283271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283090,7 +283295,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283114,7 +283319,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -283281,6 +283486,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -284975,55 +285231,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -285044,11 +285254,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -285145,7 +285350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285169,7 +285374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285193,7 +285398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285342,7 +285547,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285366,7 +285571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285390,7 +285595,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285604,7 +285809,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285837,7 +286042,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286010,7 +286215,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286206,7 +286411,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286224,7 +286429,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286335,7 +286540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286359,7 +286564,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286525,7 +286730,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286660,7 +286865,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -286768,7 +286973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -286829,6 +287034,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -286843,11 +287053,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -286923,7 +287128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -286988,6 +287193,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -287002,11 +287212,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -287035,7 +287240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -287096,6 +287301,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -287110,11 +287320,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -287374,7 +287579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -287439,6 +287644,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -287453,11 +287663,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -287587,7 +287792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Deleted": "System.Nullable`1[System.Boolean]", @@ -287648,6 +287853,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -287662,11 +287872,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -287804,7 +288009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters", "Status": "System.String", @@ -287814,6 +288019,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -287833,11 +288043,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -287926,7 +288131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -287991,6 +288196,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -288005,11 +288215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -288054,7 +288259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", "GenericTypeArguments": [], @@ -288072,7 +288277,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288090,7 +288295,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288221,7 +288426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", "GenericTypeArguments": [], @@ -288245,7 +288450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288269,7 +288474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288385,7 +288590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", "GenericTypeArguments": [], @@ -288409,7 +288614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288433,7 +288638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288501,7 +288706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -288566,6 +288771,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -288580,11 +288790,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -288641,7 +288846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", "GenericTypeArguments": [], @@ -288665,7 +288870,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288689,7 +288894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288781,7 +288986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", "GenericTypeArguments": [], @@ -288805,7 +289010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288829,7 +289034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -288964,7 +289169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -289029,6 +289234,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -289043,11 +289253,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -289094,7 +289299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289202,7 +289407,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289272,7 +289477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -289337,6 +289542,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -289351,11 +289561,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -289388,7 +289593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289482,7 +289687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289550,7 +289755,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -289974,11 +290179,16 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -289998,11 +290208,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -290100,7 +290305,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -290118,7 +290323,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290172,7 +290377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290328,7 +290533,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -290352,7 +290557,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290424,7 +290629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290532,7 +290737,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290572,6 +290777,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -290591,11 +290801,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -290663,7 +290868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290699,7 +290904,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -290732,6 +290937,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -290756,16 +290981,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -290786,16 +291001,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -290855,7 +291060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -290903,7 +291108,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -290942,6 +291147,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -290966,16 +291191,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -290996,16 +291211,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -291055,7 +291260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -291068,6 +291273,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291087,11 +291297,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291177,7 +291382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -291242,6 +291447,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -291256,11 +291466,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291287,7 +291492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -291346,6 +291551,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -291360,11 +291570,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291403,7 +291608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -291416,6 +291621,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -291435,11 +291645,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -291524,7 +291729,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -291905,7 +292110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -291999,7 +292204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -292064,6 +292269,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -292078,11 +292288,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292261,7 +292466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -292326,6 +292531,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -292340,11 +292550,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292429,7 +292634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -292497,7 +292702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -292556,6 +292761,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -292570,11 +292780,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292737,7 +292942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -292796,6 +293001,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -292810,11 +293020,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -292909,7 +293114,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -292979,7 +293184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -292992,6 +293197,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -293011,11 +293221,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -293144,7 +293349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -293157,6 +293362,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -293176,11 +293386,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -293239,7 +293444,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293358,7 +293563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -293423,6 +293628,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -293437,11 +293647,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -293508,7 +293713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293617,7 +293822,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293653,7 +293858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293671,7 +293876,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293743,7 +293948,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -293820,7 +294025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -293971,6 +294176,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -293990,11 +294200,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -294016,7 +294221,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294052,7 +294257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294355,8 +294560,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -294368,7 +294572,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294497,7 +294701,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294636,7 +294840,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294684,7 +294888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -294785,7 +294989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -294936,6 +295140,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -294955,11 +295164,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -294987,7 +295191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295011,7 +295215,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295242,8 +295446,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -295261,7 +295464,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295356,7 +295559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295455,7 +295658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295594,7 +295797,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295642,7 +295845,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295743,7 +295946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -295894,6 +296097,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -295913,11 +296121,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -295945,7 +296148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -295969,7 +296172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296200,8 +296403,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -296219,7 +296421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296314,7 +296516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296485,7 +296687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296624,7 +296826,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296672,7 +296874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296773,7 +296975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -296924,6 +297126,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -296943,11 +297150,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -296975,7 +297177,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -296999,7 +297201,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297230,8 +297432,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -297249,7 +297450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297563,7 +297764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297702,7 +297903,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297750,7 +297951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -297851,7 +298052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -298002,6 +298203,11 @@ ], "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -298021,11 +298227,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -298053,7 +298254,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298077,7 +298278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298308,8 +298509,7 @@ "None", "StorageFileDataSmbShareContributor", "StorageFileDataSmbShareReader", - "StorageFileDataSmbShareElevatedContributor", - "StorageFileDataSmbShareOwner" + "StorageFileDataSmbShareElevatedContributor" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -298327,7 +298527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -298429,7 +298629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -298442,6 +298642,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -298461,11 +298666,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -298544,7 +298744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -298609,6 +298809,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -298623,11 +298828,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -298672,7 +298872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -298692,7 +298892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -298705,6 +298905,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -298724,11 +298929,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -298857,7 +299057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -298977,7 +299177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -298990,6 +299190,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -299009,11 +299214,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -299103,7 +299303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -299168,6 +299368,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -299182,11 +299387,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -299219,7 +299419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -299287,7 +299487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -299352,6 +299552,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -299366,11 +299571,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -299405,7 +299605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -299418,6 +299618,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -299437,11 +299642,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -299555,7 +299755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -299649,7 +299849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -299662,6 +299862,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -299681,11 +299886,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -299826,7 +300026,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -299910,6 +300110,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -299929,11 +300134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -300082,76 +300282,16 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Create", - "Parameters": [ - { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Create", + "Name": "ChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" - }, - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreate", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -300159,32 +300299,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -300198,15 +300326,824 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { "Name": "options", @@ -302255,6 +303192,597 @@ ], "ReturnType": "System.Threading.Tasks.Task" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CloudBlob", + "AliasList": [ + "ICloudBlob" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "IsDeleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "RenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "ChangeLease", "Parameters": [ @@ -302708,8 +304236,38 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "BeginGetAccountProperties", + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -302722,10 +304280,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -302744,35 +304314,56 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -302780,13 +304371,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -302798,307 +304401,336 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "AbortCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "copyId", "Type": "System.String" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ + "Name": "callback", + "Type": "System.AsyncCallback" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "EndAbortCopy", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlockBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlockBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAppendBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAppendBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReference", + "Name": "Snapshot", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetBlobReference", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetDirectoryReference", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "relativeAddress", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetHashCode", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CloudBlob", - "AliasList": [ - "ICloudBlob" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "IsDeleted": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -303106,13 +304738,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -303124,129 +304764,114 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetAccountProperties", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { "Name": "OpenRead", @@ -305557,1429 +307182,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAcquireLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "RenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Snapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSnapshot", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -307000,11 +307205,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -307153,7 +307353,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307171,7 +307371,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307204,6 +307404,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -307228,16 +307448,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -307258,16 +307468,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -307332,7 +307532,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307350,7 +307550,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307600,7 +307800,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307624,7 +307824,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307663,6 +307863,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -307687,16 +307907,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -307717,16 +307927,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -307809,7 +308009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -307833,7 +308033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308079,76 +308279,16 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Create", - "Parameters": [ - { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Create", + "Name": "ChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" - }, - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreate", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -308156,32 +308296,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -308195,15 +308323,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -308225,80 +308353,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "CreateAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -308307,85 +308412,43 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateIfNotExists", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExists", - "Parameters": [ - { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExists", - "Parameters": [ - { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" - }, - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCreateIfNotExists", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreateIfNotExists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -308393,32 +308456,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -308432,15 +308479,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -308462,68 +308505,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateIfNotExists", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -308534,14 +308554,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -308556,37 +308576,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "BreakLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Delete", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -308600,11 +308598,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDelete", + "Name": "BeginBreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -308617,8 +308619,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginBreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -308643,51 +308649,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.TimeSpan" }, { - "Name": "DeleteAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DeleteAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DeleteAsync", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -308699,17 +308700,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DeleteIfExists", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -308721,12 +308722,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -308740,14 +308745,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -308766,39 +308767,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -308806,17 +308803,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -308828,21 +308821,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetBlobReferenceFromServer", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -308850,213 +308835,231 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndGetBlobReferenceFromServer", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "GetPageBlobReference", "Parameters": [ { "Name": "blobName", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "GetPageBlobReference", "Parameters": [ { "Name": "blobName", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { "Name": "blobName", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { "Name": "blobName", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "ListBlobs", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "prefix", + "Name": "blobName", "Type": "System.String" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" - }, + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" - }, + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ListBlobsSegmented", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "relativeAddress", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, { - "Name": "ListBlobsSegmented", + "Name": "Create", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListBlobsSegmented", + "Name": "Create", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -309064,15 +309067,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginCreate", "Parameters": [ - { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -309085,15 +309084,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginCreate", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -309107,27 +309106,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginCreate", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { "Name": "options", @@ -309149,96 +309162,101 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListBlobsSegmented", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListBlobsSegmentedAsync", - "Parameters": [ - { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "CreateAsync", "Parameters": [ - { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -309246,57 +309264,65 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Boolean" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissions", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -309304,16 +309330,32 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPermissions", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -309327,15 +309369,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPermissions", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { "Name": "options", @@ -309357,49 +309399,86 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPermissions", + "Name": "EndCreateIfNotExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "CreateIfNotExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetPermissionsAsync", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetPermissionsAsync", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { "Name": "options", @@ -309408,20 +309487,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetPermissionsAsync", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { "Name": "options", @@ -309436,10 +309519,10 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetPermissions", + "Name": "Delete", "Parameters": [ { "Name": "accessCondition", @@ -309454,10 +309537,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "ReturnType": "System.Void" }, { - "Name": "BeginGetPermissions", + "Name": "BeginDelete", "Parameters": [ { "Name": "callback", @@ -309471,7 +309554,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetPermissions", + "Name": "BeginDelete", "Parameters": [ { "Name": "accessCondition", @@ -309497,32 +309580,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPermissions", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "ReturnType": "System.Void" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -309537,10 +309620,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -309559,13 +309642,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Exists", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -309576,7 +309663,7 @@ "ReturnType": "System.Boolean" }, { - "Name": "BeginExists", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -309590,8 +309677,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginDeleteIfExists", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -309612,7 +309703,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", @@ -309622,12 +309713,12 @@ "ReturnType": "System.Boolean" }, { - "Name": "ExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", @@ -309637,22 +309728,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -309660,20 +309741,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -309691,8 +309768,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "FetchAttributes", + "Name": "GetBlobReferenceFromServer", "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -309706,11 +309787,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -309723,8 +309808,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -309749,33 +309838,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetBlobReferenceFromServer", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetBlobReferenceFromServerAsync", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -309789,11 +309891,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -309811,14 +309917,22 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "SetMetadata", + "Name": "ListBlobs", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "useFlatBlobListing", + "Type": "System.Boolean" + }, + { + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" }, { "Name": "options", @@ -309829,11 +309943,73 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" }, { - "Name": "BeginSetMetadata", + "Name": "ListBlobsSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "useFlatBlobListing", + "Type": "System.Boolean" + }, + { + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + }, + { + "Name": "BeginListBlobsSegmented", "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -309846,11 +310022,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListBlobsSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "useFlatBlobListing", + "Type": "System.Boolean" + }, + { + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -309872,36 +310086,93 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndListBlobsSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListBlobsSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "SetMetadataAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "SetMetadataAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + }, + { + "Name": "ListBlobsSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + }, + { + "Name": "ListBlobsSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "useFlatBlobListing", + "Type": "System.Boolean" + }, + { + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -309912,14 +310183,30 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "SetMetadataAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "useFlatBlobListing", + "Type": "System.Boolean" + }, + { + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -309934,18 +310221,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "AcquireLease", + "Name": "SetPermissions", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "accessCondition", @@ -309960,18 +310243,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginAcquireLease", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "callback", @@ -309985,15 +310264,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "accessCondition", @@ -310019,57 +310294,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndSetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "accessCondition", @@ -310084,18 +310347,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "accessCondition", @@ -310114,10 +310373,10 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "GetPermissions", "Parameters": [ { "Name": "accessCondition", @@ -310132,15 +310391,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "BeginRenewLease", + "Name": "BeginGetPermissions", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -310153,7 +310408,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginGetPermissions", "Parameters": [ { "Name": "accessCondition", @@ -310179,41 +310434,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndGetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetPermissionsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPermissionsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "accessCondition", @@ -310228,10 +310474,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "accessCondition", @@ -310250,21 +310496,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "ChangeLease", + "Name": "Exists", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -310272,19 +310510,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginChangeLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -310297,16 +310527,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -310327,58 +310549,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -310386,20 +310597,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -310414,10 +310625,10 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLease", + "Name": "FetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -310435,12 +310646,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -310453,7 +310660,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -310479,7 +310686,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -310489,22 +310696,13 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -310513,7 +310711,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -310531,7 +310729,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -310553,12 +310751,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -310572,15 +310766,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -310593,12 +310783,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -310623,46 +310809,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -310674,17 +310865,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "AcquireLease", "Parameters": [ { - "Name": "breakPeriod", + "Name": "leaseTime", "Type": "System.Nullable`1[System.TimeSpan]" }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -310696,17 +310895,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.String" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -310719,10 +310922,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -310741,35 +310956,64 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -310777,13 +311021,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -310795,13 +311051,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountProperties", + "Name": "RenewLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -310809,185 +311069,130 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "EndRenewLease", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlockBlobReference", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlockBlobReference", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAppendBlobReference", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReference", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -311008,11 +311213,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -311101,7 +311301,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311125,7 +311325,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311164,6 +311364,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -311188,16 +311408,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -311218,16 +311428,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -311310,7 +311510,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311334,7 +311534,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -311567,52 +311767,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -311722,90 +311876,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -311820,10 +311916,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -311842,14 +311938,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -311864,14 +311964,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -311885,11 +311989,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -311915,45 +312023,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -311968,14 +312088,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -311994,15 +312118,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -312014,39 +312134,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -312059,7 +312157,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -312085,7 +312183,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -312095,13 +312193,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -312110,7 +312217,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -312128,7 +312235,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -312150,16 +312257,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -312173,18 +312276,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -312198,16 +312301,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -312232,58 +312331,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -312297,19 +312392,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -312327,19 +312418,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -312351,58 +312434,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -312412,32 +312517,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -312458,15 +312557,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -312481,18 +312576,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -312506,15 +312597,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -312540,57 +312627,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -312605,18 +312680,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -312635,59 +312706,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -312699,22 +312732,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -312728,22 +312753,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -312766,72 +312787,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -312843,25 +312844,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -312877,25 +312874,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -312906,38 +312903,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -312947,28 +312940,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -312982,23 +312989,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -313024,81 +313019,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -313113,26 +313072,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -313151,53 +313098,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -313207,10 +313120,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -313224,8 +313137,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -313246,47 +313167,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -313294,39 +313209,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313338,12 +313231,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -313357,14 +313254,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -313383,39 +313276,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -313423,17 +313312,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -313445,10 +313330,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -313463,10 +313362,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -313480,7 +313379,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -313506,32 +313405,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -313546,10 +313445,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -313568,11 +313467,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313589,8 +313492,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -313603,8 +313510,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313629,7 +313540,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -313639,13 +313550,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -313654,8 +313574,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313672,8 +313596,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313694,12 +313622,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313716,7 +313670,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -313730,12 +313684,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313760,7 +313710,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -313770,12 +313720,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -313785,12 +313735,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313807,12 +313753,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313833,11 +313775,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -313852,11 +313798,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -313869,11 +313823,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -313899,36 +313857,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -313943,14 +313922,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -313969,11 +313952,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -313985,68 +313976,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -314055,26 +314037,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314095,15 +314083,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -314118,18 +314106,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -314143,15 +314131,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -314177,57 +314165,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -314242,18 +314230,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -314272,11 +314260,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314288,17 +314284,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -314311,8 +314353,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314337,7 +314391,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -314347,21 +314401,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -314371,8 +314441,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314389,8 +314471,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314411,11 +314505,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -314428,21 +314530,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -314455,11 +314607,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -314485,53 +314649,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -314546,14 +314738,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -314572,11 +314776,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314588,17 +314808,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -314611,12 +314849,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -314637,46 +314871,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -314684,16 +314919,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -314708,15 +314947,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314730,15 +314965,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -314751,12 +314982,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314781,46 +315008,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314834,15 +315048,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -314860,21 +315070,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -314886,15 +315088,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -314907,18 +315105,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -314941,52 +315131,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -314998,21 +315171,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -315028,25 +315193,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -315057,34 +315242,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -315100,14 +315316,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -315125,12 +315341,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -315143,11 +315355,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -315173,7 +315385,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -315183,22 +315395,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -315207,11 +315410,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -315229,11 +315432,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -315255,11 +315458,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -315274,10 +315477,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -315291,11 +315494,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -315321,36 +315524,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -315365,14 +315568,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -315391,10 +315594,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -315408,10 +315629,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -315430,29 +315655,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -315473,11 +315678,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -315638,7 +315838,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315662,7 +315862,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315701,6 +315901,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -315725,16 +315945,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -315755,16 +315965,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -315847,7 +316047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -315871,7 +316071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316082,7 +316282,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316106,7 +316306,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316145,6 +316345,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -316169,16 +316389,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -316199,16 +316409,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -316291,7 +316491,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316315,7 +316515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316505,7 +316705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -316518,6 +316718,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -316537,11 +316742,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -316620,7 +316820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -316685,6 +316885,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -316699,11 +316904,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -316748,7 +316948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", "GenericTypeArguments": [], @@ -316766,7 +316966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -316784,7 +316984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -316814,6 +317014,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -316833,11 +317038,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -316966,7 +317166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", "GenericTypeArguments": [], @@ -316990,7 +317190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317108,7 +317308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -317138,6 +317338,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -317157,11 +317362,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317251,7 +317451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -317316,6 +317516,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -317330,11 +317535,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317367,7 +317567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", "GenericTypeArguments": [], @@ -317391,7 +317591,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317459,7 +317659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -317524,6 +317724,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -317538,11 +317743,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317575,7 +317775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -317605,6 +317805,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -317624,11 +317829,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -317742,7 +317942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", "GenericTypeArguments": [], @@ -317766,7 +317966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -317858,7 +318058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", "SystemData": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", @@ -317888,6 +318088,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -317907,11 +318112,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -318052,7 +318252,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", "AccessPolicy": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy", @@ -318101,6 +318301,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobContainerClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -318120,11 +318325,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -318194,6 +318394,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -318218,16 +318438,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -318248,16 +318458,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -318282,7 +318482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318474,6 +318674,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -318498,16 +318718,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -318528,16 +318738,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -318568,7 +318768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318758,7 +318958,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318874,7 +319074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -318892,7 +319092,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319167,7 +319367,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319191,7 +319391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319381,7 +319581,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -319412,6 +319612,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -319431,11 +319636,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -319458,7 +319658,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319473,6 +319673,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -319497,16 +319717,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -319527,16 +319737,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -319561,7 +319761,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", "GenericTypeArguments": [], @@ -319579,7 +319779,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319727,7 +319927,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -319742,6 +319942,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -319766,16 +319986,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -319796,16 +320006,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -319836,7 +320036,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", "GenericTypeArguments": [], @@ -319860,7 +320060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -320050,7 +320250,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -320077,6 +320277,11 @@ ], "ReturnType": "Azure.Storage.Files.Shares.ShareFileClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -320096,11 +320301,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -320168,6 +320368,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -321862,55 +322113,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -321931,11 +322136,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -322045,6 +322245,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -323581,24 +323801,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -323619,11 +323824,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -323716,7 +323916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323734,7 +323934,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323752,7 +323952,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -323894,7 +324094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324026,7 +324226,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324050,7 +324250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324074,7 +324274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324218,7 +324418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -324265,6 +324465,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -325959,55 +326210,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -326028,11 +326233,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -326179,7 +326379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326203,7 +326403,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326227,7 +326427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326371,7 +326571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -326419,6 +326619,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -327955,24 +328175,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -327993,11 +328198,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -328108,7 +328308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328132,7 +328332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328156,7 +328356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328300,7 +328500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328379,7 +328579,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328403,7 +328603,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328427,7 +328627,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328571,7 +328771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -328607,7 +328807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -328646,6 +328846,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -328665,11 +328870,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -328748,7 +328948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -328813,6 +329013,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -328827,11 +329032,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -328858,7 +329058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -328897,6 +329097,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -328916,11 +329121,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -329014,7 +329214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", "GenericTypeArguments": [], @@ -329193,7 +329393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", "GenericTypeArguments": [], @@ -329311,7 +329511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -329350,6 +329550,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -329369,11 +329574,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -329463,7 +329663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -329528,6 +329728,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -329542,11 +329747,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -329651,7 +329851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", "GenericTypeArguments": [], @@ -329886,7 +330086,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -329904,7 +330104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330115,7 +330315,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330139,7 +330339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330256,6 +330456,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -330275,11 +330480,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -330312,7 +330512,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330327,6 +330527,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -330351,16 +330571,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -330381,16 +330591,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -330473,7 +330673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330557,7 +330757,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330572,6 +330772,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -330596,16 +330816,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -330626,16 +330836,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -330742,7 +330942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330859,6 +331059,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -330878,11 +331083,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -330915,7 +331115,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -330930,6 +331130,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -330954,16 +331174,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -330984,16 +331194,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -331018,7 +331218,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331033,6 +331233,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -331057,16 +331277,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -331087,16 +331297,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -331181,7 +331381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331265,7 +331465,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331280,6 +331480,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -331304,16 +331524,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -331334,16 +331544,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -331374,7 +331574,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.ServiceMetricsType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331389,6 +331589,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -331413,16 +331633,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -331443,16 +331653,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -331561,7 +331761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -331669,7 +331869,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShareProperties": "Azure.Storage.Files.Shares.Models.ShareProperties", "ShareClient": "Azure.Storage.Files.Shares.ShareClient", @@ -331684,6 +331884,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -331703,11 +331908,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -331778,6 +331978,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -333472,55 +333723,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -333541,11 +333746,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -334016,6 +334216,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -335710,55 +335961,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -335779,11 +335984,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -336305,7 +336505,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -336323,7 +336523,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -336632,7 +336832,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -336656,7 +336856,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -336905,7 +337105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -336929,7 +337129,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -337201,7 +337401,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -337219,7 +337419,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -337430,7 +337630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -337454,7 +337654,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -337562,7 +337762,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -337646,6 +337846,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -337665,11 +337870,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -337777,52 +337977,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -337932,90 +338086,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -338030,10 +338126,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -338052,14 +338148,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -338074,14 +338174,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -338095,11 +338199,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -338125,45 +338233,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -338178,14 +338298,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -338204,15 +338328,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -338224,39 +338344,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -338269,7 +338367,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -338295,7 +338393,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -338305,13 +338403,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -338320,7 +338427,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -338338,7 +338445,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -338360,16 +338467,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -338383,18 +338486,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -338408,16 +338511,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -338442,58 +338541,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -338507,19 +338602,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -338537,19 +338628,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -338561,58 +338644,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -338622,32 +338727,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -338668,15 +338767,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -338691,18 +338786,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -338716,15 +338807,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -338750,57 +338837,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -338815,18 +338890,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -338845,59 +338916,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -338909,22 +338942,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -338938,22 +338963,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -338976,72 +338997,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -339053,25 +339054,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -339087,25 +339084,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -339116,38 +339113,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -339157,28 +339150,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -339192,23 +339199,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -339234,81 +339229,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -339323,26 +339282,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -339361,53 +339308,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -339417,10 +339330,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -339434,8 +339347,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -339456,47 +339377,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -339504,39 +339419,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -339548,12 +339441,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -339567,14 +339464,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -339593,39 +339486,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -339633,17 +339522,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -339655,10 +339540,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -339673,10 +339572,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -339690,7 +339589,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -339716,32 +339615,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -339756,10 +339655,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -339778,11 +339677,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -339799,8 +339702,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -339813,8 +339720,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -339839,7 +339750,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -339849,13 +339760,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -339864,8 +339784,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -339882,8 +339806,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -339904,12 +339832,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -339926,7 +339880,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -339940,12 +339894,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -339970,7 +339920,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -339980,12 +339930,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -339995,12 +339945,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340017,12 +339963,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340043,11 +339985,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -340062,11 +340008,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -340079,11 +340033,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -340109,36 +340067,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -340153,14 +340132,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -340179,11 +340162,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340195,68 +340186,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -340265,26 +340247,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340305,15 +340293,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -340328,18 +340316,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -340353,15 +340341,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -340387,57 +340375,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -340452,18 +340440,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -340482,11 +340470,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340498,17 +340494,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -340521,8 +340563,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340547,7 +340601,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -340557,21 +340611,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -340581,8 +340651,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340599,8 +340681,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340621,11 +340715,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -340638,21 +340740,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -340665,11 +340817,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -340695,53 +340859,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -340756,14 +340948,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -340782,11 +340986,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340798,17 +341018,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -340821,12 +341059,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -340847,46 +341081,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -340894,16 +341129,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -340918,15 +341157,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340940,15 +341175,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -340961,12 +341192,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -340991,46 +341218,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -341044,15 +341258,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -341070,21 +341280,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -341096,15 +341298,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -341117,18 +341315,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -341151,52 +341341,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -341208,21 +341381,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -341238,25 +341403,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -341267,34 +341452,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -341310,14 +341526,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -341335,12 +341551,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -341353,11 +341565,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -341383,7 +341595,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -341393,22 +341605,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -341417,11 +341620,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -341439,11 +341642,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -341465,11 +341668,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -341484,10 +341687,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -341501,11 +341704,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -341531,36 +341734,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -341575,14 +341778,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -341601,10 +341804,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -341618,10 +341839,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -341640,29 +341865,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -341683,11 +341888,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -342775,6 +342975,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -342794,11 +342999,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -342937,6 +343137,743 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, { "Name": "Create", "Parameters": [ @@ -345112,741 +346049,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -345867,11 +346072,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -346004,6 +346204,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -347698,55 +347949,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -347767,11 +347972,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -347881,6 +348081,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -349417,24 +349637,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -349455,11 +349660,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -349557,7 +349757,31 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -349578,20 +349802,72 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -349618,18 +349894,40 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -349643,6 +349941,10 @@ "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -349650,322 +349952,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -350233,40 +350255,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350278,46 +350310,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350329,13 +350336,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350348,19 +350367,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -350375,14 +350398,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -350396,11 +350419,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -350426,45 +350449,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -350479,14 +350502,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -350505,19 +350528,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -350527,15 +350542,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -350548,16 +350559,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -350578,72 +350581,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -350651,25 +350615,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -350678,28 +350630,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350716,16 +350656,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -350738,16 +350670,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350772,7 +350696,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -350782,30 +350706,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -350814,42 +350721,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350861,25 +350734,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350892,10 +350753,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -350904,16 +350761,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350927,19 +350776,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -350952,16 +350793,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -350986,84 +350819,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -351075,25 +350857,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -351106,24 +350876,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -351137,10 +350899,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -351154,12 +350916,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -351184,59 +350942,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -351248,21 +350980,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -351275,24 +350999,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -351314,23 +351030,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -351343,12 +351047,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -351381,92 +351081,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -351486,21 +351127,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -351521,35 +351154,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -351564,56 +351185,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -351639,81 +351222,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -351728,26 +351281,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -351762,30 +351303,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -351799,23 +351342,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -351830,18 +351373,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -351854,16 +351397,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -351877,11 +351410,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -351896,27 +351443,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -351929,16 +351482,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -351963,7 +351508,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -351973,22 +351518,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -351997,12 +351533,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -352019,12 +351551,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -352045,11 +351573,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -352062,59 +351590,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -352128,19 +351630,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -352154,23 +351694,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -352185,10 +351717,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -352197,12 +351725,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -352219,12 +351743,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -352237,12 +351757,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -352267,7 +351783,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -352277,22 +351793,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -352301,12 +351808,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -352323,12 +351826,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -352349,10 +351848,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -352366,35 +351873,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -352409,19 +351916,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -352435,19 +351942,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -352473,7 +351980,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -352483,37 +352032,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -352523,19 +352072,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -352553,19 +352102,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -352587,19 +352136,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -352625,15 +352174,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -352651,11 +352242,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -352669,15 +352264,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -352703,7 +352298,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -352713,21 +352308,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -352737,15 +352340,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -352763,15 +352366,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -352793,18 +352396,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -352814,29 +352417,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -352846,37 +352449,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -352884,6 +352503,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -352897,48 +352526,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -352948,21 +352565,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -352972,15 +352605,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -352988,13 +352637,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -353007,8 +352650,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -353029,64 +352688,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -353101,10 +352737,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -353118,7 +352754,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -353144,32 +352780,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -353184,10 +352820,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -353206,11 +352842,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353224,11 +352864,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -353241,8 +352885,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353267,33 +352915,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353307,11 +352968,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353329,11 +352994,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353347,11 +353016,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -353364,8 +353037,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353390,33 +353067,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353430,11 +353120,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353452,18 +353146,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -353478,11 +353202,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -353495,15 +353227,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -353529,66 +353261,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -353601,24 +353324,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -353631,20 +353350,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -353659,36 +353382,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -353701,42 +353414,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -353762,51 +353475,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -353821,18 +353540,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -353847,36 +353566,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -353890,16 +353595,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353913,10 +353626,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -353930,8 +353643,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353956,33 +353673,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -353996,11 +353717,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354018,14 +353743,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -354043,11 +353806,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -354061,11 +353832,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -354091,7 +353870,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -354101,21 +353880,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -354125,11 +353920,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -354147,11 +353950,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -354173,8 +353984,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354186,13 +354009,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -354205,8 +354086,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354231,33 +354128,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354271,11 +354217,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354293,22 +354255,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -354321,35 +354287,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -354364,20 +354348,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -354390,20 +354366,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354428,19 +354396,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -354454,10 +354440,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -354470,7 +354452,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -354480,38 +354462,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -354520,20 +354486,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354550,20 +354508,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354584,20 +354534,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -354622,30 +354564,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -354658,17 +354646,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -354685,20 +354673,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -354712,15 +354726,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -354746,7 +354756,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -354756,29 +354766,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -354788,15 +354838,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -354811,18 +354895,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -354836,6 +354950,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -354844,18 +355012,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -354867,26 +355039,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -354895,23 +355067,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -354921,29 +355101,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -354953,14 +355137,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -354974,11 +355158,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -354991,6 +355191,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -355010,11 +355215,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -355156,52 +355356,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -355311,90 +355465,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -355409,10 +355505,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -355431,14 +355527,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -355453,14 +355553,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -355474,11 +355578,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -355504,45 +355612,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -355557,14 +355677,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -355583,15 +355707,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -355603,39 +355723,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -355648,7 +355746,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -355674,7 +355772,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -355684,13 +355782,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -355699,7 +355806,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -355717,7 +355824,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -355739,16 +355846,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -355762,18 +355865,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -355787,16 +355890,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -355821,58 +355920,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -355886,19 +355981,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -355916,19 +356007,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -355940,58 +356023,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -356001,32 +356106,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -356047,15 +356146,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -356070,18 +356165,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -356095,15 +356186,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -356129,57 +356216,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -356194,18 +356269,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -356224,59 +356295,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -356288,22 +356321,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -356317,22 +356342,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -356355,72 +356376,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -356432,25 +356433,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -356466,25 +356463,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -356495,38 +356492,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -356536,28 +356529,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -356571,23 +356578,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -356613,81 +356608,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -356702,26 +356661,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -356740,53 +356687,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -356796,10 +356709,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -356813,8 +356726,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -356835,47 +356756,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -356883,39 +356798,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -356927,12 +356820,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -356946,14 +356843,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -356972,39 +356865,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -357012,17 +356901,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -357034,10 +356919,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -357052,10 +356951,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -357069,7 +356968,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -357095,32 +356994,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -357135,10 +357034,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -357157,11 +357056,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357178,8 +357081,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -357192,8 +357099,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357218,7 +357129,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -357228,13 +357139,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -357243,8 +357163,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357261,8 +357185,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357283,12 +357211,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357305,7 +357259,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -357319,12 +357273,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357349,7 +357299,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -357359,12 +357309,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -357374,12 +357324,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357396,12 +357342,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357422,11 +357364,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -357441,11 +357387,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -357458,11 +357412,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -357488,36 +357446,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -357532,14 +357511,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -357558,11 +357541,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357574,68 +357565,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -357644,26 +357626,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357684,15 +357672,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -357707,18 +357695,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -357732,15 +357720,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -357766,57 +357754,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -357831,18 +357819,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -357861,11 +357849,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357877,17 +357873,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -357900,8 +357942,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357926,7 +357980,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -357936,21 +357990,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -357960,8 +358030,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -357978,8 +358060,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -358000,11 +358094,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -358017,21 +358119,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -358044,11 +358196,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -358074,53 +358238,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -358135,14 +358327,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -358161,11 +358365,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -358177,17 +358397,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -358200,12 +358438,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -358226,46 +358460,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -358273,16 +358508,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -358297,15 +358536,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -358319,15 +358554,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -358340,12 +358571,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -358370,46 +358597,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -358423,15 +358637,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -358449,21 +358659,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -358475,15 +358677,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -358496,18 +358694,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -358530,52 +358720,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -358587,21 +358760,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -358617,25 +358782,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -358646,34 +358831,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -358689,14 +358905,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -358714,12 +358930,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -358732,11 +358944,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -358762,7 +358974,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -358772,22 +358984,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -358796,11 +358999,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -358818,11 +359021,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -358844,11 +359047,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -358863,10 +359066,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -358880,11 +359083,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -358910,36 +359113,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -358954,14 +359157,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -358980,10 +359183,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -358997,10 +359218,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -359019,29 +359244,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -359062,11 +359267,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -359208,6 +359408,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -359232,16 +359452,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -359262,16 +359472,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -359333,6 +359533,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -359357,16 +359577,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -359387,16 +359597,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -359485,7 +359685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -359633,52 +359833,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -359788,90 +359942,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -359886,10 +359982,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -359908,14 +360004,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -359930,14 +360030,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -359951,11 +360055,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -359981,45 +360089,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -360034,14 +360154,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -360060,15 +360184,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -360080,39 +360200,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -360125,7 +360223,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -360151,7 +360249,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -360161,13 +360259,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -360176,7 +360283,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -360194,7 +360301,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -360216,16 +360323,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -360239,18 +360342,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -360264,16 +360367,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -360298,58 +360397,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -360363,19 +360458,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -360393,19 +360484,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -360417,93 +360500,109 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "offset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -360524,15 +360623,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -360547,18 +360642,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -360572,15 +360663,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -360606,57 +360693,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -360671,18 +360746,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -360701,59 +360772,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -360765,22 +360798,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -360794,22 +360819,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -360832,72 +360853,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -360909,25 +360910,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -360943,25 +360940,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -360972,38 +360969,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -361013,28 +361006,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -361048,23 +361055,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -361090,81 +361085,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -361179,26 +361138,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -361217,53 +361164,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -361273,10 +361186,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -361290,8 +361203,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -361312,47 +361233,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -361360,39 +361275,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361404,12 +361297,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -361423,14 +361320,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -361449,39 +361342,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -361489,17 +361378,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -361511,10 +361396,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -361529,10 +361428,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -361546,7 +361445,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -361572,32 +361471,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -361612,10 +361511,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -361634,11 +361533,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361655,8 +361558,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -361669,8 +361576,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361695,7 +361606,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -361705,13 +361616,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -361720,8 +361640,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361738,8 +361662,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361760,12 +361688,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361782,7 +361736,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -361796,12 +361750,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361826,7 +361776,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -361836,12 +361786,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -361851,12 +361801,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361873,12 +361819,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -361899,11 +361841,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -361918,11 +361864,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -361935,11 +361889,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -361965,36 +361923,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -362009,14 +361988,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -362035,11 +362018,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362051,68 +362042,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -362121,26 +362103,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362161,15 +362149,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -362184,18 +362172,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -362209,15 +362197,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -362243,57 +362231,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -362308,18 +362296,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -362338,11 +362326,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362354,17 +362350,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -362377,8 +362419,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362403,7 +362457,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -362413,21 +362467,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -362437,8 +362507,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362455,8 +362537,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362477,11 +362571,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -362494,21 +362596,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -362521,11 +362673,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -362551,53 +362715,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -362612,14 +362804,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -362638,11 +362842,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362654,17 +362874,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -362677,12 +362915,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -362703,46 +362937,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -362750,16 +362985,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -362774,15 +363013,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362796,15 +363031,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -362817,12 +363048,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362847,46 +363074,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362900,15 +363114,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -362926,21 +363136,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -362952,15 +363154,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -362973,18 +363171,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -363007,52 +363197,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -363064,21 +363237,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -363094,25 +363259,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -363123,34 +363308,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -363166,14 +363382,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -363191,12 +363407,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -363209,11 +363421,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -363239,7 +363451,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -363249,22 +363461,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -363273,11 +363476,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -363295,11 +363498,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -363321,11 +363524,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -363340,10 +363543,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -363357,11 +363560,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -363387,36 +363590,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -363431,14 +363634,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -363457,10 +363660,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -363474,10 +363695,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -363496,29 +363721,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -363539,11 +363744,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -364637,6 +364837,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -364656,11 +364861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -364858,6 +365058,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -364882,16 +365102,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -364912,16 +365122,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -365032,6 +365232,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -365056,16 +365276,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -365086,16 +365296,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -365165,7 +365365,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -365342,52 +365542,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -365497,7 +365651,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -365512,11 +365691,67 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UndeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -365529,8 +365764,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365555,33 +365798,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.String" }, { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365595,11 +365863,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365617,15 +365893,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStream", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365642,11 +365914,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -365660,12 +365932,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365690,7 +365958,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -365700,21 +365968,21 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -365724,12 +365992,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365746,12 +366010,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365772,11 +366032,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -365789,39 +366049,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -365834,8 +366076,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginChangeLease", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365860,33 +366106,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365900,11 +366167,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365922,19 +366193,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFile", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -365951,15 +366214,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -365973,16 +366232,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -366007,7 +366258,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", @@ -366017,29 +366268,21 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -366049,16 +366292,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -366075,16 +366310,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -366105,15 +366332,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "BreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -366126,92 +366349,120 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "offset", - "Type": "System.Int64" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -366230,21 +366481,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArray", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -366256,18 +366507,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -366281,18 +366528,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -366315,60 +366562,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -366380,21 +366619,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -366410,21 +366649,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -366435,34 +366678,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStream", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -366472,24 +366715,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -366503,19 +366764,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -366541,7 +366794,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -366551,37 +366804,21 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -366591,49 +366828,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -366646,28 +366845,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -366681,10 +366868,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -366693,23 +366876,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArray", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -366724,27 +366895,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginSnapshot", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -366757,23 +366912,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -366799,115 +366942,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SnapshotAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -366920,32 +366984,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -366959,33 +367007,15 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -366999,10 +367029,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -367021,35 +367051,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -367057,13 +367087,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -367075,32 +367105,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -367115,10 +367137,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -367132,7 +367154,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -367158,32 +367180,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -367198,10 +367220,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -367220,11 +367242,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadata", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -367241,8 +367267,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -367255,8 +367285,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -367281,7 +367315,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -367291,13 +367325,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -367306,8 +367349,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -367324,8 +367371,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -367346,7 +367397,37 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", "Parameters": [ { "Name": "accessCondition", @@ -367364,7 +367445,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -367378,7 +367459,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "accessCondition", @@ -367404,7 +367485,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -367414,12 +367495,12 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -367429,7 +367510,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "accessCondition", @@ -367447,7 +367528,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "accessCondition", @@ -367469,11 +367550,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -367491,8 +367576,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -367505,11 +367598,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -367535,7 +367632,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -367545,13 +367642,30 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -367560,11 +367674,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -367582,11 +367700,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -367608,11 +367730,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -367625,107 +367751,92 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndDeleteIfExists", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -367744,11 +367855,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -367762,11 +367881,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginUndelete", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -367779,8 +367906,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUndelete", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -367805,33 +367940,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -367845,11 +368005,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -367867,18 +368035,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -367891,20 +368059,62 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginAcquireLease", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -367918,15 +368128,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -367952,57 +368166,69 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -368017,18 +368243,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -368047,11 +368277,23 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -368063,17 +368305,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -368086,8 +368382,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -368112,42 +368424,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -368161,11 +368513,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -368183,14 +368551,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -368203,21 +368583,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginChangeLease", + "Name": "Exists", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -368230,16 +368624,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -368260,58 +368646,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -368319,20 +368694,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -368347,10 +368722,10 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLease", + "Name": "FetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -368368,12 +368743,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -368386,7 +368757,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -368412,7 +368783,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -368422,22 +368793,13 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -368446,7 +368808,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -368464,7 +368826,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -368486,12 +368848,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -368505,15 +368863,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -368526,12 +368880,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -368556,46 +368906,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -368609,15 +368946,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -368635,21 +368968,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -368661,15 +368986,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -368682,18 +369003,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -368716,112 +369029,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -368831,35 +369067,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -368875,14 +369091,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -368900,12 +369116,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -368918,11 +369130,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -368948,7 +369160,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -368958,22 +369170,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -368982,11 +369185,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -369004,11 +369207,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -369030,11 +369233,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -369049,10 +369252,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -369066,11 +369269,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -369096,36 +369299,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -369140,14 +369343,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -369166,10 +369369,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -369183,12 +369404,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" @@ -369205,29 +369430,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -369248,11 +369453,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -370346,6 +370546,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -370365,11 +370570,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -370526,52 +370726,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -370681,7 +370835,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -370696,11 +370875,67 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -370713,8 +370948,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -370739,33 +370982,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.String" }, { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -370779,11 +371047,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenReadAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -370801,15 +371077,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStream", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -370826,11 +371098,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -370844,12 +371116,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -370874,7 +371142,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -370884,21 +371152,21 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -370908,12 +371176,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -370930,12 +371194,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -370956,11 +371216,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -370973,39 +371233,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -371018,8 +371260,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginChangeLease", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -371044,33 +371290,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -371084,11 +371351,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -371106,19 +371377,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFile", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -371135,15 +371398,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -371157,16 +371416,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -371191,7 +371442,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", @@ -371201,29 +371452,21 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -371233,16 +371476,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -371259,16 +371494,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -371289,15 +371516,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "BreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -371310,92 +371533,120 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "offset", - "Type": "System.Int64" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -371414,21 +371665,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArray", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -371440,18 +371691,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -371465,18 +371712,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -371499,60 +371746,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -371564,21 +371803,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -371594,21 +371833,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -371619,34 +371862,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStream", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -371656,24 +371899,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -371687,19 +371948,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -371725,7 +371978,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -371735,37 +371988,21 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -371775,49 +372012,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -371830,28 +372029,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -371865,10 +372052,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -371877,23 +372060,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArray", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -371908,27 +372079,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginSnapshot", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -371941,23 +372096,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -371983,115 +372126,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SnapshotAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -372104,32 +372168,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -372143,33 +372191,15 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -372183,10 +372213,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -372205,35 +372235,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -372241,13 +372271,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -372259,32 +372289,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -372299,10 +372321,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -372316,7 +372338,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -372342,32 +372364,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -372382,10 +372404,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -372404,11 +372426,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadata", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -372425,8 +372451,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -372439,8 +372469,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -372465,7 +372499,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -372475,13 +372509,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -372490,8 +372533,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -372508,8 +372555,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -372530,7 +372581,37 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", "Parameters": [ { "Name": "accessCondition", @@ -372548,7 +372629,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -372562,7 +372643,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "accessCondition", @@ -372588,7 +372669,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -372598,12 +372679,12 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -372613,7 +372694,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "accessCondition", @@ -372631,7 +372712,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "accessCondition", @@ -372653,11 +372734,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -372675,8 +372760,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -372689,11 +372782,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -372719,7 +372816,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -372729,13 +372826,30 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -372744,11 +372858,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -372766,11 +372884,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -372792,11 +372914,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -372809,107 +372935,92 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndDeleteIfExists", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -372928,11 +373039,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -372946,11 +373065,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginUndelete", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -372963,8 +373090,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUndelete", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -372989,33 +373124,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373029,11 +373189,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373051,18 +373219,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -373075,20 +373243,62 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginAcquireLease", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -373102,15 +373312,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -373136,57 +373350,69 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -373201,18 +373427,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -373231,11 +373461,23 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373247,17 +373489,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -373270,8 +373566,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373296,42 +373608,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373345,11 +373697,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373367,14 +373735,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -373387,21 +373767,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginChangeLease", + "Name": "Exists", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -373414,16 +373808,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -373444,58 +373830,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -373503,20 +373878,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -373531,10 +373906,10 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLease", + "Name": "FetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -373552,12 +373927,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -373570,7 +373941,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -373596,7 +373967,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -373606,22 +373977,13 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -373630,7 +373992,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -373648,7 +374010,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -373670,12 +374032,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373689,15 +374047,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -373710,12 +374064,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373740,46 +374090,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373793,15 +374130,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -373819,21 +374152,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -373845,15 +374170,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -373866,18 +374187,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -373900,112 +374213,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -374015,35 +374251,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -374059,14 +374275,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -374084,12 +374300,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -374102,11 +374314,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -374132,7 +374344,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -374142,22 +374354,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -374166,11 +374369,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -374188,11 +374391,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -374214,11 +374417,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -374233,10 +374436,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -374250,11 +374453,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -374280,36 +374483,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -374324,14 +374527,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -374350,10 +374553,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -374367,12 +374588,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" @@ -374389,29 +374614,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -374432,11 +374637,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -374584,6 +374784,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -374608,16 +374828,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -374638,16 +374848,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -374758,6 +374958,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -374782,16 +375002,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -374812,16 +375022,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -374891,7 +375091,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -375055,10 +375255,18 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", + "Name": "ChangeLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -375066,51 +375274,49 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Create", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -375123,8 +375329,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -375132,24 +375388,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCreate", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -375158,6 +375432,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -375171,15 +375455,668 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { "Name": "options", @@ -377229,741 +378166,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -377984,11 +378189,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -378142,6 +378342,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -378166,16 +378386,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -378196,16 +378406,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -378316,6 +378516,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -378340,16 +378560,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -378370,16 +378580,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -378449,7 +378649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -378717,6 +378917,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -378741,16 +378961,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -378771,16 +378981,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -378891,6 +379091,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -378915,16 +379135,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -378945,16 +379155,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -379024,7 +379224,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379357,6 +379557,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -379381,16 +379601,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -379411,16 +379621,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -379490,7 +379690,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379657,6 +379857,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -381351,55 +381602,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -381420,11 +381625,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -381679,6 +381879,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -381703,16 +381923,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -381733,16 +381943,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -381812,7 +382012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -381980,6 +382180,26 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetFileReference", + "Parameters": [ + { + "Name": "fileName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -383516,24 +383736,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFileReference", - "Parameters": [ - { - "Name": "fileName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "itemName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -383554,11 +383759,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -383777,6 +383977,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -383801,16 +384021,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -383831,16 +384041,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -383910,7 +384110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -384082,7 +384282,31 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -384103,20 +384327,12 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -384141,24 +384357,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -384168,6 +384406,10 @@ "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -384177,260 +384419,40 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", @@ -384758,40 +384780,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -384803,46 +384835,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -384854,13 +384861,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -384873,19 +384892,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -384900,14 +384923,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -384921,11 +384944,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -384951,45 +384974,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -385004,14 +385027,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -385030,19 +385053,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -385052,15 +385067,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -385073,16 +385084,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -385103,72 +385106,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -385176,25 +385140,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -385203,28 +385155,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385241,16 +385181,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -385263,16 +385195,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385297,7 +385221,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -385307,30 +385231,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -385339,42 +385246,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385386,25 +385259,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385417,10 +385278,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -385429,16 +385286,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385452,19 +385301,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -385477,16 +385318,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385511,84 +385344,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385600,25 +385382,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385631,24 +385401,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385662,10 +385424,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -385679,12 +385441,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385709,59 +385467,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385773,21 +385505,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -385800,24 +385524,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -385839,23 +385555,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -385868,12 +385572,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -385906,92 +385606,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -386011,21 +385652,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -386046,35 +385679,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -386089,56 +385710,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -386164,81 +385747,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -386253,26 +385806,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -386287,30 +385828,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -386324,23 +385867,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -386355,18 +385898,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -386379,16 +385922,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -386402,11 +385935,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -386421,27 +385968,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -386454,16 +386007,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -386488,7 +386033,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -386498,22 +386043,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -386522,12 +386058,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -386544,12 +386076,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -386570,11 +386098,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -386587,59 +386115,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -386653,19 +386155,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -386679,23 +386219,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -386710,10 +386242,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -386722,12 +386250,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -386744,12 +386268,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -386762,12 +386282,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -386792,7 +386308,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -386802,22 +386318,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -386826,12 +386333,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -386848,12 +386351,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -386874,10 +386373,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -386891,35 +386398,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -386934,19 +386441,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -386960,19 +386467,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -386998,7 +386505,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -387008,37 +386557,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -387048,19 +386597,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -387078,19 +386627,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -387112,19 +386661,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -387150,15 +386699,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -387176,11 +386767,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -387194,15 +386789,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -387228,7 +386823,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -387238,21 +386833,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -387262,15 +386865,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -387288,15 +386891,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -387318,18 +386921,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -387339,29 +386942,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -387371,37 +386974,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -387409,6 +387028,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -387422,48 +387051,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -387473,21 +387090,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -387497,15 +387130,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -387513,13 +387162,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -387532,8 +387175,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -387554,64 +387213,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -387626,10 +387262,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -387643,7 +387279,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -387669,32 +387305,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -387709,10 +387345,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -387731,11 +387367,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -387749,11 +387389,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -387766,8 +387410,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -387792,33 +387440,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -387832,11 +387493,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -387854,13 +387519,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "accessCondition", + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -387872,11 +387541,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -387889,8 +387562,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -387915,33 +387592,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -387955,11 +387645,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -387977,18 +387671,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -388003,11 +387727,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -388020,15 +387752,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -388054,66 +387786,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -388126,24 +387849,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -388156,20 +387875,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -388184,36 +387907,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -388226,42 +387939,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -388287,51 +388000,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -388346,18 +388065,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -388372,36 +388091,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -388415,16 +388120,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388438,10 +388151,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -388455,8 +388168,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388481,33 +388198,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388521,11 +388242,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388543,14 +388268,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -388568,11 +388331,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -388586,11 +388357,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -388616,7 +388395,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -388626,21 +388405,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -388650,11 +388445,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -388672,11 +388475,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -388698,8 +388509,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388711,13 +388534,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -388730,8 +388611,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388756,33 +388653,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388796,11 +388742,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388818,22 +388780,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -388846,35 +388812,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -388889,20 +388873,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -388915,20 +388891,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -388953,19 +388921,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -388979,10 +388965,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -388995,7 +388977,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -389005,38 +388987,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -389045,20 +389011,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -389075,20 +389033,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -389109,20 +389059,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -389147,30 +389089,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -389183,17 +389171,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -389210,20 +389198,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -389237,15 +389251,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -389271,7 +389281,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -389281,29 +389291,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -389313,15 +389363,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -389336,18 +389420,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -389361,6 +389475,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -389369,18 +389537,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -389392,26 +389564,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -389420,23 +389592,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -389446,29 +389626,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -389478,14 +389662,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -389499,11 +389683,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -389516,6 +389716,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -389535,11 +389740,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -389732,6 +389932,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -389756,16 +389976,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -389786,16 +389996,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -389865,7 +390065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -390036,184 +390236,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -390713,40 +390735,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -390758,46 +390790,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -390809,13 +390816,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -390828,19 +390847,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -390855,14 +390878,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -390876,11 +390899,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -390906,45 +390929,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -390959,14 +390982,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -390985,19 +391008,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -391007,15 +391022,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -391028,16 +391039,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -391058,72 +391061,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -391131,25 +391095,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -391158,28 +391110,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391196,16 +391136,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -391218,16 +391150,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391252,7 +391176,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -391262,30 +391186,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -391294,42 +391201,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391341,25 +391214,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391372,10 +391233,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -391384,16 +391241,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391407,19 +391256,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -391432,16 +391273,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391466,58 +391299,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391531,19 +391339,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391561,19 +391361,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391585,61 +391377,27 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginDownloadText", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDownloadText", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391664,59 +391422,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391728,21 +391460,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -391755,24 +391479,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -391794,23 +391510,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -391823,12 +391527,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -391861,92 +391561,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -391966,21 +391607,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -392001,35 +391634,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -392044,56 +391665,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -392119,81 +391702,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -392208,26 +391761,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -392242,30 +391783,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -392279,23 +391822,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -392310,18 +391853,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -392334,16 +391877,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -392357,11 +391890,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -392376,27 +391923,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -392409,16 +391962,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -392443,7 +391988,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -392453,22 +391998,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -392477,12 +392013,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -392499,12 +392031,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -392525,11 +392053,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -392542,59 +392070,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -392608,19 +392110,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -392634,23 +392174,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -392665,10 +392197,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -392677,12 +392205,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -392699,12 +392223,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -392717,12 +392237,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -392747,7 +392263,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -392757,22 +392273,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -392781,12 +392288,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -392803,12 +392306,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -392829,10 +392328,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -392846,35 +392353,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -392889,19 +392396,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -392915,19 +392422,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -392953,7 +392460,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -392963,37 +392512,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -393003,19 +392552,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -393033,19 +392582,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -393067,19 +392616,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -393105,15 +392654,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -393131,11 +392722,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -393149,15 +392744,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -393183,7 +392778,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -393193,21 +392788,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -393217,15 +392820,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -393243,15 +392846,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -393273,18 +392876,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -393294,29 +392897,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -393326,37 +392929,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -393364,6 +392983,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -393377,48 +393006,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -393428,21 +393045,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -393452,15 +393085,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -393468,13 +393117,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -393487,8 +393130,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -393509,64 +393168,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -393581,10 +393217,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -393598,7 +393234,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -393624,32 +393260,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -393664,10 +393300,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -393686,11 +393322,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -393704,11 +393344,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -393721,8 +393365,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -393747,33 +393395,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -393787,11 +393448,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -393809,11 +393474,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -393827,11 +393496,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -393844,8 +393517,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -393870,33 +393547,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -393910,11 +393600,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -393932,18 +393626,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -393958,11 +393682,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -393975,15 +393707,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -394009,66 +393741,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -394081,24 +393804,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -394111,20 +393830,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -394139,36 +393862,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -394181,42 +393894,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -394242,51 +393955,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -394301,18 +394020,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -394327,36 +394046,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -394370,16 +394075,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -394393,10 +394106,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -394410,8 +394123,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -394436,33 +394153,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -394476,11 +394197,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -394498,14 +394223,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -394523,11 +394286,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -394541,11 +394312,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -394571,7 +394350,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -394581,21 +394360,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -394605,11 +394400,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -394627,11 +394430,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -394653,40 +394464,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -394700,34 +394491,9 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetMetadata", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -394736,26 +394502,24 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -394767,69 +394531,61 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "WriteRange", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WriteRange", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -394839,24 +394595,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginWriteRange", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" }, { "Name": "callback", @@ -394870,19 +394608,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -394895,32 +394695,66 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginWriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -394938,6 +394772,68 @@ "Name": "progressHandler", "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -394950,69 +394846,131 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WriteRangeAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WriteRangeAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", - "Type": "System.Int64" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ { - "Name": "contentMD5", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -395030,20 +394988,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -395064,20 +395014,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -395102,30 +395044,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -395138,17 +395126,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -395165,20 +395153,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -395192,15 +395206,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -395226,7 +395236,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -395236,29 +395246,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -395268,15 +395318,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -395291,18 +395375,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -395316,6 +395430,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -395324,18 +395492,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -395347,26 +395519,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -395375,23 +395547,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -395401,29 +395581,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -395433,14 +395617,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -395454,11 +395638,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -395471,6 +395671,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -395490,11 +395695,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -395581,52 +395781,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -395736,90 +395890,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -395834,10 +395930,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -395856,14 +395952,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -395878,14 +395978,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -395899,11 +396003,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -395929,45 +396037,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -395982,14 +396102,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -396008,15 +396132,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -396028,39 +396148,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -396073,7 +396171,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -396099,7 +396197,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -396109,13 +396207,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -396124,7 +396231,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -396142,7 +396249,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -396164,16 +396271,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -396187,18 +396290,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -396212,16 +396315,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -396246,58 +396345,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -396311,19 +396406,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -396341,19 +396432,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -396365,58 +396448,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -396426,32 +396531,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -396472,15 +396571,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -396495,18 +396590,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -396520,15 +396611,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -396554,57 +396641,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -396619,18 +396694,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -396649,59 +396720,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -396713,22 +396746,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -396742,22 +396767,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -396780,72 +396801,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -396857,25 +396858,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -396891,25 +396888,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -396920,38 +396917,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -396961,28 +396954,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -396996,23 +397003,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -397038,81 +397033,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -397127,26 +397086,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -397165,53 +397112,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -397221,10 +397134,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -397238,8 +397151,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -397260,47 +397181,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -397308,39 +397223,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "ExistsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397352,12 +397245,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -397371,14 +397268,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -397397,39 +397290,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -397437,17 +397326,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -397459,10 +397344,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadata", + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -397477,10 +397376,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -397494,7 +397393,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -397520,32 +397419,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -397560,10 +397459,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -397582,11 +397481,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397603,8 +397506,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -397617,8 +397524,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397643,7 +397554,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -397653,13 +397564,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -397668,8 +397588,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397686,8 +397610,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397708,12 +397636,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397730,7 +397684,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -397744,12 +397698,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397774,7 +397724,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -397784,12 +397734,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -397799,12 +397749,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397821,12 +397767,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -397847,11 +397789,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -397866,11 +397812,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -397883,11 +397837,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -397913,36 +397871,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -397957,14 +397936,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -397983,43 +397966,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUndelete", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "mode", + "Type": "System.IO.FileMode" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUndelete", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398033,34 +397992,57 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndUndelete", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -398069,26 +398051,32 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398109,15 +398097,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -398132,18 +398120,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -398157,15 +398145,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -398191,57 +398179,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -398256,18 +398244,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -398286,11 +398274,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398302,17 +398298,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -398325,8 +398367,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398351,7 +398405,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -398361,21 +398415,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -398385,8 +398455,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398403,8 +398485,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398425,11 +398519,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -398442,21 +398544,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -398469,11 +398621,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -398499,53 +398663,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -398560,14 +398752,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -398586,11 +398790,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398602,17 +398822,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginReleaseLease", + "Name": "Exists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -398625,12 +398863,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -398651,46 +398885,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -398698,16 +398933,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -398722,15 +398961,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398744,15 +398979,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -398765,12 +398996,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398795,46 +399022,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398848,15 +399062,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -398874,21 +399084,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -398900,15 +399102,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -398921,18 +399119,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -398955,52 +399145,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -399012,21 +399185,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -399042,25 +399207,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -399071,34 +399256,65 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -399114,14 +399330,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -399139,12 +399355,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -399157,11 +399369,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -399187,7 +399399,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -399197,22 +399409,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -399221,11 +399424,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -399243,11 +399446,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -399269,11 +399472,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -399288,10 +399491,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -399305,11 +399508,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -399335,36 +399538,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -399379,14 +399582,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -399405,10 +399608,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -399422,10 +399643,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -399444,29 +399669,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -399487,11 +399692,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -399704,6 +399904,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -399728,16 +399948,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -399758,16 +399968,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -399837,7 +400037,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -400145,6 +400345,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -400169,16 +400389,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -400199,16 +400409,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -400278,7 +400478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -400470,6 +400670,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -400494,16 +400714,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -400524,16 +400734,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -400603,7 +400803,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -400761,7 +400961,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -400845,6 +401045,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -400864,11 +401069,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -400978,11 +401178,19 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "OpenWrite", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -400997,14 +401205,162 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenWrite", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "WritePagesAsync", + "Parameters": [ + { + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "WritePagesAsync", + "Parameters": [ + { + "Name": "sourceUri", + "Type": "System.Uri" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearPages", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginClearPages", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -401018,11 +401374,787 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndClearPages", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshotUri", + "Type": "System.Uri" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshot", + "Type": "System.Uri" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndStartIncrementalCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartIncrementalCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartIncrementalCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartIncrementalCopyAsync", + "Parameters": [ + { + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartIncrementalCopyAsync", + "Parameters": [ + { + "Name": "sourceSnapshotUri", + "Type": "System.Uri" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "SetPremiumBlobTier", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetPremiumBlobTier", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetPremiumBlobTier", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetPremiumBlobTier", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "OpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -403674,20 +404806,141 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -403704,19 +404957,37 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -403729,28 +405000,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WritePagesAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -403765,45 +405050,97 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "WritePagesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -403819,19 +405156,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ClearPages", + "Name": "RenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -403848,15 +405177,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -403870,16 +405195,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -403904,7 +405221,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearPages", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -403914,29 +405231,21 @@ "ReturnType": "System.Void" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -403946,16 +405255,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -403967,20 +405286,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -403993,27 +405312,41 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -404023,27 +405356,69 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -404055,17 +405430,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -404075,19 +405450,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -404099,14 +405474,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -404120,11 +405495,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -404138,18 +405521,88 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -404159,6 +405612,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -404172,22 +405635,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -404210,11 +405665,97 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -404227,6 +405768,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -404240,12 +405791,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "source", "Type": "System.Uri" }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -404270,7 +405825,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartIncrementalCopy", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", @@ -404284,7 +405839,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -404294,7 +405849,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "cancellationToken", @@ -404308,7 +405863,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -404334,7 +405889,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -404364,7 +405919,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "premiumPageBlobTier", @@ -404394,35 +405949,23 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Type": "System.Uri" + }, { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -404444,42 +405987,20 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "SetPremiumBlobTier", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" @@ -404488,11 +406009,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -404506,11 +406027,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -404532,7 +406057,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPremiumBlobTier", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -404542,21 +406067,21 @@ "ReturnType": "System.Void" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -404566,11 +406091,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -404584,11 +406113,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -404606,10 +406139,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -404617,147 +406158,231 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountProperties", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { "Name": "OpenRead", @@ -407068,386 +408693,169 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Type" }, { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAcquireLease", + "Name": "Equals", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAcquireLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "RenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": null }, { - "Name": "BeginRenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginRenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "RenewLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "RenewLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CloudBlobContainer", + "AliasList": [ + "SourceCloudBlobContainer" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ChangeLease", "Parameters": [ @@ -407901,38 +409309,8 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -407945,22 +409323,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -407979,56 +409345,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -408036,25 +409381,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -408066,596 +409399,200 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "AbortCopy", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "copyId", + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "AbortCopyAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Snapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "BeginSnapshot", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "BeginSnapshot", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "EndSnapshot", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "blobName", + "Type": "System.String" } ], "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" }, { "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "relativeAddress", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CloudBlobContainer", - "AliasList": [ - "SourceCloudBlobContainer" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "Create", "Parameters": [ @@ -410831,55 +411768,247 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "BeginChangeLease", + "Name": "", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SrcBlob", + "AliasList": [ + "SourceBlob" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SrcContainer", + "AliasList": [ + "SourceContainer" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SrcBlobSnapshotTime", + "AliasList": [ + "SourceBlobSnapshotTime" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTimeOffset]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTimeOffset" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AbsoluteUri", + "AliasList": [ + "SrcUri", + "SourceUri" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestContainer", + "AliasList": [ + "DestinationContainer" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestBlob", + "AliasList": [ + "DestinationBlob" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestCloudBlob", + "AliasList": [ + "DestICloudBlob", + "DestinationCloudBlob", + "DestinationICloudBlob" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "BeginChangeLease", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -410892,66 +412021,58 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndChangeLease", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ + "Name": "pageData", + "Type": "System.IO.Stream" + }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ + }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -410964,19 +412085,47 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -410992,11 +412141,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLease", + "Name": "ClearPages", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -411013,11 +412170,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginReleaseLease", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -411031,8 +412192,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginClearPages", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -411057,7 +412226,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndClearPages", "Parameters": [ { "Name": "asyncResult", @@ -411067,21 +412236,29 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -411091,8 +412268,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -411109,8 +412294,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -411131,14 +412324,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -411150,35 +412347,47 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.String" }, { - "Name": "BeginBreakLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginBreakLease", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -411188,61 +412397,81 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndBreakLease", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "sourceSnapshotUri", + "Type": "System.Uri" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.String" }, { - "Name": "BreakLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BreakLeaseAsync", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BreakLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -411252,19 +412481,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BreakLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -411276,15 +412521,35 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginStartIncrementalCopy", "Parameters": [ + { + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -411297,10 +412562,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "requestOptions", + "Name": "sourceSnapshot", + "Type": "System.Uri" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -411319,35 +412592,56 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndStartIncrementalCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -411355,13 +412649,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -411373,428 +412679,254 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "sourceSnapshotUri", + "Type": "System.Uri" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetPageBlobReference", + "Name": "SetPremiumBlobTier", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlockBlobReference", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + "Name": "callback", + "Type": "System.AsyncCallback" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAppendBlobReference", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetDirectoryReference", + "Name": "EndSetPremiumBlobTier", "Parameters": [ { - "Name": "relativeAddress", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SrcBlob", - "AliasList": [ - "SourceBlob" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SrcContainer", - "AliasList": [ - "SourceContainer" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SrcBlobSnapshotTime", - "AliasList": [ - "SourceBlobSnapshotTime" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTimeOffset]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTimeOffset" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AbsoluteUri", - "AliasList": [ - "SrcUri", - "SourceUri" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DestContainer", - "AliasList": [ - "DestinationContainer" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DestBlob", - "AliasList": [ - "DestinationBlob" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DestCloudBlob", - "AliasList": [ - "DestICloudBlob", - "DestinationCloudBlob", - "DestinationICloudBlob" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "OpenWrite", "Parameters": [ @@ -414492,20 +415624,141 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -414522,19 +415775,37 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -414547,28 +415818,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WritePagesAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -414583,45 +415868,97 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "WritePagesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -414637,19 +415974,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ClearPages", + "Name": "RenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -414666,15 +415995,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -414688,16 +416013,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -414722,7 +416039,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearPages", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -414732,29 +416049,21 @@ "ReturnType": "System.Void" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -414764,16 +416073,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -414785,20 +416104,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -414811,27 +416130,41 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -414841,27 +416174,69 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -414873,17 +416248,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -414893,19 +416268,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -414917,14 +416292,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -414938,11 +416313,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -414956,18 +416339,88 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -414977,6 +416430,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -414990,22 +416453,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -415028,11 +416483,97 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -415045,6 +416586,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -415058,12 +416609,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "source", "Type": "System.Uri" }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -415088,7 +416643,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartIncrementalCopy", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", @@ -415102,7 +416657,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -415112,7 +416667,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "cancellationToken", @@ -415126,7 +416681,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -415152,7 +416707,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -415182,7 +416737,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "premiumPageBlobTier", @@ -415212,35 +416767,23 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Type": "System.Uri" + }, { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -415262,42 +416805,20 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "SetPremiumBlobTier", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" @@ -415306,11 +416827,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -415324,11 +416845,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -415350,7 +416875,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPremiumBlobTier", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -415360,21 +416885,21 @@ "ReturnType": "System.Void" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -415384,11 +416909,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -415402,11 +416931,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -415424,10 +416957,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -415435,147 +416976,231 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountProperties", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { "Name": "OpenRead", @@ -417886,1429 +419511,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAcquireLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "RenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Snapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSnapshot", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -419329,11 +419534,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -419653,11 +419853,19 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "OpenWrite", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -419672,32 +419880,56 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenWrite", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "state", - "Type": "System.Object" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenWrite", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -419712,56 +419944,120 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenWrite", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "sourceUri", + "Type": "System.Uri" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "ClearPages", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "OpenWriteAsync", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -419774,16 +420070,70 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "OpenWriteAsync", + "Name": "EndClearPages", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -419796,24 +420146,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -419832,17 +420178,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStream", + "Name": "StartCopy", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -419854,21 +420204,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStream", + "Name": "StartCopy", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "premiumPageBlobTier", "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -419880,21 +420234,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStream", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -419906,25 +420256,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStream", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "sourceSnapshotUri", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -419936,14 +420278,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginStartCopy", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "callback", @@ -419957,23 +420299,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "callback", @@ -419987,18 +420317,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginStartCopy", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -420021,15 +420351,31 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginStartCopy", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -420043,18 +420389,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -420077,22 +420419,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "sourceSnapshot", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -420115,70 +420449,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndStartIncrementalCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -420188,27 +420504,23 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -420224,21 +420536,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "premiumPageBlobTier", "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -420249,62 +420565,46 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -420314,23 +420614,23 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceSnapshotUri", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -420346,26 +420646,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPremiumBlobTier", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -420374,32 +420662,34 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetPremiumBlobTier", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -420410,26 +420700,56 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetPremiumBlobTier", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -420440,13 +420760,825 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "path", + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "OpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndOpenWrite", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromFile", + "Parameters": [ + { + "Name": "path", "Type": "System.String" }, { @@ -422349,20 +423481,141 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -422379,19 +423632,37 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -422404,28 +423675,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WritePagesAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -422440,45 +423725,97 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "WritePagesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -422494,19 +423831,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ClearPages", + "Name": "RenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -422523,15 +423852,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -422545,16 +423870,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -422579,7 +423896,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearPages", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -422589,29 +423906,21 @@ "ReturnType": "System.Void" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -422621,16 +423930,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -422642,20 +423961,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -422668,27 +423987,41 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -422698,27 +424031,69 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -422730,17 +424105,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -422750,19 +424125,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -422774,14 +424149,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -422795,11 +424170,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -422813,18 +424196,88 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -422834,6 +424287,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -422847,22 +424310,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -422885,11 +424340,97 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -422902,6 +424443,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -422915,12 +424466,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "source", "Type": "System.Uri" }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -422945,7 +424500,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartIncrementalCopy", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", @@ -422959,7 +424514,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -422969,7 +424524,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "cancellationToken", @@ -422983,7 +424538,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -423009,7 +424564,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -423039,7 +424594,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "premiumPageBlobTier", @@ -423069,35 +424624,23 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Type": "System.Uri" + }, { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -423119,42 +424662,20 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "SetPremiumBlobTier", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" @@ -423163,11 +424684,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -423181,11 +424702,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -423207,7 +424732,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPremiumBlobTier", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -423217,21 +424742,21 @@ "ReturnType": "System.Void" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -423241,11 +424766,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -423259,11 +424788,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -423281,10 +424814,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -423292,147 +424833,231 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountProperties", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { "Name": "OpenRead", @@ -425743,204 +427368,454 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "UndeleteAsync", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UndeleteAsync", + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UndeleteAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "AcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "EndAcquireLease", + "Name": "", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestContainer", + "AliasList": [ + "DestinationContainer" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestBlob", + "AliasList": [ + "DestinationBlob" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [ + "SrcContext", + "SourceContext" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestContext", + "AliasList": [ + "DestinationContext" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "AcquireLeaseAsync", + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "BlobInstanceToBlobInstance", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CloudBlob", + "AliasList": [ + "SrcICloudBlob", + "SrcCloudBlob", + "ICloudBlob", + "SourceICloudBlob", + "SourceCloudBlob" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -425955,18 +427830,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -425985,47 +427864,23 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -426039,73 +427894,45 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + "Name": "offset", + "Type": "System.Int64" + }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426124,11 +427951,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "ClearPages", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -426143,18 +427974,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginChangeLease", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -426168,11 +427999,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -426198,53 +428033,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndClearPages", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ChangeLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -426259,14 +428098,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -426285,13 +428128,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426303,31 +428154,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginReleaseLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426337,57 +428182,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426399,13 +428206,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "sourceSnapshotUri", + "Type": "System.Uri" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426415,42 +428226,34 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "BreakLease", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "callback", @@ -426464,14 +428267,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426494,70 +428301,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426569,22 +428328,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopy", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "destAccessCondition", @@ -426597,16 +428356,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" }, { "Name": "callback", @@ -426620,16 +428369,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "source", + "Name": "sourceSnapshot", "Type": "System.Uri" }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -426654,7 +428399,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndStartIncrementalCopy", "Parameters": [ { "Name": "asyncResult", @@ -426668,7 +428413,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -426678,7 +428423,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "cancellationToken", @@ -426692,7 +428437,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "sourceAccessCondition", @@ -426718,7 +428463,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "sourceAccessCondition", @@ -426748,7 +428493,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "premiumPageBlobTier", @@ -426778,92 +428523,38 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartCopyAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginAbortCopy", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426874,82 +428565,22 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopyAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "sourceSnapshotUri", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -426965,18 +428596,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Snapshot", + "Name": "SetPremiumBlobTier", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -426987,11 +428614,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "BeginSnapshot", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -427004,15 +428635,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -427034,62 +428661,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndSetPremiumBlobTier", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Void" }, { - "Name": "SnapshotAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -427098,510 +428708,32 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetAccountProperties", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestContainer", - "AliasList": [ - "DestinationContainer" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestBlob", - "AliasList": [ - "DestinationBlob" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Context", - "AliasList": [ - "SrcContext", - "SourceContext" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestContext", - "AliasList": [ - "DestinationContext" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "BlobInstanceToBlobInstance", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "CloudBlob", - "AliasList": [ - "SrcICloudBlob", - "SrcCloudBlob", - "ICloudBlob", - "SourceICloudBlob", - "SourceCloudBlob" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "OpenWrite", "Parameters": [ @@ -430299,20 +431431,141 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -430329,19 +431582,37 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -430354,28 +431625,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WritePagesAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -430390,45 +431675,97 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "WritePagesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -430444,19 +431781,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ClearPages", + "Name": "RenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -430473,15 +431802,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -430495,16 +431820,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -430529,7 +431846,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearPages", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -430539,29 +431856,21 @@ "ReturnType": "System.Void" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -430571,16 +431880,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -430592,20 +431911,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -430618,27 +431937,41 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -430648,27 +431981,69 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -430680,17 +432055,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -430700,19 +432075,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -430724,14 +432099,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -430745,11 +432120,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -430763,18 +432146,88 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -430784,6 +432237,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -430797,22 +432260,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -430835,11 +432290,97 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -430852,6 +432393,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -430865,12 +432416,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "source", "Type": "System.Uri" }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -430895,7 +432450,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartIncrementalCopy", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", @@ -430909,7 +432464,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -430919,7 +432474,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "cancellationToken", @@ -430933,7 +432488,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -430959,7 +432514,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -430989,7 +432544,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "premiumPageBlobTier", @@ -431019,35 +432574,23 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Type": "System.Uri" + }, { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -431069,42 +432612,20 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "SetPremiumBlobTier", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" @@ -431113,11 +432634,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -431131,11 +432652,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -431157,7 +432682,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPremiumBlobTier", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -431167,21 +432692,21 @@ "ReturnType": "System.Void" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -431191,11 +432716,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -431209,11 +432738,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -431231,10 +432764,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -431242,147 +432783,231 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountProperties", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { "Name": "OpenRead", @@ -433693,204 +435318,202 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "UndeleteAsync", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UndeleteAsync", + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UndeleteAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "AcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "EndAcquireLease", + "Name": "", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestCloudBlob", + "AliasList": [ + "DestICloudBlob", + "DestinationCloudBlob", + "DestinationICloudBlob" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "AcquireLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -433905,18 +435528,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -433935,47 +435562,23 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -433989,73 +435592,45 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + "Name": "offset", + "Type": "System.Int64" + }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434074,11 +435649,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "ClearPages", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -434093,18 +435672,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginChangeLease", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -434118,11 +435697,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -434148,53 +435731,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndClearPages", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ChangeLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -434209,14 +435796,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -434235,13 +435826,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434253,31 +435852,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginReleaseLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434287,57 +435880,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434349,13 +435904,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "sourceSnapshotUri", + "Type": "System.Uri" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434365,42 +435924,34 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "BreakLease", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "callback", @@ -434414,14 +435965,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434444,70 +435999,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434519,22 +436026,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopy", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "destAccessCondition", @@ -434547,16 +436054,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" }, { "Name": "callback", @@ -434570,16 +436067,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "source", + "Name": "sourceSnapshot", "Type": "System.Uri" }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -434604,7 +436097,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndStartIncrementalCopy", "Parameters": [ { "Name": "asyncResult", @@ -434618,7 +436111,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -434628,7 +436121,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "cancellationToken", @@ -434642,7 +436135,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "sourceAccessCondition", @@ -434668,7 +436161,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "sourceAccessCondition", @@ -434698,7 +436191,7 @@ "Parameters": [ { "Name": "source", - "Type": "System.Uri" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { "Name": "premiumPageBlobTier", @@ -434728,92 +436221,38 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartCopyAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginAbortCopy", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434824,82 +436263,22 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopyAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "sourceSnapshotUri", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -434915,18 +436294,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Snapshot", + "Name": "SetPremiumBlobTier", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -434937,11 +436312,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "BeginSnapshot", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -434954,15 +436333,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -434984,62 +436359,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndSetPremiumBlobTier", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Void" }, { - "Name": "SnapshotAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { "Name": "options", @@ -435048,258 +436406,32 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetAccountProperties", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestCloudBlob", - "AliasList": [ - "DestICloudBlob", - "DestinationCloudBlob", - "DestinationICloudBlob" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "OpenWrite", "Parameters": [ @@ -437997,20 +439129,141 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -438027,19 +439280,37 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -438052,28 +439323,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WritePagesAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -438088,45 +439373,97 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "WritePagesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -438142,19 +439479,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ClearPages", + "Name": "RenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -438171,15 +439500,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -438193,16 +439518,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearPages", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -438227,7 +439544,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearPages", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -438237,29 +439554,21 @@ "ReturnType": "System.Void" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -438269,16 +439578,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -438290,20 +439609,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -438316,27 +439635,41 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -438346,27 +439679,69 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -438378,17 +439753,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -438398,19 +439773,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopy", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -438422,14 +439797,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -438443,11 +439818,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -438461,18 +439844,88 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -438482,6 +439935,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -438495,22 +439958,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -438533,11 +439988,97 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -438550,6 +440091,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -438563,12 +440114,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "source", "Type": "System.Uri" }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -438593,7 +440148,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartIncrementalCopy", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", @@ -438607,7 +440162,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" @@ -438617,7 +440172,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "cancellationToken", @@ -438631,7 +440186,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -438657,7 +440212,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -438687,7 +440242,7 @@ "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "System.Uri" }, { "Name": "premiumPageBlobTier", @@ -438717,35 +440272,23 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Type": "System.Uri" + }, { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -438767,42 +440310,20 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "SetPremiumBlobTier", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" @@ -438811,11 +440332,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -438829,11 +440350,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -438855,7 +440380,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPremiumBlobTier", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -438865,21 +440390,21 @@ "ReturnType": "System.Void" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -438889,11 +440414,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -438907,11 +440436,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -438929,10 +440462,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -438940,147 +440481,231 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountProperties", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { "Name": "OpenRead", @@ -441391,386 +443016,373 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Type" }, { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAcquireLease", + "Name": "Equals", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndAcquireLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "RenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": null }, { - "Name": "BeginRenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginRenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [ + "SrcContext", + "SourceContext" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestContext", + "AliasList": [ + "DestinationContext" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], + "Name": "Clear", + "Parameters": [], "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ContainerInstance", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CloudBlobContainer", + "AliasList": [ + "SourceCloudBlobContainer" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ChangeLease", "Parameters": [ @@ -442224,38 +443836,8 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -442268,22 +443850,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -442302,56 +443872,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -442359,25 +443908,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -442389,800 +443926,200 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "AbortCopy", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "copyId", + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "AbortCopyAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Snapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "BeginSnapshot", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "BeginSnapshot", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "EndSnapshot", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "blobName", + "Type": "System.String" } ], "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" }, { "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "relativeAddress", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Context", - "AliasList": [ - "SrcContext", - "SourceContext" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestContext", - "AliasList": [ - "DestinationContext" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ContainerInstance", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "CloudBlobContainer", - "AliasList": [ - "SourceCloudBlobContainer" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "Create", "Parameters": [ @@ -445358,741 +446295,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -446113,11 +446318,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -447257,7 +447457,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFile, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileProperties": "Azure.Storage.Files.Shares.Models.ShareFileProperties", "ShareFileClient": "Azure.Storage.Files.Shares.ShareFileClient", @@ -447284,6 +447484,11 @@ ], "ReturnType": "Azure.Storage.Files.Shares.ShareFileClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -447303,11 +447508,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -447387,6 +447587,743 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, { "Name": "Create", "Parameters": [ @@ -449561,6 +450498,597 @@ ], "ReturnType": "System.Threading.Tasks.Task" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SrcBlob", + "AliasList": [ + "ICloudBlob" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "IsDeleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "RenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "ChangeLease", "Parameters": [ @@ -450014,8 +451542,38 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "BeginGetAccountProperties", + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -450028,10 +451586,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -450050,35 +451620,56 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -450086,13 +451677,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -450104,307 +451707,336 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "AbortCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "copyId", "Type": "System.String" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ + "Name": "callback", + "Type": "System.AsyncCallback" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "EndAbortCopy", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlockBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlockBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAppendBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAppendBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReference", + "Name": "Snapshot", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetBlobReference", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetDirectoryReference", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "relativeAddress", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetHashCode", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SrcBlob", - "AliasList": [ - "ICloudBlob" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "IsDeleted": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -450412,13 +452044,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -450430,129 +452070,114 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetAccountProperties", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { "Name": "OpenRead", @@ -452863,1429 +454488,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAcquireLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "RenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Snapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSnapshot", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -454306,11 +454511,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -454491,6 +454691,57 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, { "Name": "Create", "Parameters": [ @@ -456185,55 +456436,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -456254,11 +456459,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -456371,184 +456571,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -457048,40 +457070,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457093,46 +457125,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457144,13 +457151,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457163,19 +457182,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -457190,14 +457213,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -457211,11 +457234,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -457241,45 +457264,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -457294,14 +457317,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -457320,19 +457343,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -457342,15 +457357,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -457363,16 +457374,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -457393,72 +457396,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -457466,25 +457430,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -457493,28 +457445,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457531,16 +457471,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -457553,16 +457485,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457587,7 +457511,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -457597,30 +457521,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -457629,16 +457536,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457655,16 +457554,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457685,50 +457576,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "Delete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457742,19 +457591,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -457767,16 +457608,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457801,84 +457634,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457890,25 +457672,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457921,24 +457691,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457952,10 +457714,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -457969,12 +457731,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -457999,59 +457757,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -458063,21 +457795,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -458090,24 +457814,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -458129,23 +457845,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -458158,12 +457862,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -458196,92 +457896,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -458301,21 +457942,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -458336,35 +457969,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -458379,56 +458000,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -458454,81 +458037,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -458543,26 +458096,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -458577,30 +458118,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -458614,23 +458157,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "UploadFromStream", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -458645,18 +458188,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "UploadFromStream", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -458669,16 +458212,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -458692,11 +458225,25 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -458711,27 +458258,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginUploadFromStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -458744,16 +458297,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -458778,7 +458323,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -458788,22 +458333,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -458812,12 +458348,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -458834,12 +458366,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -458860,11 +458388,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -458877,59 +458405,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -458943,19 +458445,57 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", "Type": "System.Int64" }, { @@ -458969,23 +458509,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -459000,10 +458532,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -459012,12 +458540,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -459034,12 +458558,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -459052,12 +458572,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -459082,7 +458598,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -459092,22 +458608,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -459116,12 +458623,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -459138,12 +458641,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -459164,10 +458663,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -459181,35 +458688,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "WriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" }, { "Name": "count", - "Type": "System.Int32" + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -459224,19 +458731,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -459250,19 +458757,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -459288,7 +458795,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -459298,37 +458847,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -459338,19 +458887,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -459368,19 +458917,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -459402,19 +458951,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -459440,15 +458989,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -459466,11 +459057,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -459484,15 +459079,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -459518,7 +459113,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -459528,21 +459123,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -459552,15 +459155,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -459578,15 +459181,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -459608,18 +459211,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -459629,29 +459232,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -459661,37 +459264,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -459699,6 +459318,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -459712,48 +459341,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -459763,21 +459380,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -459787,15 +459420,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -459803,13 +459452,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -459822,8 +459465,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -459844,64 +459503,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -459916,10 +459552,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -459933,7 +459569,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -459959,32 +459595,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -459999,10 +459635,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -460021,11 +459657,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460039,11 +459679,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -460056,8 +459700,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460082,33 +459730,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460122,11 +459783,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460144,11 +459809,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460162,11 +459831,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -460179,8 +459852,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460205,33 +459882,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460245,11 +459935,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460267,18 +459961,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -460293,11 +460017,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -460310,15 +460042,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -460344,66 +460076,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -460416,24 +460139,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -460446,20 +460165,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -460474,36 +460197,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -460516,42 +460229,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -460577,51 +460290,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -460636,18 +460355,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -460662,36 +460381,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -460705,16 +460410,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460728,10 +460441,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -460745,8 +460458,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460771,33 +460488,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460811,11 +460532,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -460833,14 +460558,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -460858,11 +460621,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -460876,11 +460647,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -460906,7 +460685,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -460916,21 +460695,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -460940,11 +460735,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -460962,11 +460765,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -460988,8 +460799,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -461001,30 +460824,40 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -461033,6 +460866,28 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -461046,33 +460901,124 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -461086,11 +461032,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -461108,22 +461070,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -461136,35 +461102,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -461179,20 +461163,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -461205,20 +461181,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -461243,19 +461211,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -461269,10 +461255,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -461285,7 +461267,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -461295,38 +461277,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -461335,20 +461301,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -461365,20 +461323,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -461399,20 +461349,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -461437,30 +461379,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -461473,17 +461461,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -461500,20 +461488,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -461527,15 +461541,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -461561,7 +461571,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -461571,29 +461581,69 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -461603,15 +461653,49 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -461626,18 +461710,48 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -461651,6 +461765,60 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUploadFromByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -461659,18 +461827,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -461682,26 +461854,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -461710,23 +461882,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -461736,29 +461916,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -461768,14 +461952,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -461789,11 +461973,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -461806,6 +462006,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -461825,11 +462030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -461958,184 +462158,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, { "Name": "StartCopyAsync", "Parameters": [ @@ -462635,40 +462657,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -462680,46 +462712,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -462731,13 +462738,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -462750,19 +462769,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -462777,14 +462800,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -462798,11 +462821,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -462828,45 +462851,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -462881,14 +462904,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -462907,19 +462930,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -462929,15 +462944,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -462950,16 +462961,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -462980,72 +462983,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -463053,25 +463017,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -463080,28 +463032,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463118,16 +463058,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -463140,16 +463072,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463174,7 +463098,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -463184,30 +463108,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -463216,42 +463123,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463263,25 +463136,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463294,10 +463155,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -463306,16 +463163,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "Delete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463329,19 +463178,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -463354,16 +463195,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463388,84 +463221,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463477,25 +463259,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463508,24 +463278,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463539,10 +463301,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -463556,12 +463318,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463586,59 +463344,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463650,21 +463382,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadTextAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -463677,24 +463401,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStream", + "Name": "ListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -463716,23 +463432,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -463745,12 +463449,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -463783,62 +463483,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -463860,15 +463531,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -463894,22 +463561,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -463922,36 +463585,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArray", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -463964,58 +463611,86 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "EndListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, + { + "Name": "ListHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "BeginCloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -464041,81 +463716,77 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -464128,28 +463799,38 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -464165,30 +463846,14 @@ }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetProperties", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -464200,25 +463865,27 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -464230,21 +463897,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStream", + "Name": "EndSetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Int64" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -464258,32 +463950,36 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromStream", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromStream", + "Name": "Resize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -464296,27 +463992,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -464331,14 +464015,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginResize", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "size", "Type": "System.Int64" }, { @@ -464365,7 +464045,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndResize", "Parameters": [ { "Name": "asyncResult", @@ -464375,21 +464055,21 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -464399,11 +464079,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -464421,11 +464101,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -464447,12 +464127,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -464464,99 +464140,68 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -464565,16 +464210,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -464586,25 +464223,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -464616,33 +464241,27 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromFile", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", + "Name": "contentMD5", "Type": "System.String" }, { @@ -464656,83 +464275,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUploadFromFile", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" } ], "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" + "Name": "sourceOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "destOffset", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -464742,58 +464313,50 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "contentMD5", + "Type": "System.String" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -464806,24 +464369,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" }, { "Name": "callback", @@ -464837,19 +464382,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -464863,6 +464408,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -464875,7 +464424,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -464885,37 +464434,37 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -464925,19 +464474,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -464955,19 +464504,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -464989,19 +464538,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -465027,15 +464576,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -465053,11 +464644,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -465071,15 +464666,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -465105,7 +464700,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -465115,21 +464710,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -465139,15 +464742,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -465165,15 +464768,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -465195,18 +464798,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -465216,29 +464819,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -465248,37 +464851,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -465286,6 +464905,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -465299,48 +464928,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -465350,21 +464967,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -465374,15 +465007,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Exists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -465390,13 +465039,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -465409,8 +465052,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -465431,64 +465090,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -465503,10 +465139,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -465520,7 +465156,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -465546,32 +465182,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -465586,10 +465222,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -465608,11 +465244,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "Delete", + "Name": "OpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -465626,11 +465266,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -465643,8 +465287,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -465669,33 +465317,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -465709,11 +465370,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -465731,11 +465396,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -465749,11 +465418,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -465766,8 +465439,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -465792,33 +465469,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -465832,11 +465522,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -465854,18 +465548,48 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -465880,11 +465604,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -465897,15 +465629,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -465931,66 +465663,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -466003,24 +465726,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -466033,20 +465752,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -466061,36 +465784,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -466103,42 +465816,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -466164,51 +465877,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -466223,18 +465942,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -466249,36 +465968,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -466292,16 +465997,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466315,10 +466028,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -466332,8 +466045,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466358,33 +466075,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466398,11 +466119,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466420,14 +466145,52 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Resize", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -466445,11 +466208,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -466463,11 +466234,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -466493,7 +466272,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -466503,21 +466282,37 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -466527,11 +466322,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -466549,11 +466352,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -466575,8 +466386,62 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466590,11 +466455,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -466607,8 +466488,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466633,33 +466530,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466673,11 +466619,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466695,22 +466657,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -466723,35 +466689,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WriteRange", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -466766,20 +466750,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -466792,20 +466768,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466830,19 +466798,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -466856,10 +466842,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -466872,7 +466854,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -466882,38 +466864,22 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -466922,20 +466888,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466952,20 +466910,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -466986,20 +466936,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -467024,30 +466966,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", + "Name": "length", "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", + "Name": "length", "Type": "System.Int64" }, { - "Name": "destOffset", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -467060,17 +467048,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "length", @@ -467087,20 +467075,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -467114,15 +467128,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -467148,7 +467158,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -467158,29 +467168,21 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -467190,15 +467192,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -467216,15 +467214,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -467246,18 +467240,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -467267,28 +467257,36 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -467299,52 +467297,52 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopy", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopy", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -467353,16 +467351,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" }, { "Name": "callback", @@ -467376,92 +467364,304 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndUploadFromByteArray", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ + "Name": "buffer", + "Type": "System.Byte[]" + }, { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadText", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadText", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadText", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, @@ -467529,7 +467729,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -467815,7 +468015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -468000,6 +468200,743 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "relativeAddress", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, { "Name": "Create", "Parameters": [ @@ -470174,6 +471111,834 @@ ], "ReturnType": "System.Threading.Tasks.Task" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "containerAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestShareName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFilePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestContext", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "BlobInstanceFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SrcBlob", + "AliasList": [ + "ICloudBlob" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "IsDeleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "RenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "ChangeLease", "Parameters": [ @@ -470627,8 +472392,38 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "BeginGetAccountProperties", + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -470641,10 +472436,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -470663,35 +472470,56 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -470699,13 +472527,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -470717,544 +472557,336 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "AbortCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "copyId", "Type": "System.String" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ + "Name": "callback", + "Type": "System.AsyncCallback" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "EndAbortCopy", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlockBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlockBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAppendBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAppendBlobReference", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "blobName", + "Name": "copyId", "Type": "System.String" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReference", + "Name": "Snapshot", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetBlobReference", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetDirectoryReference", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "relativeAddress", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetHashCode", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestShareName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "BlobInstanceFilePath", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "SrcBlob", - "AliasList": [ - "ICloudBlob" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "IsDeleted": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -471262,13 +472894,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -471280,129 +472920,114 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetAccountProperties", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { "Name": "OpenRead", @@ -473712,6 +475337,525 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestShareName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFilePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestContext", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "BlobInstanceFileInstance", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SrcBlob", + "AliasList": [ + "ICloudBlob" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "IsDeleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" + }, + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, { "Name": "EndUndelete", "Parameters": [ @@ -475137,417 +477281,6 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestShareName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "BlobInstanceFileInstance", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "SrcBlob", - "AliasList": [ - "ICloudBlob" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "IsDeleted": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "GetAccountPropertiesAsync", "Parameters": [ @@ -475594,114 +477327,6 @@ ], "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, { "Name": "OpenRead", "Parameters": [ @@ -478011,212 +479636,253 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UndeleteAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UndeleteAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "AcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginAcquireLease", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestFile", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "EndAcquireLease", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AcquireLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AcquireLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AcquireLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478226,23 +479892,23 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AcquireLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478256,129 +479922,147 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLease", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginRenewLease", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "EndRenewLease", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478389,13 +480073,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ChangeLease", + "Name": "AbortCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "copyId", "Type": "System.String" }, { @@ -478404,26 +480088,22 @@ }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginChangeLease", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "copyId", "Type": "System.String" }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -478436,10 +480116,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "copyId", "Type": "System.String" }, { @@ -478448,7 +480128,7 @@ }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478466,52 +480146,44 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ChangeLeaseAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "copyId", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "copyId", "Type": "System.String" }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "copyId", "Type": "System.String" }, { @@ -478520,20 +480192,20 @@ }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLeaseAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "copyId", "Type": "System.String" }, { @@ -478542,7 +480214,7 @@ }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478553,72 +480225,92 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLease", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginReleaseLease", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" }, { - "Name": "state", - "Type": "System.Object" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginReleaseLease", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndReleaseLease", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", @@ -478628,21 +480320,21 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "content", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "content", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -478652,15 +480344,23 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478670,20 +480370,62 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -478692,11 +480434,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "Create", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -478704,21 +480446,21 @@ }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginCreate", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "callback", @@ -478732,11 +480474,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginCreate", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -478744,7 +480486,7 @@ }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478762,45 +480504,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "size", + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -478808,21 +480550,21 @@ }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -478830,7 +480572,7 @@ }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478841,41 +480583,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "Exists", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginStartCopy", + "Name": "BeginExists", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -478888,23 +480614,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginExists", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -478922,155 +480636,50 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartCopyAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartCopyAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartCopyAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -479081,22 +480690,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "AbortCopy", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -479106,12 +480711,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -479124,19 +480725,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -479154,7 +480751,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -479164,22 +480761,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -479188,19 +480776,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -479210,19 +480794,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -479236,29 +480816,25 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "Delete", "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "BeginSnapshot", + "Name": "BeginDelete", "Parameters": [ { "Name": "callback", @@ -479272,19 +480848,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -479302,66 +480874,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -479372,10 +480936,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetAccountProperties", + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -479389,11 +480971,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", @@ -479411,219 +480997,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Boolean" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestFile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "BeginStartCopy", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -479633,37 +481035,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -479673,29 +481055,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginStartCopy", + "Name": "ListRanges", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -479705,7 +481083,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + }, + { + "Name": "BeginListRanges", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -479718,24 +481102,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginListRanges", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -479756,108 +481136,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "StartCopyAsync", + "Name": "ListRangesAsync", "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "StartCopyAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -479867,21 +481184,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "StartCopyAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -479897,27 +481214,23 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "StartCopyAsync", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -479925,27 +481238,23 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "StartCopyAsync", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -479955,89 +481264,43 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "EndListHandlesSegmented", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "StartCopyAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -480048,17 +481311,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "AbortCopy", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -480073,32 +481336,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginAbortCopy", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -480124,46 +481369,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "AbortCopyAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, { - "Name": "copyId", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "AbortCopyAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "copyId", + "Name": "handleId", "Type": "System.String" }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -480177,15 +481428,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "AbortCopyAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "copyId", + "Name": "handleId", "Type": "System.String" }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -480199,96 +481454,58 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "GetSharedAccessSignature", + "Name": "CloseHandleSegmentedAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "handleId", "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ + }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "OpenRead", + "Name": "SetProperties", "Parameters": [ { "Name": "accessCondition", @@ -480303,10 +481520,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenRead", + "Name": "BeginSetProperties", "Parameters": [ { "Name": "callback", @@ -480320,7 +481537,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginSetProperties", "Parameters": [ { "Name": "accessCondition", @@ -480346,32 +481563,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -480386,10 +481603,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -480408,14 +481625,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Resize", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -480430,14 +481647,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginResize", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -480451,11 +481668,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginResize", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -480481,45 +481698,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndResize", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "ResizeAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "ResizeAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "ResizeAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -480534,14 +481751,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "ResizeAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -480560,15 +481777,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -480585,12 +481798,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -480603,12 +481812,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -480633,7 +481838,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -480643,22 +481848,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], + "Name": "SetMetadataAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -480667,12 +481863,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -480689,12 +481881,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -480715,12 +481903,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "target", + "Name": "rangeData", "Type": "System.IO.Stream" }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -480732,31 +481928,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "DownloadToFile", + "Name": "WriteRange", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "sourceOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -480771,15 +481971,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -480793,15 +481997,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "path", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -480815,6 +482061,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -480827,7 +482077,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -480837,29 +482087,37 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -480869,15 +482127,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -480895,15 +482157,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -480925,15 +482191,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -480959,15 +482229,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -480982,18 +482294,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -481007,15 +482319,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -481041,40 +482353,1217 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndStartCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "OpenRead", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndOpenRead", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndOpenWrite", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + }, + { + "Name": "DownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDownloadToStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDownloadToFile", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDownloadToByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -482758,142 +485247,651 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UploadTextAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UploadTextAsync", + "Name": "", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "UploadTextAsync", + "Name": "", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ShareName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SrcFilePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SrcShareName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestShareName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFilePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [ + "SrcContext" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestContext", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ShareInstance", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SrcFilePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SrcShare", + "AliasList": [ + "CloudFileShare" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileShare", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadTextAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadTextAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" + }, + { + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" }, { "Name": "Create", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -482906,10 +485904,6 @@ { "Name": "BeginCreate", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -482924,14 +485918,6 @@ { "Name": "BeginCreate", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -482963,21 +485949,12 @@ }, { "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - } - ], + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { "Name": "CreateAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -482988,14 +485965,6 @@ { "Name": "CreateAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -483010,14 +485979,6 @@ { "Name": "CreateAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -483034,10 +485995,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Exists", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -483048,7 +486009,7 @@ "ReturnType": "System.Boolean" }, { - "Name": "BeginExists", + "Name": "BeginCreateIfNotExists", "Parameters": [ { "Name": "callback", @@ -483062,7 +486023,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginCreateIfNotExists", "Parameters": [ { "Name": "options", @@ -483084,7 +486045,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndCreateIfNotExists", "Parameters": [ { "Name": "asyncResult", @@ -483094,12 +486055,12 @@ "ReturnType": "System.Boolean" }, { - "Name": "ExistsAsync", + "Name": "CreateIfNotExistsAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ExistsAsync", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { "Name": "cancellationToken", @@ -483109,7 +486070,7 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ExistsAsync", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { "Name": "options", @@ -483123,7 +486084,7 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ExistsAsync", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { "Name": "options", @@ -483141,8 +486102,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "FetchAttributes", + "Name": "Snapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483156,10 +486121,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "callback", @@ -483173,8 +486138,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483199,33 +486168,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "FetchAttributesAsync", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "FetchAttributesAsync", + "Name": "SnapshotAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "FetchAttributesAsync", + "Name": "SnapshotAsync", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483239,11 +486212,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "FetchAttributesAsync", + "Name": "SnapshotAsync", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483261,11 +486238,33 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" }, { "Name": "Delete", "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483321,6 +486320,36 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { "Name": "EndDelete", "Parameters": [ @@ -483387,8 +486416,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DeleteAsync", "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483400,26 +486433,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "DeleteIfExists", "Parameters": [ { "Name": "accessCondition", @@ -483432,46 +486455,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndDeleteIfExists", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483485,41 +486479,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteIfExistsAsync", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ListRanges", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483531,13 +486509,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "BeginListRanges", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -483550,15 +486522,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" }, { "Name": "accessCondition", @@ -483584,41 +486552,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Boolean" }, { - "Name": "ListRangesAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ListRangesAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ListRangesAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483632,19 +486592,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ListRangesAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483662,18 +486614,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ListHandlesSegmented", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" }, { "Name": "accessCondition", @@ -483686,25 +486634,45 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginListHandlesSegmented", + "Name": "Exists", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -483725,56 +486693,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListHandlesSegmented", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -483784,19 +486729,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -483806,33 +486743,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483844,51 +486763,27 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmented", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483913,26 +486808,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseHandleSegmented", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -483947,13 +486867,13 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "GetPermissions", "Parameters": [ { "Name": "accessCondition", @@ -483968,10 +486888,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "BeginSetProperties", + "Name": "BeginGetPermissions", "Parameters": [ { "Name": "callback", @@ -483985,7 +486905,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginGetPermissions", "Parameters": [ { "Name": "accessCondition", @@ -484011,32 +486931,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndGetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "SetPropertiesAsync", + "Name": "GetPermissionsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "SetPropertiesAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "SetPropertiesAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "accessCondition", @@ -484051,10 +486971,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "SetPropertiesAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "accessCondition", @@ -484073,19 +486993,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "Resize", + "Name": "GetStats", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -484095,15 +487007,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" }, { - "Name": "BeginResize", + "Name": "BeginGetStats", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -484116,16 +487024,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginGetStats", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -484146,50 +487046,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndGetStats", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" }, { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetStatsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "ResizeAsync", + "Name": "GetStatsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "ResizeAsync", + "Name": "GetStatsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -484199,19 +487082,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "ResizeAsync", + "Name": "GetStatsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -484225,7 +487100,7 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { "Name": "SetMetadata", @@ -484351,19 +487226,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRange", + "Name": "SetPermissions", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { "Name": "accessCondition", @@ -484381,95 +487248,11 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRange", - "Parameters": [ - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "sourceOffset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "destOffset", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginWriteRange", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginWriteRange", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { "Name": "callback", @@ -484483,19 +487266,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { "Name": "accessCondition", @@ -484509,10 +487284,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -484525,7 +487296,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndSetPermissions", "Parameters": [ { "Name": "asyncResult", @@ -484535,37 +487306,21 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { "Name": "cancellationToken", @@ -484575,49 +487330,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteRangeAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { "Name": "accessCondition", @@ -484630,28 +487347,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { "Name": "accessCondition", @@ -484665,10 +487370,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -484677,58 +487378,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "sourceOffset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "destOffset", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearRange", + "Name": "SetProperties", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -484745,16 +487396,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearRange", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -484767,16 +487410,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -484801,7 +487436,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -484811,30 +487446,13 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -484843,16 +487461,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -484869,16 +487479,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -484899,19 +487501,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "CreateFilePermission", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "permission", + "Type": "System.String" }, { "Name": "options", @@ -484925,23 +487519,11 @@ "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "CreateFilePermissionAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "permission", + "Type": "System.String" }, { "Name": "options", @@ -484950,24 +487532,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartCopy", + "Name": "GetFilePermission", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "filePermissionKey", + "Type": "System.String" }, { "Name": "options", @@ -484981,23 +487559,11 @@ "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "GetFilePermissionAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "filePermissionKey", + "Type": "System.String" }, { "Name": "options", @@ -485006,45 +487572,18 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -485065,11 +487604,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -485077,7 +487611,7 @@ "Name": "", "Parameters": [ { - "Name": "fileAbsoluteUri", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -485087,7 +487621,7 @@ "Name": "", "Parameters": [ { - "Name": "fileAbsoluteUri", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485101,7 +487635,11 @@ "Name": "", "Parameters": [ { - "Name": "fileAbsoluteUri", + "Name": "shareAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485110,211 +487648,46 @@ } ], "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "", + "Parameters": [ + { + "Name": "shareAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "shareAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null } - ], - "Constructors": [] + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ShareName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "SrcFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SrcShareName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, @@ -485368,42 +487741,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Context", - "AliasList": [ - "SrcContext" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "DestContext", @@ -485445,7 +487782,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -485585,50 +487922,30 @@ ] }, { - "Name": "ShareInstance", + "Name": "FileInstanceToFilePath", "Parameters": [ { "ParameterMetadata": { - "Name": "SrcFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SrcShare", + "Name": "SrcFile", "AliasList": [ - "CloudFileShare" + "CloudFile" ], "Type": { "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", "StorageUri": "Microsoft.Azure.Storage.StorageUri", "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", "Name": "System.String", "Uri": "System.Uri", "SnapshotQualifiedUri": "System.Uri" @@ -485637,83 +487954,74 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCreate", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCreate", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCreate", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -485723,11 +488031,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -485741,39 +488061,57 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateIfNotExists", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCreateIfNotExists", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreateIfNotExists", - "Parameters": [ + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -485781,46 +488119,55 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "EndCreateIfNotExists", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -485828,13 +488175,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -485848,14 +488215,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Snapshot", + "Name": "AbortCopy", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -485870,11 +488237,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Void" }, { - "Name": "BeginSnapshot", + "Name": "BeginAbortCopy", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -485887,11 +488258,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -485917,36 +488288,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Void" }, { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "AbortCopyAsync", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -485961,14 +488341,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -485987,120 +488367,92 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Delete", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDelete", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "state", - "Type": "System.Object" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginDelete", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" }, { - "Name": "state", - "Type": "System.Object" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginDelete", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndDelete", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", @@ -486110,13 +488462,22 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -486125,8 +488486,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -486143,8 +488512,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -486165,11 +488542,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -486183,6 +488564,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -486191,29 +488576,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExists", + "Name": "Create", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -486228,36 +488595,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginCreate", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "size", + "Type": "System.Int64" }, { "Name": "callback", @@ -486271,11 +488616,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginCreate", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -486301,51 +488646,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "size", + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -486357,20 +488697,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -486389,13 +488725,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { "Name": "Exists", "Parameters": [ { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -486622,7 +488958,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissions", + "Name": "Delete", "Parameters": [ { "Name": "accessCondition", @@ -486637,10 +488973,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" + "ReturnType": "System.Void" }, { - "Name": "BeginGetPermissions", + "Name": "BeginDelete", "Parameters": [ { "Name": "callback", @@ -486654,7 +488990,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetPermissions", + "Name": "BeginDelete", "Parameters": [ { "Name": "accessCondition", @@ -486680,32 +489016,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPermissions", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" + "ReturnType": "System.Void" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -486720,10 +489056,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -486742,11 +489078,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetStats", + "Name": "DeleteIfExists", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -486756,10 +489096,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" + "ReturnType": "System.Boolean" }, { - "Name": "BeginGetStats", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -486773,8 +489113,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetStats", + "Name": "BeginDeleteIfExists", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -486795,33 +489139,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetStats", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" + "ReturnType": "System.Boolean" }, { - "Name": "GetStatsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetStatsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetStatsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -486831,11 +489179,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetStatsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -486849,11 +489201,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetMetadata", + "Name": "ListRanges", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -486867,10 +489227,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginSetMetadata", + "Name": "BeginListRanges", "Parameters": [ { "Name": "callback", @@ -486884,8 +489244,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginListRanges", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -486910,33 +489278,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "SetMetadataAsync", + "Name": "ListRangesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SetMetadataAsync", + "Name": "ListRangesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SetMetadataAsync", + "Name": "ListRangesAsync", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -486950,11 +489326,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SetMetadataAsync", + "Name": "ListRangesAsync", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -486972,14 +489356,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SetPermissions", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -486994,32 +489382,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginSetPermissions", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetPermissions", - "Parameters": [ - { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -487045,45 +489419,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPermissions", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "SetPermissionsAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "SetPermissionsAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -487098,14 +489478,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "SetPermissionsAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -487120,15 +489500,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetProperties", + "Name": "EndCloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -487140,26 +489538,148 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginSetProperties", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginSetProperties", + "Name": "BeginCloseHandleSegmented", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCloseHandleSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + }, + { + "Name": "SetProperties", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", "Parameters": [ { "Name": "accessCondition", @@ -487250,11 +489770,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateFilePermission", + "Name": "Resize", "Parameters": [ { - "Name": "permission", - "Type": "System.String" + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -487265,14 +489789,36 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "CreateFilePermissionAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "permission", - "Type": "System.String" + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginResize", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -487282,19 +489828,61 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFilePermission", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "filePermissionKey", - "Type": "System.String" + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -487305,14 +489893,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFilePermissionAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "filePermissionKey", - "Type": "System.String" + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -487324,448 +489916,151 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetSharedAccessSignature", + "Name": "SetMetadata", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndSetMetadata", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "WriteRange", "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestShareName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "FileInstanceToFilePath", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "SrcFile", - "AliasList": [ - "CloudFile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "contentMD5", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -487775,36 +490070,36 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "WriteRange", "Parameters": [ { - "Name": "source", + "Name": "sourceUri", "Type": "System.Uri" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceOffset", + "Type": "System.Int64" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int64" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -487813,6 +490108,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "callback", @@ -487826,18 +490139,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "destAccessCondition", + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -487860,23 +490177,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "contentMD5", + "Type": "System.String" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -487886,6 +490203,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -487898,76 +490219,136 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "destAccessCondition", + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -487977,28 +490358,74 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", + "Name": "sourceUri", "Type": "System.Uri" }, + { + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, { "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -488009,21 +490436,43 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "destAccessCondition", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -488034,31 +490483,99 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndClearRange", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -488073,14 +490590,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "StartCopy", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -488099,14 +490616,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "StartCopyAsync", + "Name": "StartCopy", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Type": "System.Uri" }, { "Name": "sourceAccessCondition", @@ -488129,10 +490646,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "StartCopyAsync", + "Name": "StartCopy", "Parameters": [ { "Name": "source", @@ -488153,16 +490670,12 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "StartCopyAsync", + "Name": "StartCopy", "Parameters": [ { "Name": "source", @@ -488187,42 +490700,34 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "AbortCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { "Name": "callback", @@ -488236,14 +490741,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -488266,48 +490775,56 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ + "Name": "source", + "Type": "System.Uri" + }, { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "copyId", - "Type": "System.String" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AbortCopyAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -488317,21 +490834,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AbortCopyAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -488341,93 +490874,49 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndStartCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { "Name": "OpenRead", @@ -490899,6 +493388,841 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestShareName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFilePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestContext", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "FileInstanceToFileInstance", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SrcFile", + "AliasList": [ + "CloudFile" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, { "Name": "EndUploadText", "Parameters": [ @@ -493188,343 +496512,6 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestShareName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "FileInstanceToFileInstance", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "SrcFile", - "AliasList": [ - "CloudFile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "BeginStartCopy", "Parameters": [ @@ -493703,504 +496690,6 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, { "Name": "OpenRead", "Parameters": [ @@ -496671,6 +499160,608 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DestFile", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, { "Name": "EndUploadText", "Parameters": [ @@ -498960,110 +502051,6 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestFile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "BeginStartCopy", "Parameters": [ @@ -499242,504 +502229,6 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, { "Name": "OpenRead", "Parameters": [ @@ -502210,6 +504699,1036 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UriToFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AbsoluteUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestShareName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFilePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestContext", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UriToFileInstance", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AbsoluteUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFile", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, { "Name": "EndUploadText", "Parameters": [ @@ -504499,538 +508018,6 @@ ], "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UriToFilePath", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "AbsoluteUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestShareName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UriToFileInstance", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "AbsoluteUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DestFile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "BeginStartCopy", "Parameters": [ @@ -505209,504 +508196,6 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, { "Name": "OpenRead", "Parameters": [ @@ -508178,2293 +510667,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Create", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Delete", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDelete", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteIfExists", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDeleteIfExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ListRanges", - "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "BeginListRanges", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginListRanges", - "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListRanges", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" - }, - { - "Name": "ListHandlesSegmented", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" - }, - { - "Name": "BeginListHandlesSegmented", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" - }, - { - "Name": "ListHandlesSegmentedAsync", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" - }, - { - "Name": "CloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" - }, - { - "Name": "BeginCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" - }, - { - "Name": "CloseAllHandlesSegmentedAsync", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" - }, - { - "Name": "CloseHandleSegmented", - "Parameters": [ - { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" - }, - { - "Name": "BeginCloseHandleSegmented", - "Parameters": [ - { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" - }, - { - "Name": "CloseHandleSegmentedAsync", - "Parameters": [ - { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" - }, - { - "Name": "SetProperties", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Resize", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginResize", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginResize", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndResize", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadata", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetMetadata", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteRange", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteRange", - "Parameters": [ - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "sourceOffset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "destOffset", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginWriteRange", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginWriteRange", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginWriteRange", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndWriteRange", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "sourceOffset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "destOffset", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearRange", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginClearRange", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginClearRange", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndClearRange", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ClearRangeAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearRangeAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearRangeAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearRangeAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -510485,11 +510690,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -510550,7 +510750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -510699,7 +510899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -510855,7 +511055,7 @@ "Type": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobClient": "Azure.Storage.Blobs.BlobClient", "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", @@ -510939,6 +511139,11 @@ ], "ReturnType": "Azure.Storage.Blobs.BlobClient" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -510958,11 +511163,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -511066,52 +511266,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -511220,6 +511374,1477 @@ ], "ReturnType": "System.String" }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "RenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndStartCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Snapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSnapshot", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, { "Name": "OpenRead", "Parameters": [ @@ -513529,386 +515154,167 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Type" }, { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAcquireLease", + "Name": "Equals", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAcquireLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "RenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": null }, { - "Name": "BeginRenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginRenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "RenewLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "RenewLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CloudBlobContainer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ChangeLease", "Parameters": [ @@ -514362,38 +515768,8 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -514406,22 +515782,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -514440,56 +515804,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -514497,25 +515840,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -514527,594 +515858,200 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "AbortCopy", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "copyId", + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "AbortCopyAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Snapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "BeginSnapshot", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "BeginSnapshot", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "EndSnapshot", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "blobName", + "Type": "System.String" } ], "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" }, { "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "relativeAddress", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CloudBlobContainer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "Create", "Parameters": [ @@ -516491,693 +517428,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - }, - { - "Name": "BeginGetPermissions", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetPermissions", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetPermissions", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadata", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetMetadata", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAcquireLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "RenewLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "BeginRenewLease", + "Name": "BeginGetPermissions", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -517190,7 +517445,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginGetPermissions", "Parameters": [ { "Name": "accessCondition", @@ -517216,41 +517471,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndGetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetPermissionsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPermissionsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "accessCondition", @@ -517265,10 +517511,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "accessCondition", @@ -517287,21 +517533,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "ChangeLease", + "Name": "Exists", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -517309,19 +517547,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "BeginChangeLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -517334,16 +517564,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -517364,58 +517586,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -517423,20 +517634,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -517451,10 +517662,10 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLease", + "Name": "FetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -517472,12 +517683,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -517490,7 +517697,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -517516,7 +517723,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -517526,22 +517733,13 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -517550,7 +517748,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -517568,7 +517766,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -517590,12 +517788,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -517609,15 +517803,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -517630,12 +517820,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -517660,46 +517846,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -517711,17 +517902,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "AcquireLease", "Parameters": [ { - "Name": "breakPeriod", + "Name": "leaseTime", "Type": "System.Nullable`1[System.TimeSpan]" }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -517733,17 +517932,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.String" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -517756,10 +517959,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -517778,35 +517993,64 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -517814,13 +518058,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -517832,13 +518088,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountProperties", + "Name": "RenewLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -517846,185 +518106,130 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "EndRenewLease", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlockBlobReference", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlockBlobReference", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAppendBlobReference", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReference", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -518045,11 +518250,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -518140,7 +518340,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -518330,52 +518530,6 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, { "Name": "GetSharedAccessSignature", "Parameters": [ @@ -518484,6 +518638,1477 @@ ], "ReturnType": "System.String" }, + { + "Name": "EndUndelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAcquireLease", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAcquireLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "RenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndChangeLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndReleaseLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndBreakLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.TimeSpan" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndStartCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Snapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSnapshot", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, { "Name": "OpenRead", "Parameters": [ @@ -520793,386 +522418,380 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Type" }, { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "BeginAcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAcquireLease", + "Name": "Equals", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndAcquireLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "RenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": null }, { - "Name": "BeginRenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginRenewLease", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CopyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "EndRenewLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], + "Name": "Clear", + "Parameters": [], "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ContainerPipeline", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CloudBlobContainer", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ChangeLease", "Parameters": [ @@ -521626,38 +523245,8 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -521670,22 +523259,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -521704,56 +523281,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -521761,25 +523317,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -521791,807 +523335,200 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "AbortCopy", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "copyId", + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "AbortCopyAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Snapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "BeginSnapshot", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "BeginSnapshot", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "EndSnapshot", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "blobName", + "Type": "System.String" } ], "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "blobName", + "Type": "System.String" }, { "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "relativeAddress", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "CopyId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Context", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ContainerPipeline", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "CloudBlobContainer", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "Create", "Parameters": [ @@ -524767,741 +525704,9 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginChangeLease", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndReleaseLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -525522,11 +525727,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -525611,7 +525811,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -525866,7 +526066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -526073,7 +526273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -526238,312 +526438,134 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [ - "Stop-CopyAzureStorageBlob" - ] - }, - { - "VerbName": "Stop", - "NounName": "AzStorageFileCopy", - "Name": "Stop-AzStorageFileCopy", - "ClassName": "Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet.StopAzureStorageFileCopyCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ShareName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "File", - "AliasList": [ - "CloudFile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Stop-CopyAzureStorageBlob" + ] + }, + { + "VerbName": "Stop", + "NounName": "AzStorageFileCopy", + "Name": "Stop-AzStorageFileCopy", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet.StopAzureStorageFileCopyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ShareName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "FilePath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "File", + "AliasList": [ + "CloudFile" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "StartCopyAsync", "Parameters": [ @@ -527043,40 +527065,50 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "EndUploadText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "content", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527088,46 +527120,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "content", + "Type": "System.String" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527139,13 +527146,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527158,19 +527177,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "Create", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -527185,14 +527208,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "callback", @@ -527206,11 +527229,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCreate", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -527236,45 +527259,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -527289,14 +527312,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWriteAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -527315,19 +527338,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Exists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -527337,15 +527352,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -527358,16 +527369,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -527388,46 +527391,65 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "FetchAttributes", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527441,15 +527463,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "DownloadToStreamAsync", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527462,6 +527494,35 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndFetchAttributes", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -527470,12 +527531,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527487,10 +527544,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -527500,16 +527571,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "Delete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527526,16 +527589,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -527548,16 +527603,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527582,7 +527629,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -527592,48 +527639,63 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527647,19 +527709,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527672,24 +527740,63 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDeleteIfExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFileAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -527702,27 +527809,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToByteArray", + "Name": "ListRanges", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -527737,19 +527840,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginListRanges", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -527762,15 +527857,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginListRanges", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -527796,57 +527891,66 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + }, + { + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -527859,20 +527963,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -527885,24 +527993,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -527917,22 +528021,36 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadText", + "Name": "EndListHandlesSegmented", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, + { + "Name": "ListHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -527945,30 +528063,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "BeginDownloadText", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "state", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginDownloadText", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -527994,36 +528124,21 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadTextAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -528036,16 +528151,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DownloadTextAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -528058,20 +528181,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DownloadTextAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -528086,30 +528209,36 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToStream", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -528122,25 +528251,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "SetProperties", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -528153,20 +528292,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528191,7 +528318,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -528201,37 +528328,52 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", @@ -528241,19 +528383,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "Resize", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -528268,22 +528402,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "BeginResize", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginResize", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -528298,26 +528442,56 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -528330,37 +528504,39 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadata", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528374,27 +528550,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -528407,24 +528567,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528449,82 +528593,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528538,27 +528633,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528576,26 +528655,22 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "rangeData", + "Type": "System.IO.Stream" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -528608,53 +528683,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStream", + "Name": "WriteRange", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceOffset", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "count", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "destOffset", + "Type": "System.Int64" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -528669,12 +528726,20 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -528687,12 +528752,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528717,37 +528790,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, { - "Name": "length", + "Name": "startOffset", "Type": "System.Int64" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -528761,6 +528816,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -528773,7 +528832,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -528783,22 +528842,38 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -528807,12 +528882,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528829,12 +528912,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528855,12 +528946,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", + "Name": "rangeData", "Type": "System.IO.Stream" }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -528885,76 +528984,30 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "length", + "Name": "sourceOffset", "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { - "Name": "length", + "Name": "count", "Type": "System.Int64" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", + "Name": "destOffset", "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -528967,17 +529020,17 @@ }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "ClearRange", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "startOffset", + "Type": "System.Int64" }, { "Name": "length", @@ -528994,46 +529047,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromFile", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -529047,11 +529074,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginClearRange", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -529077,7 +529108,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -529087,21 +529118,29 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -529111,11 +529150,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -529133,11 +529176,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "ClearRangeAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -529159,14 +529206,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -529176,36 +529227,28 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromByteArray", + "Name": "StartCopy", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" }, { "Name": "options", @@ -529216,52 +529259,52 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginUploadFromByteArray", + "Name": "StartCopy", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginUploadFromByteArray", + "Name": "StartCopy", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" }, { "Name": "options", @@ -529270,6 +529313,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -529283,73 +529336,75 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" }, { "Name": "options", @@ -529358,27 +529413,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -529390,30 +529449,34 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" }, { "Name": "options", @@ -529424,27 +529487,53 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadText", + "Name": "EndStartCopy", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "OpenRead", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -529458,15 +529547,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginUploadText", + "Name": "BeginOpenRead", "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -529479,16 +529564,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginOpenRead", "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -529513,49 +529590,76 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "UploadTextAsync", + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "UploadTextAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "UploadTextAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -529570,18 +529674,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "UploadTextAsync", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -529596,22 +529714,56 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadTextAsync", + "Name": "EndOpenWrite", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -529624,24 +529776,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + }, + { + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "Create", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -529659,11 +529829,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginCreate", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "callback", @@ -529677,11 +529847,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -529707,7 +529877,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -529717,21 +529887,21 @@ "ReturnType": "System.Void" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "cancellationToken", @@ -529741,11 +529911,33 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -529758,16 +529950,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -529781,6 +529977,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -529789,8 +529989,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Exists", + "Name": "DownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -529800,11 +530012,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -529817,8 +530037,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -529839,65 +530071,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "ExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributes", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -529911,25 +530136,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginFetchAttributes", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "path", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -529942,35 +530161,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -529979,26 +530169,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "path", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530011,6 +530191,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -530019,8 +530203,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530034,11 +530226,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -530051,8 +530251,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530077,33 +530285,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "DeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "DeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530117,11 +530350,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "DeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530139,11 +530380,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530155,12 +530404,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginDeleteIfExists", + "Name": "DownloadText", + "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -530174,8 +530453,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530200,33 +530483,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530240,11 +530527,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530262,11 +530553,45 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListRanges", + "Name": "DownloadTextAsync", + "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -530288,11 +530613,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -530305,8 +530642,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -530339,33 +530680,62 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -530387,11 +530757,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "offset", "Type": "System.Nullable`1[System.Int64]" @@ -530417,18 +530791,22 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -530441,20 +530819,36 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -530467,86 +530861,58 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" - }, - { - "Name": "BeginCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -530572,77 +530938,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CloseHandleSegmented", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -530655,38 +531025,28 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "EndCloseHandleSegmented", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" - }, - { - "Name": "CloseHandleSegmentedAsync", - "Parameters": [ + "Name": "target", + "Type": "System.Byte[]" + }, { - "Name": "handleId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -530702,46 +531062,30 @@ }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetProperties", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530755,44 +531099,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530806,11 +531129,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -530822,20 +531153,34 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Resize", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -530848,15 +531193,27 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "size", + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { @@ -530871,10 +531228,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "size", + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", "Type": "System.Int64" }, { @@ -530901,7 +531262,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -530911,21 +531272,21 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "cancellationToken", @@ -530935,11 +531296,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -530957,11 +531318,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -530983,40 +531344,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "System.IO.Stream" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -531030,34 +531363,9 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetMetadata", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -531066,37 +531374,29 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -531106,20 +531406,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -531133,33 +531429,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "sourceOffset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "destOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -531169,49 +531453,53 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginWriteRange", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "source", "Type": "System.IO.Stream" }, { - "Name": "startOffset", + "Name": "length", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginWriteRange", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -531225,6 +531513,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -531238,18 +531536,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -531264,10 +531554,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -531280,7 +531566,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -531290,36 +531576,20 @@ "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -531330,18 +531600,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -531360,18 +531622,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -531394,18 +531648,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { @@ -531432,57 +531678,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "destOffset", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearRange", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -531500,15 +531708,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "callback", @@ -531522,15 +531734,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -531556,7 +531772,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -531566,29 +531782,37 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "cancellationToken", @@ -531598,15 +531822,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -531624,15 +531852,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -531654,18 +531886,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "destAccessCondition", + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -531675,29 +531911,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadText", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -531707,53 +531947,41 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "content", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopy", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "content", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -531761,16 +531989,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" }, { "Name": "callback", @@ -531784,22 +532002,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -531820,11 +532025,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -531897,7 +532097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -532151,7 +532351,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -532245,96 +532445,754 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", - "Parameters": [], + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "File", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "File", + "AliasList": [ + "CloudFile" + ], + "Type": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "AbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "EndUploadText", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "File", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "File", - "AliasList": [ - "CloudFile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, { - "Name": "BeginStartCopy", + "Name": "BeginCreate", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -532357,24 +533215,118 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndCreate", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Exists", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -532395,18 +533347,99 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndExists", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "sourceAccessCondition", + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "FetchAttributes", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -532429,23 +533462,108 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndFetchAttributes", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -532467,76 +533585,206 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "StartCopyAsync", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDeleteIfExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartCopyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ListRanges", + "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -532548,26 +533796,121 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "StartCopyAsync", + "Name": "BeginListRanges", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "sourceAccessCondition", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListRanges", + "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndListRanges", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + }, + { + "Name": "ListRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + }, + { + "Name": "ListRangesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + }, + { + "Name": "ListRangesAsync", + "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + }, + { + "Name": "ListRangesAsync", + "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -532576,23 +533919,97 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "StartCopyAsync", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "sourceAccessCondition", + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, + { + "Name": "BeginListHandlesSegmented", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndListHandlesSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, + { + "Name": "ListHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -532605,29 +534022,83 @@ }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "StartCopyAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "BeginCloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -532639,24 +534110,50 @@ }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "StartCopyAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "handleId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "BeginCloseHandleSegmented", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -532666,28 +534163,96 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + }, + { + "Name": "SetProperties", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -532696,23 +534261,132 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "EndSetProperties", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Resize", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginResize", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginResize", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -532723,31 +534397,137 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndResize", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destAccessCondition", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadata", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -532757,18 +534537,95 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "copyId", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "WriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -532787,10 +534644,56 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "WriteRange", "Parameters": [ { - "Name": "copyId", + "Name": "sourceUri", + "Type": "System.Uri" + }, + { + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -532805,10 +534708,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "copyId", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -532835,7 +534746,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", @@ -532845,20 +534798,36 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "copyId", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "copyId", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -532869,10 +534838,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "copyId", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -532891,10 +534868,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "copyId", + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -532917,87 +534902,591 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetSharedAccessSignature", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "WriteRangeAsync", + "Parameters": [ + { + "Name": "sourceUri", + "Type": "System.Uri" + }, + { + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginClearRange", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndClearRange", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "StartCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndStartCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.String" }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, { "Name": "OpenRead", "Parameters": [ @@ -534896,932 +537385,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUploadFromFile", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUploadFromByteArray", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadText", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadText", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadText", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUploadText", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Create", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCreate", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndExists", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "source", + "Type": "System.IO.Stream" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -535829,13 +537409,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -535844,16 +537440,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributes", + "Name": "UploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -535870,8 +537474,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginUploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -535884,8 +537492,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginUploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -535910,7 +537522,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -535920,13 +537532,22 @@ "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "UploadFromFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -535935,8 +537556,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "UploadFromFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -535953,8 +537578,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "UploadFromFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -535975,8 +537604,50 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -535993,8 +537664,20 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -536007,8 +537690,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -536033,7 +537728,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -536043,52 +537738,37 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "count", + "Type": "System.Int32" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "count", + "Type": "System.Int32" }, { "Name": "cancellationToken", @@ -536098,8 +537778,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -536113,25 +537805,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -536144,63 +537834,28 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDeleteIfExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -536213,23 +537868,27 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRanges", + "Name": "UploadText", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "content", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -536244,11 +537903,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginUploadText", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -536261,15 +537924,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "content", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -536295,1473 +537958,5161 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Boolean" }, { - "Name": "ListRangesAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" - }, + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "ListRangesAsync", + "Name": "", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": null }, { - "Name": "ListRangesAsync", + "Name": "", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": null }, { - "Name": "ListRangesAsync", + "Name": "", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CopyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CopyId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServerTimeoutPerRequest", + "AliasList": [ + "ServerTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClientTimeoutPerRequest", + "AliasList": [ + "ClientTimeoutPerRequestInSeconds" + ], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzDataLakeGen2AclRecursive", + "Name": "Update-AzDataLakeGen2AclRecursive", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.UpdateAzDataLakeGen2AclRecursiveCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "totalDirectoriesSuccessfulCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "totalFilesSuccessfulCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "totalFailureCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "failedEntries", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ContinuationToken", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ContinueOnFailure", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BatchSize", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MaxBatchCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ContinuationToken", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ContinueOnFailure", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BatchSize", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaxBatchCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzDataLakeGen2Item", + "Name": "Update-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.SetAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ItemPipeline", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "ListHandlesSegmented", - "Parameters": [ - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "BeginListHandlesSegmented", + "Name": "Equals", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" - }, + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "ListHandlesSegmentedAsync", + "Name": "", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": null }, { - "Name": "CloseAllHandlesSegmented", + "Name": "", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": null }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "EndCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" - }, + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzRmStorageContainer", + "Name": "Update-AzRmStorageContainer", + "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzureStorageContainerCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "AccountName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", + "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PublicAccess": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", + "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", + "HasLegalHold": "System.Nullable`1[System.Boolean]", + "DenyEncryptionScopeOverride": "System.Nullable`1[System.Boolean]", + "LastModifiedTime": "System.Nullable`1[System.DateTime]", + "Type": "System.String", + "DefaultEncryptionScope": "System.String", + "Name": "System.String", + "LeaseStatus": "System.String", + "LeaseState": "System.String", + "LeaseDuration": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "Etag": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseResourceGroupFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParseStorageAccountNameFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParseStorageContainerNameFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "container", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "container", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StorageAccountName", + "AliasList": [ + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "N", + "ContainerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccount", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", + "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", + "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", + "EnableNfsV3": "System.Nullable`1[System.Boolean]", + "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", + "FailoverInProgress": "System.Nullable`1[System.Boolean]", + "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", + "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", + "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", + "PrimaryLocation": "System.String", + "Kind": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "MinimumTlsVersion": "System.String", + "SecondaryLocation": "System.String", + "ResourceGroupName": "System.String", + "LargeFileSharesState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "storageAccount", + "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" + }, + { + "Name": "client", + "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "storageAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "Container" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", + "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PublicAccess": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", + "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", + "HasLegalHold": "System.Nullable`1[System.Boolean]", + "DenyEncryptionScopeOverride": "System.Nullable`1[System.Boolean]", + "LastModifiedTime": "System.Nullable`1[System.DateTime]", + "Type": "System.String", + "DefaultEncryptionScope": "System.String", + "Name": "System.String", + "LeaseStatus": "System.String", + "LeaseState": "System.String", + "LeaseDuration": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "Etag": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseResourceGroupFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParseStorageAccountNameFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParseStorageContainerNameFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "container", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "container", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PublicAccess", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "AccountName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", + "AliasList": [ + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "N", + "ContainerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PublicAccess", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Boolean" }, { - "Name": "CloseHandleSegmented", + "Name": "HasFlag", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "CompareTo", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "CloseHandleSegmentedAsync", - "Parameters": [ - { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "SetProperties", + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "format", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "ToString", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginSetProperties", + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndSetProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" }, { - "Name": "SetPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "SetPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "AccountObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "N", + "ContainerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "StorageAccount", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", + "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", + "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", + "EnableNfsV3": "System.Nullable`1[System.Boolean]", + "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", + "FailoverInProgress": "System.Nullable`1[System.Boolean]", + "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", + "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", + "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", + "PrimaryLocation": "System.String", + "Kind": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "MinimumTlsVersion": "System.String", + "SecondaryLocation": "System.String", + "ResourceGroupName": "System.String", + "LargeFileSharesState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "SetPropertiesAsync", + "Name": "Create", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "storageAccount", + "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" }, { - "Name": "SetPropertiesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "Resize", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "BeginResize", + "Name": "Equals", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginResize", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "EndResize", + "Name": "", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "storageAccount", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PublicAccess", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "ResizeAsync", + "Name": "Equals", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "ResizeAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "ResizeAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "target", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "SetMetadata", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "BeginSetMetadata", + "Name": "ToString", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "format", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginSetMetadata", + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndSetMetadata", + "Name": "ToString", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetMetadataAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.TypeCode" }, { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ContainerObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "Container" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", + "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PublicAccess": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", + "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", + "HasLegalHold": "System.Nullable`1[System.Boolean]", + "DenyEncryptionScopeOverride": "System.Nullable`1[System.Boolean]", + "LastModifiedTime": "System.Nullable`1[System.DateTime]", + "Type": "System.String", + "DefaultEncryptionScope": "System.String", + "Name": "System.String", + "LeaseStatus": "System.String", + "LeaseState": "System.String", + "LeaseDuration": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "Etag": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "SetMetadataAsync", + "Name": "ParseResourceGroupFromId", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "idFromServer", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WriteRange", + "Name": "ParseStorageAccountNameFromId", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "idFromServer", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "WriteRange", + "Name": "ParseStorageContainerNameFromId", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "sourceOffset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "destOffset", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "idFromServer", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginWriteRange", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "BeginWriteRange", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginWriteRange", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "container", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "EndWriteRange", + "Name": "", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "container", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PublicAccess", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "WriteRangeAsync", + "Name": "Equals", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "WriteRangeAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "WriteRangeAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "target", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "WriteRangeAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "format", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WriteRangeAsync", + "Name": "ToString", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "format", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WriteRangeAsync", + "Name": "ToString", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "sourceOffset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "destOffset", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "ClearRange", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" }, { - "Name": "BeginClearRange", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PublicAccess", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginClearRange", + "Name": "HasFlag", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndClearRange", + "Name": "CompareTo", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "target", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "ClearRangeAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "ClearRangeAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "format", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "ClearRangeAsync", + "Name": "ToString", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "ClearRangeAsync", + "Name": "ToString", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzRmStorageShare", + "Name": "Update-AzRmStorageShare", + "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzureStorageShareCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "AccountName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Deleted": "System.Nullable`1[System.Boolean]", + "SnapshotTime": "System.Nullable`1[System.DateTime]", + "AccessTierChangeTime": "System.Nullable`1[System.DateTime]", + "LastModifiedTime": "System.Nullable`1[System.DateTime]", + "DeletedTime": "System.Nullable`1[System.DateTime]", + "QuotaGiB": "System.Nullable`1[System.Int32]", + "RemainingRetentionDays": "System.Nullable`1[System.Int32]", + "ShareUsageBytes": "System.Nullable`1[System.Int64]", + "AccessTierStatus": "System.String", + "AccessTier": "System.String", + "RootSquash": "System.String", + "EnabledProtocols": "System.String", + "Version": "System.String", + "Type": "System.String", + "Name": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "Etag": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseResourceGroupFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParseStorageAccountNameFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParseStorageContainerNameFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "share", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "share", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StorageAccountName", + "AliasList": [ + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "N", + "ShareName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccount", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", + "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", + "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", + "EnableNfsV3": "System.Nullable`1[System.Boolean]", + "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", + "FailoverInProgress": "System.Nullable`1[System.Boolean]", + "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", + "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", + "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", + "PrimaryLocation": "System.String", + "Kind": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "MinimumTlsVersion": "System.String", + "SecondaryLocation": "System.String", + "ResourceGroupName": "System.String", + "LargeFileSharesState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "storageAccount", + "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" + }, + { + "Name": "client", + "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "storageAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "Share" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Deleted": "System.Nullable`1[System.Boolean]", + "SnapshotTime": "System.Nullable`1[System.DateTime]", + "AccessTierChangeTime": "System.Nullable`1[System.DateTime]", + "LastModifiedTime": "System.Nullable`1[System.DateTime]", + "DeletedTime": "System.Nullable`1[System.DateTime]", + "QuotaGiB": "System.Nullable`1[System.Int32]", + "RemainingRetentionDays": "System.Nullable`1[System.Int32]", + "ShareUsageBytes": "System.Nullable`1[System.Int64]", + "AccessTierStatus": "System.String", + "AccessTier": "System.String", + "RootSquash": "System.String", + "EnabledProtocols": "System.String", + "Version": "System.String", + "Type": "System.String", + "Name": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "Etag": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseResourceGroupFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParseStorageAccountNameFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParseStorageContainerNameFromId", + "Parameters": [ + { + "Name": "idFromServer", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "share", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "share", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "QuotaGiB", + "AliasList": [ + "Quota" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AccessTier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TransactionOptimized", + "Premium", + "Hot", + "Cool" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "RootSquash", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "AccountName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", + "AliasList": [ + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "N", + "ShareName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "QuotaGiB", + "AliasList": [ + "Quota" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccessTier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TransactionOptimized", + "Premium", + "Hot", + "Cool" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RootSquash", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "AccountObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "N", + "ShareName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccount", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", + "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", + "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", + "EnableNfsV3": "System.Nullable`1[System.Boolean]", + "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", + "FailoverInProgress": "System.Nullable`1[System.Boolean]", + "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", + "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", + "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", + "PrimaryLocation": "System.String", + "Kind": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "MinimumTlsVersion": "System.String", + "SecondaryLocation": "System.String", + "ResourceGroupName": "System.String", + "LargeFileSharesState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "storageAccount", + "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" } ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "StartCopy", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "StartCopy", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "storageAccount", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "QuotaGiB", + "AliasList": [ + "Quota" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccessTier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TransactionOptimized", + "Premium", + "Hot", + "Cool" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RootSquash", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ShareResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "QuotaGiB", + "AliasList": [ + "Quota" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccessTier", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "TransactionOptimized", + "Premium", + "Hot", + "Cool" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RootSquash", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ShareObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "Share" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Deleted": "System.Nullable`1[System.Boolean]", + "SnapshotTime": "System.Nullable`1[System.DateTime]", + "AccessTierChangeTime": "System.Nullable`1[System.DateTime]", + "LastModifiedTime": "System.Nullable`1[System.DateTime]", + "DeletedTime": "System.Nullable`1[System.DateTime]", + "QuotaGiB": "System.Nullable`1[System.Int32]", + "RemainingRetentionDays": "System.Nullable`1[System.Int32]", + "ShareUsageBytes": "System.Nullable`1[System.Int64]", + "AccessTierStatus": "System.String", + "AccessTier": "System.String", + "RootSquash": "System.String", + "EnabledProtocols": "System.String", + "Version": "System.String", + "Type": "System.String", + "Name": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "Etag": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "StartCopy", + "Name": "ParseResourceGroupFromId", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "idFromServer", + "Type": "System.String" } ], "ReturnType": "System.String" }, { - "Name": "BeginStartCopy", + "Name": "ParseStorageAccountNameFromId", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "idFromServer", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginStartCopy", + "Name": "ParseStorageContainerNameFromId", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "idFromServer", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -537776,11 +543127,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -537788,21 +543134,7 @@ "Name": "", "Parameters": [ { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", + "Name": "share", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -537812,11 +543144,7 @@ "Name": "", "Parameters": [ { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", + "Name": "share", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -537827,21 +543155,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "CopyId", - "AliasList": [], + "Name": "QuotaGiB", + "AliasList": [ + "Quota" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -537860,12 +543190,12 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Metadata", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -537884,26 +543214,27 @@ }, { "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], + "Name": "AccessTier", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "TransactionOptimized", + "Premium", + "Hot", + "Cool" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -537912,23 +543243,23 @@ }, { "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], + "Name": "RootSquash", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -537942,6 +543273,7 @@ "ParameterMetadata": { "Name": "DefaultProfile", "AliasList": [ + "AzContext", "AzureRmContext", "AzureCredential" ], @@ -537975,32 +543307,6 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false } ] }, @@ -538009,12 +543315,14 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "CopyId", - "AliasList": [], + "Name": "QuotaGiB", + "AliasList": [ + "Quota" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -538033,12 +543341,12 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Metadata", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -538057,26 +543365,27 @@ }, { "ParameterMetadata": { - "Name": "ServerTimeoutPerRequest", - "AliasList": [ - "ServerTimeoutPerRequestInSeconds" - ], + "Name": "AccessTier", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "TransactionOptimized", + "Premium", + "Hot", + "Cool" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -538085,23 +543394,23 @@ }, { "ParameterMetadata": { - "Name": "ClientTimeoutPerRequest", - "AliasList": [ - "ClientTimeoutPerRequestInSeconds" - ], + "Name": "RootSquash", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "NoRootSquash", + "RootSquash", + "AllSquash" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -538115,6 +543424,7 @@ "ParameterMetadata": { "Name": "DefaultProfile", "AliasList": [ + "AzContext", "AzureRmContext", "AzureCredential" ], @@ -538148,32 +543458,6 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConcurrentTaskCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 1000, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false } ] } @@ -538182,9 +543466,9 @@ }, { "VerbName": "Update", - "NounName": "AzDataLakeGen2AclRecursive", - "Name": "Update-AzDataLakeGen2AclRecursive", - "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.UpdateAzDataLakeGen2AclRecursiveCommand", + "NounName": "AzStorageAccountNetworkRuleSet", + "Name": "Update-AzStorageAccountNetworkRuleSet", + "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzureStorageAccountRuleSetCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -538192,13 +543476,164 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSACLRecursiveChangeResult, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", + "ResourceAccessRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", + "Bypass": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ParsePSNetworkRuleAction", + "Parameters": [ + { + "Name": "action", + "Type": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]" + } + ], + "ReturnType": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]" + }, + { + "Name": "ParseStorageNetworkRuleAction", + "Parameters": [ + { + "Name": "action", + "Type": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]" + } + ], + "ReturnType": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]" + }, + { + "Name": "ParsePSNetworkRuleBypass", + "Parameters": [ + { + "Name": "bypass", + "Type": "System.String" + } + ], + "ReturnType": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + }, + { + "Name": "ParseStorageNetworkRuleBypass", + "Parameters": [ + { + "Name": "bypass", + "Type": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParsePSNetworkRuleDefaultAction", + "Parameters": [ + { + "Name": "defaultAction", + "Type": "Microsoft.Azure.Management.Storage.Models.DefaultAction" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum" + }, + { + "Name": "ParseStorageNetworkRuleDefaultAction", + "Parameters": [ + { + "Name": "defaultAction", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.DefaultAction" + }, + { + "Name": "ParsePSNetworkRuleIPRule", + "Parameters": [ + { + "Name": "ipRule", + "Type": "Microsoft.Azure.Management.Storage.Models.IPRule" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" + }, + { + "Name": "ParseStorageNetworkRuleIPRule", + "Parameters": [ + { + "Name": "ipRule", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.IPRule" + }, + { + "Name": "ParsePSResourceAccessRule", + "Parameters": [ + { + "Name": "rule", + "Type": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" + }, + { + "Name": "ParseStorageResourceAccessRule", + "Parameters": [ + { + "Name": "rule", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" + }, + { + "Name": "ParsePSNetworkRuleVirtualNetworkRule", + "Parameters": [ + { + "Name": "virtualNetworkRule", + "Type": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" + }, + { + "Name": "ParseStorageNetworkRuleVirtualNetworkRule", + "Parameters": [ + { + "Name": "virtualNetworkRule", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" + }, + { + "Name": "ParsePSNetworkRule", + "Parameters": [ + { + "Name": "rules", + "Type": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet" + }, + { + "Name": "ParseStorageNetworkRule", + "Parameters": [ + { + "Name": "rules", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -538218,38 +543653,12 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", - "Parameters": [ - { - "Name": "totalDirectoriesSuccessfulCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "totalFilesSuccessfulCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "totalFailureCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "continuationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "failedEntries", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": null } ] @@ -538261,7 +543670,7 @@ ], "Parameters": [ { - "Name": "FileSystem", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -538279,8 +543688,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Path", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "StorageAccountName", + "AccountName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -538297,34 +543709,204 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ContinuationToken", + "Name": "Bypass", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Acl", + "Name": "DefaultAction", "AliasList": [], "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -538333,14 +543915,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ContinueOnFailure", + "Name": "IPRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -538351,14 +543933,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "BatchSize", + "Name": "VirtualNetworkRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -538369,14 +543951,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "MaxBatchCount", + "Name": "ResourceAccessRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -538392,7 +543974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -538404,37 +543986,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "Context", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ + "AzContext", "AzureRmContext", "AzureCredential" ], @@ -538471,7 +544026,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "FileSystem", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -538490,13 +544045,16 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Path", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "StorageAccountName", + "AccountName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -538512,29 +544070,114 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": 1, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "ContinuationToken", + "Name": "Bypass", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -538543,16 +544186,101 @@ }, { "ParameterMetadata": { - "Name": "Acl", + "Name": "DefaultAction", "AliasList": [], "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -538560,21 +544288,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ContinueOnFailure", + "Name": "IPRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -538586,19 +544314,19 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "BatchSize", + "Name": "VirtualNetworkRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -538610,19 +544338,19 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "MaxBatchCount", + "Name": "ResourceAccessRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -538634,7 +544362,7 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -538644,7 +544372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -538661,44 +544389,11 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Context", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "DefaultProfile", "AliasList": [ + "AzContext", "AzureRmContext", "AzureCredential" ], @@ -538740,40 +544435,55 @@ }, { "VerbName": "Update", - "NounName": "AzDataLakeGen2Item", - "Name": "Update-AzDataLakeGen2Item", - "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.SetAzDataLakeGen2ItemCommand", + "NounName": "AzStorageBlobServiceProperty", + "Name": "Update-AzStorageBlobServiceProperty", + "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzStorageBlobServicePropertyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ReceiveManual", + "DefaultParameterSetName": "AccountName", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", - "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", - "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", - "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", - "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "IsDirectory": "System.Boolean", - "Length": "System.Int64", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "Path": "System.String", - "ContinuationToken": "System.String", - "ContentType": "System.String", - "Owner": "System.String", - "Group": "System.String", - "Name": "System.String" + "ChangeFeed": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", + "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", + "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", + "RestorePolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", + "IsVersioningEnabled": "System.Nullable`1[System.Boolean]", + "ResourceGroupName": "System.String", + "StorageAccountName": "System.String", + "Name": "System.String", + "Id": "System.String", + "Type": "System.String", + "DefaultServiceVersion": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ParseBlobServiceProperties", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties" + }, + { + "Name": "GetStorageAccountNameFromResourceId", + "Parameters": [ + { + "Name": "ResourceId", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -538793,47 +544503,19 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", - "Parameters": [ - { - "Name": "fileClient", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "directoryClient", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": null }, { "Name": "", "Parameters": [ { - "Name": "item", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileSystem", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fetchProperties", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -538848,7 +544530,7 @@ ], "Parameters": [ { - "Name": "FileSystem", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -538866,8 +544548,11 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Path", - "AliasList": [], + "Name": "StorageAccountName", + "AliasList": [ + "AccountName", + "Name" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -538884,38 +544569,81 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "StorageAccount", "AliasList": [], "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", - "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", - "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", - "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", - "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "IsDirectory": "System.Boolean", - "Length": "System.Int64", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "Path": "System.String", - "ContinuationToken": "System.String", - "ContentType": "System.String", - "Owner": "System.String", - "Group": "System.String", - "Name": "System.String" + "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", + "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", + "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", + "EnableNfsV3": "System.Nullable`1[System.Boolean]", + "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", + "FailoverInProgress": "System.Nullable`1[System.Boolean]", + "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", + "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", + "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", + "PrimaryLocation": "System.String", + "Kind": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "MinimumTlsVersion": "System.String", + "SecondaryLocation": "System.String", + "ResourceGroupName": "System.String", + "LargeFileSharesState": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "storageAccount", + "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" + }, + { + "Name": "client", + "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" + }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -538930,11 +544658,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -538942,35 +544665,7 @@ "Name": "", "Parameters": [ { - "Name": "fileClient", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "directoryClient", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "item", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileSystem", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fetchProperties", + "Name": "storageAccount", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -538981,10 +544676,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Permission", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -539002,7 +544697,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Owner", + "Name": "DefaultServiceVersion", "AliasList": [], "Type": { "Namespace": "System", @@ -539017,15 +544712,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Group", + "Name": "EnableChangeFeed", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539038,12 +544733,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Property", + "Name": "ChangeFeedRetentionInDays", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539053,15 +544748,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Metadata", + "Name": "IsVersioningEnabled", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539071,57 +544766,12 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Acl", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - { - "Name": "Context", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ + "AzContext", "AzureRmContext", "AzureCredential" ], @@ -539154,11 +544804,11 @@ ], "ParameterSets": [ { - "Name": "ReceiveManual", + "Name": "AccountName", "Parameters": [ { "ParameterMetadata": { - "Name": "FileSystem", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -539177,13 +544827,16 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Path", - "AliasList": [], + "Name": "StorageAccountName", + "AliasList": [ + "AccountName", + "Name" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -539199,14 +544852,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Permission", + "Name": "DefaultServiceVersion", "AliasList": [], "Type": { "Namespace": "System", @@ -539221,7 +544874,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -539230,12 +544883,12 @@ }, { "ParameterMetadata": { - "Name": "Owner", + "Name": "EnableChangeFeed", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539254,12 +544907,12 @@ }, { "ParameterMetadata": { - "Name": "Group", + "Name": "ChangeFeedRetentionInDays", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539278,36 +544931,12 @@ }, { "ParameterMetadata": { - "Name": "Property", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Metadata", + "Name": "IsVersioningEnabled", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539317,30 +544946,6 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Acl", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, "Mandatory": false, @@ -539348,44 +544953,11 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Context", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "DefaultProfile", "AliasList": [ + "AzContext", "AzureRmContext", "AzureCredential" ], @@ -539423,42 +544995,85 @@ ] }, { - "Name": "ItemPipeline", + "Name": "AccountObject", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "StorageAccount", "AliasList": [], "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", - "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", - "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", - "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", - "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "IsDirectory": "System.Boolean", - "Length": "System.Int64", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "Path": "System.String", - "ContinuationToken": "System.String", - "ContentType": "System.String", - "Owner": "System.String", - "Group": "System.String", - "Name": "System.String" + "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", + "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", + "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", + "EnableNfsV3": "System.Nullable`1[System.Boolean]", + "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", + "FailoverInProgress": "System.Nullable`1[System.Boolean]", + "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", + "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", + "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", + "PrimaryLocation": "System.String", + "Kind": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "MinimumTlsVersion": "System.String", + "SecondaryLocation": "System.String", + "ResourceGroupName": "System.String", + "LargeFileSharesState": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "storageAccount", + "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" + }, + { + "Name": "client", + "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" + }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -539473,11 +545088,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -539485,35 +545095,7 @@ "Name": "", "Parameters": [ { - "Name": "fileClient", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "directoryClient", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "item", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileSystem", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fetchProperties", + "Name": "storageAccount", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -539524,7 +545106,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, @@ -539533,7 +545115,7 @@ }, { "ParameterMetadata": { - "Name": "Permission", + "Name": "DefaultServiceVersion", "AliasList": [], "Type": { "Namespace": "System", @@ -539548,7 +545130,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -539557,12 +545139,12 @@ }, { "ParameterMetadata": { - "Name": "Owner", + "Name": "EnableChangeFeed", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539581,12 +545163,12 @@ }, { "ParameterMetadata": { - "Name": "Group", + "Name": "ChangeFeedRetentionInDays", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539605,12 +545187,12 @@ }, { "ParameterMetadata": { - "Name": "Property", + "Name": "IsVersioningEnabled", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539620,7 +545202,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -539629,16 +545211,31 @@ }, { "ParameterMetadata": { - "Name": "Metadata", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -539650,17 +545247,22 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "BlobServicePropertiesResourceId", + "Parameters": [ { "ParameterMetadata": { - "Name": "Acl", + "Name": "ResourceId", "AliasList": [], "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -539670,30 +545272,20 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Context", + "Name": "DefaultServiceVersion", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], @@ -539706,60 +545298,41 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], + "Name": "EnableChangeFeed", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "Permission", + "Name": "ChangeFeedRetentionInDays", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539778,12 +545351,12 @@ }, { "ParameterMetadata": { - "Name": "Owner", + "Name": "IsVersioningEnabled", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539802,36 +545375,56 @@ }, { "ParameterMetadata": { - "Name": "Group", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Property", + "Name": "DefaultServiceVersion", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539850,12 +545443,12 @@ }, { "ParameterMetadata": { - "Name": "Metadata", + "Name": "EnableChangeFeed", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -539865,7 +545458,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -539874,14 +545467,14 @@ }, { "ParameterMetadata": { - "Name": "Acl", + "Name": "ChangeFeedRetentionInDays", "AliasList": [], "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -539898,23 +545491,13 @@ }, { "ParameterMetadata": { - "Name": "Context", + "Name": "IsVersioningEnabled", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], @@ -539923,17 +545506,18 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { "Name": "DefaultProfile", "AliasList": [ + "AzContext", "AzureRmContext", "AzureCredential" ], @@ -539975,9 +545559,9 @@ }, { "VerbName": "Update", - "NounName": "AzRmStorageContainer", - "Name": "Update-AzRmStorageContainer", - "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzureStorageContainerCommand", + "NounName": "AzStorageEncryptionScope", + "Name": "Update-AzStorageEncryptionScope", + "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzureStorageEncryptionScopeCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -539986,27 +545570,20 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", - "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PublicAccess": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", - "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", - "HasLegalHold": "System.Nullable`1[System.Boolean]", - "DenyEncryptionScopeOverride": "System.Nullable`1[System.Boolean]", + "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", + "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "Type": "System.String", - "DefaultEncryptionScope": "System.String", - "Name": "System.String", - "LeaseStatus": "System.String", - "LeaseState": "System.String", - "LeaseDuration": "System.String", - "Id": "System.String", + "CreationTime": "System.Nullable`1[System.DateTime]", + "ResourceGroupName": "System.String", "StorageAccountName": "System.String", - "Etag": "System.String", - "ResourceGroupName": "System.String" + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Source": "System.String", + "State": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -540032,14 +545609,9 @@ "ReturnType": "System.String" }, { - "Name": "ParseStorageContainerNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -540060,11 +545632,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -540072,17 +545639,7 @@ "Name": "", "Parameters": [ { - "Name": "container", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "container", + "Name": "scope", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -540134,34 +545691,13 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - { - "Name": "Name", - "AliasList": [ - "N", - "ContainerName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "StorageAccount", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -540226,6 +545762,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -540240,11 +545781,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -540267,32 +545803,23 @@ }, { "Name": "InputObject", - "AliasList": [ - "Container" - ], + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", - "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PublicAccess": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", - "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", - "HasLegalHold": "System.Nullable`1[System.Boolean]", - "DenyEncryptionScopeOverride": "System.Nullable`1[System.Boolean]", + "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", + "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "Type": "System.String", - "DefaultEncryptionScope": "System.String", - "Name": "System.String", - "LeaseStatus": "System.String", - "LeaseState": "System.String", - "LeaseDuration": "System.String", - "Id": "System.String", + "CreationTime": "System.Nullable`1[System.DateTime]", + "ResourceGroupName": "System.String", "StorageAccountName": "System.String", - "Etag": "System.String", - "ResourceGroupName": "System.String" + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Source": "System.String", + "State": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -540318,14 +545845,9 @@ "ReturnType": "System.String" }, { - "Name": "ParseStorageContainerNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -540346,11 +545868,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -540358,17 +545875,7 @@ "Name": "", "Parameters": [ { - "Name": "container", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "container", + "Name": "scope", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -540382,101 +545889,54 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PublicAccess", + "Name": "EncryptionScopeName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StorageEncryption", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyvaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -540485,12 +545945,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Metadata", + "Name": "KeyUri", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -540500,6 +545960,27 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "State", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { @@ -540562,7 +546043,7 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -540588,14 +546069,13 @@ "Mandatory": true, "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", + "Name": "EncryptionScopeName", "AliasList": [ - "N", - "ContainerName" + "Name" ], "Type": { "Namespace": "System", @@ -540610,110 +546090,25 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PublicAccess", + "Name": "StorageEncryption", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -540728,19 +546123,22 @@ }, { "ParameterMetadata": { - "Name": "Metadata", + "Name": "State", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Enabled", + "Disabled" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -540792,14 +546190,37 @@ ] }, { - "Name": "AccountObject", + "Name": "AccountNameKeyVault", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountName", "AliasList": [ - "N", - "ContainerName" + "AccountName" ], "Type": { "Namespace": "System", @@ -540814,13 +546235,158 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionScopeName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyvaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "State", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "AccountObject", + "Parameters": [ { "ParameterMetadata": { "Name": "StorageAccount", @@ -540828,7 +546394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -540893,6 +546459,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -540907,11 +546478,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -540935,105 +546501,259 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PublicAccess", + "Name": "EncryptionScopeName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageEncryption", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "State", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.String" - }, + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "AccountObjectKeyVault", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "StorageAccount", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", + "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", + "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", + "EnableNfsV3": "System.Nullable`1[System.Boolean]", + "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", + "FailoverInProgress": "System.Nullable`1[System.Boolean]", + "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", + "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", + "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", + "PrimaryLocation": "System.String", + "Kind": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "MinimumTlsVersion": "System.String", + "SecondaryLocation": "System.String", + "ResourceGroupName": "System.String", + "LargeFileSharesState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "ToString", + "Name": "Create", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "storageAccount", + "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" + "Name": "client", + "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" }, { "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "obj", + "Type": "System.Object" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Int32" } ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "storageAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EncryptionScopeName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -541041,19 +546761,43 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Metadata", + "Name": "KeyvaultEncryption", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -541063,6 +546807,33 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "State", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -541112,37 +546883,28 @@ ] }, { - "Name": "ContainerObject", + "Name": "EncryptionScopeObject", "Parameters": [ { "ParameterMetadata": { "Name": "InputObject", - "AliasList": [ - "Container" - ], + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", - "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PublicAccess": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", - "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", - "HasLegalHold": "System.Nullable`1[System.Boolean]", - "DenyEncryptionScopeOverride": "System.Nullable`1[System.Boolean]", + "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", + "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "Type": "System.String", - "DefaultEncryptionScope": "System.String", - "Name": "System.String", - "LeaseStatus": "System.String", - "LeaseState": "System.String", - "LeaseDuration": "System.String", - "Id": "System.String", + "CreationTime": "System.Nullable`1[System.DateTime]", + "ResourceGroupName": "System.String", "StorageAccountName": "System.String", - "Etag": "System.String", - "ResourceGroupName": "System.String" + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Source": "System.String", + "State": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -541168,14 +546930,9 @@ "ReturnType": "System.String" }, { - "Name": "ParseStorageContainerNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -541196,11 +546953,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -541208,17 +546960,7 @@ "Name": "", "Parameters": [ { - "Name": "container", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "container", + "Name": "scope", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -541234,105 +546976,20 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PublicAccess", + "Name": "StorageEncryption", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -541347,19 +547004,22 @@ }, { "ParameterMetadata": { - "Name": "Metadata", + "Name": "State", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Enabled", + "Disabled" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -541411,103 +547071,201 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "EncryptionScopeObjectKeyVault", "Parameters": [ { "ParameterMetadata": { - "Name": "PublicAccess", + "Name": "InputObject", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", + "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", + "LastModifiedTime": "System.Nullable`1[System.DateTime]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "ResourceGroupName": "System.String", + "StorageAccountName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Source": "System.String", + "State": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", + "Name": "ParseResourceGroupFromId", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "idFromServer", + "Type": "System.String" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "ParseStorageAccountNameFromId", "Parameters": [ { - "Name": "format", + "Name": "idFromServer", "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" } ], "ReturnType": "System.String" }, { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "HasFlag", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "scope", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, + "ReturnType": null + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyvaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "State", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "Enabled", + "Disabled" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], "Constructors": [] @@ -541515,28 +547273,36 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Metadata", + "Name": "State", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "Enabled", + "Disabled" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false @@ -541592,9 +547358,9 @@ }, { "VerbName": "Update", - "NounName": "AzRmStorageShare", - "Name": "Update-AzRmStorageShare", - "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzureStorageShareCommand", + "NounName": "AzStorageFileServiceProperty", + "Name": "Update-AzStorageFileServiceProperty", + "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzStorageFileServicePropertyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -541603,62 +547369,30 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Deleted": "System.Nullable`1[System.Boolean]", - "SnapshotTime": "System.Nullable`1[System.DateTime]", - "AccessTierChangeTime": "System.Nullable`1[System.DateTime]", - "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "DeletedTime": "System.Nullable`1[System.DateTime]", - "QuotaGiB": "System.Nullable`1[System.Int32]", - "RemainingRetentionDays": "System.Nullable`1[System.Int32]", - "ShareUsageBytes": "System.Nullable`1[System.Int64]", - "AccessTierStatus": "System.String", - "AccessTier": "System.String", - "RootSquash": "System.String", - "EnabledProtocols": "System.String", - "Version": "System.String", - "Type": "System.String", + "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", + "ShareDeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", + "ProtocolSettings": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings", + "ResourceGroupName": "System.String", + "StorageAccountName": "System.String", "Name": "System.String", "Id": "System.String", - "StorageAccountName": "System.String", - "Etag": "System.String", - "ResourceGroupName": "System.String" + "Type": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ParseResourceGroupFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ParseStorageAccountNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" + "Name": "ParseFileServiceProperties", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties" }, { - "Name": "ParseStorageContainerNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -541679,29 +547413,19 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", - "Parameters": [ - { - "Name": "share", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": null }, { "Name": "", "Parameters": [ { - "Name": "share", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -541736,7 +547460,8 @@ { "Name": "StorageAccountName", "AliasList": [ - "AccountName" + "AccountName", + "Name" ], "Type": { "Namespace": "System", @@ -541753,34 +547478,13 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - { - "Name": "Name", - "AliasList": [ - "N", - "ShareName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "StorageAccount", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -541845,6 +547549,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -541859,11 +547568,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -541903,117 +547607,17 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", - "AliasList": [ - "Share" - ], + "Name": "EnableShareDeleteRetentionPolicy", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Deleted": "System.Nullable`1[System.Boolean]", - "SnapshotTime": "System.Nullable`1[System.DateTime]", - "AccessTierChangeTime": "System.Nullable`1[System.DateTime]", - "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "DeletedTime": "System.Nullable`1[System.DateTime]", - "QuotaGiB": "System.Nullable`1[System.Int32]", - "RemainingRetentionDays": "System.Nullable`1[System.Int32]", - "ShareUsageBytes": "System.Nullable`1[System.Int64]", - "AccessTierStatus": "System.String", - "AccessTier": "System.String", - "RootSquash": "System.String", - "EnabledProtocols": "System.String", - "Version": "System.String", - "Type": "System.String", - "Name": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "Etag": "System.String", - "ResourceGroupName": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseResourceGroupFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ParseStorageAccountNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ParseStorageContainerNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "share", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "share", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -542021,9 +547625,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "QuotaGiB", + "Name": "ShareRetentionDays", "AliasList": [ - "Quota" + "Days", + "RetentionDays" ], "Type": { "Namespace": "System", @@ -542041,42 +547646,19 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Metadata", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AccessTier", + "Name": "EnableSmbMultichannel", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "TransactionOptimized", - "Premium", - "Hot", - "Cool" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -542147,7 +547729,8 @@ "ParameterMetadata": { "Name": "StorageAccountName", "AliasList": [ - "AccountName" + "AccountName", + "Name" ], "Type": { "Namespace": "System", @@ -542171,15 +547754,12 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "N", - "ShareName" - ], + "Name": "EnableShareDeleteRetentionPolicy", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -542189,18 +547769,19 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "QuotaGiB", + "Name": "ShareRetentionDays", "AliasList": [ - "Quota" + "Days", + "RetentionDays" ], "Type": { "Namespace": "System", @@ -542224,48 +547805,19 @@ }, { "ParameterMetadata": { - "Name": "Metadata", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AccessTier", + "Name": "EnableSmbMultichannel", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "TransactionOptimized", - "Premium", - "Hot", - "Cool" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -542319,33 +547871,6 @@ { "Name": "AccountObject", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "N", - "ShareName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "StorageAccount", @@ -542353,7 +547878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -542418,6 +547943,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -542432,11 +547962,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -542464,14 +547989,12 @@ }, { "ParameterMetadata": { - "Name": "QuotaGiB", - "AliasList": [ - "Quota" - ], + "Name": "EnableShareDeleteRetentionPolicy", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -542481,7 +548004,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -542490,12 +548013,15 @@ }, { "ParameterMetadata": { - "Name": "Metadata", - "AliasList": [], + "Name": "ShareRetentionDays", + "AliasList": [ + "Days", + "RetentionDays" + ], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -542514,24 +548040,19 @@ }, { "ParameterMetadata": { - "Name": "AccessTier", + "Name": "EnableSmbMultichannel", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "TransactionOptimized", - "Premium", - "Hot", - "Cool" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -542583,7 +548104,7 @@ ] }, { - "Name": "ShareResourceId", + "Name": "FileServicePropertiesResourceId", "Parameters": [ { "ParameterMetadata": { @@ -542611,9 +548132,34 @@ }, { "ParameterMetadata": { - "Name": "QuotaGiB", + "Name": "EnableShareDeleteRetentionPolicy", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ShareRetentionDays", "AliasList": [ - "Quota" + "Days", + "RetentionDays" ], "Type": { "Namespace": "System", @@ -542637,12 +548183,12 @@ }, { "ParameterMetadata": { - "Name": "Metadata", + "Name": "EnableSmbMultichannel", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -542652,7 +548198,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -542661,24 +548207,114 @@ }, { "ParameterMetadata": { - "Name": "AccessTier", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnableShareDeleteRetentionPolicy", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "TransactionOptimized", - "Premium", - "Hot", - "Cool" + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ShareRetentionDays", + "AliasList": [ + "Days", + "RetentionDays" ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableSmbMultichannel", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -542728,74 +548364,342 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzStorageServiceProperty", + "Name": "Update-AzStorageServiceProperty", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Common.Cmdlet.UpdateAzureStorageServicePropertyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", + "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "Cors": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", + "DeleteRetentionPolicy": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", + "StaticWebsite": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", + "DefaultServiceVersion": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ServiceType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ShareObject", + "Name": "DefaultServiceVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [ - "Share" - ], + "Name": "ServiceType", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Deleted": "System.Nullable`1[System.Boolean]", - "SnapshotTime": "System.Nullable`1[System.DateTime]", - "AccessTierChangeTime": "System.Nullable`1[System.DateTime]", - "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "DeletedTime": "System.Nullable`1[System.DateTime]", - "QuotaGiB": "System.Nullable`1[System.Int32]", - "RemainingRetentionDays": "System.Nullable`1[System.Int32]", - "ShareUsageBytes": "System.Nullable`1[System.Int64]", - "AccessTierStatus": "System.String", - "AccessTier": "System.String", - "RootSquash": "System.String", - "EnabledProtocols": "System.String", - "Version": "System.String", - "Type": "System.String", - "Name": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "Etag": "System.String", - "ResourceGroupName": "System.String" - }, + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ParseResourceGroupFromId", + "Name": "Equals", "Parameters": [ { - "Name": "idFromServer", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ParseStorageAccountNameFromId", + "Name": "HasFlag", "Parameters": [ { - "Name": "idFromServer", - "Type": "System.String" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ParseStorageContainerNameFromId", + "Name": "CompareTo", "Parameters": [ { - "Name": "idFromServer", - "Type": "System.String" + "Name": "target", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { "Name": "ToString", @@ -542803,97 +548707,50 @@ "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "share", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": null + "ReturnType": "System.String" }, { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "share", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "QuotaGiB", - "AliasList": [ - "Quota" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Metadata", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -542901,14 +548758,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AccessTier", + "Name": "DefaultServiceVersion", "AliasList": [], "Type": { "Namespace": "System", @@ -542920,12 +548777,7 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [ - "TransactionOptimized", - "Premium", - "Hot", - "Cool" - ], + "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true @@ -542937,58 +548789,12 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "QuotaGiB", - "AliasList": [ - "Quota" - ], + "Name": "PassThru", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -543007,13 +548813,23 @@ }, { "ParameterMetadata": { - "Name": "Metadata", + "Name": "Context", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], @@ -543026,43 +548842,13 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AccessTier", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "TransactionOptimized", - "Premium", - "Hot", - "Cool" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { "Name": "DefaultProfile", "AliasList": [ - "AzContext", "AzureRmContext", "AzureCredential" ], @@ -543101,5628 +548887,5601 @@ } ], "AliasList": [] + } + ], + "TypeDictionary": { + "System.String": { + "Namespace": null, + "Name": "System.String", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] }, - { - "VerbName": "Update", - "NounName": "AzStorageAccountNetworkRuleSet", - "Name": "Update-AzStorageAccountNetworkRuleSet", - "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzureStorageAccountRuleSetCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + "System.Boolean": { + "Namespace": null, + "Name": "System.Boolean", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Byte": { + "Namespace": null, + "Name": "System.Byte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.SByte": { + "Namespace": null, + "Name": "System.SByte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int16": { + "Namespace": null, + "Name": "System.Int16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt16": { + "Namespace": null, + "Name": "System.UInt16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int32": { + "Namespace": null, + "Name": "System.Int32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt32": { + "Namespace": null, + "Name": "System.UInt32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int64": { + "Namespace": null, + "Name": "System.Int64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt64": { + "Namespace": null, + "Name": "System.UInt64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Single": { + "Namespace": null, + "Name": "System.Single", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Double": { + "Namespace": null, + "Name": "System.Double", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Decimal": { + "Namespace": null, + "Name": "System.Decimal", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Char": { + "Namespace": null, + "Name": "System.Char", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "System.String[]": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ActiveDirectoryProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties", + "DirectoryServiceOptions": "System.String", + "DefaultSharePermission": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "ResourceAccessRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "Bypass": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "auth", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DomainName": "System.String", + "NetBiosDomainName": "System.String", + "ForestName": "System.String", + "DomainGuid": "System.String", + "DomainSid": "System.String", + "AzureStorageSid": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Parameters": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters", + "Status": "System.String", + "FailureReason": "System.String", + "RestoreId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "status", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "BlobRanges": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", + "TimeToRestore": "System.DateTime" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "parameters", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StartRange": "System.String", + "EndRange": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseBlobRestoreRanges", + "Parameters": [ + { + "Name": "ranges", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]" + } + ], + "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]" + }, + { + "Name": "ParsePSBlobRestoreRanges", + "Parameters": [ + { + "Name": "ranges", + "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "startRange", + "Type": "System.Reflection.RuntimeParameterInfo" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParsePSNetworkRuleAction", - "Parameters": [ - { - "Name": "action", - "Type": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]" - } - ], - "ReturnType": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]" - }, - { - "Name": "ParseStorageNetworkRuleAction", - "Parameters": [ - { - "Name": "action", - "Type": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]" - } - ], - "ReturnType": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]" - }, - { - "Name": "ParsePSNetworkRuleBypass", - "Parameters": [ - { - "Name": "bypass", - "Type": "System.String" - } - ], - "ReturnType": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" - }, - { - "Name": "ParseStorageNetworkRuleBypass", - "Parameters": [ - { - "Name": "bypass", - "Type": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ParsePSNetworkRuleDefaultAction", - "Parameters": [ - { - "Name": "defaultAction", - "Type": "Microsoft.Azure.Management.Storage.Models.DefaultAction" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum" - }, - { - "Name": "ParseStorageNetworkRuleDefaultAction", - "Parameters": [ - { - "Name": "defaultAction", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum" - } - ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.DefaultAction" - }, - { - "Name": "ParsePSNetworkRuleIPRule", - "Parameters": [ - { - "Name": "ipRule", - "Type": "Microsoft.Azure.Management.Storage.Models.IPRule" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" - }, - { - "Name": "ParseStorageNetworkRuleIPRule", - "Parameters": [ - { - "Name": "ipRule", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" - } - ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.IPRule" - }, - { - "Name": "ParsePSResourceAccessRule", - "Parameters": [ - { - "Name": "rule", - "Type": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" - }, - { - "Name": "ParseStorageResourceAccessRule", - "Parameters": [ - { - "Name": "rule", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" - } - ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" - }, - { - "Name": "ParsePSNetworkRuleVirtualNetworkRule", - "Parameters": [ - { - "Name": "virtualNetworkRule", - "Type": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" - }, - { - "Name": "ParseStorageNetworkRuleVirtualNetworkRule", - "Parameters": [ - { - "Name": "virtualNetworkRule", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" - } - ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" - }, - { - "Name": "ParsePSNetworkRule", - "Parameters": [ - { - "Name": "rules", - "Type": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet" - }, - { - "Name": "ParseStorageNetworkRule", - "Parameters": [ - { - "Name": "rules", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet" - } - ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] + { + "Name": "endRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "range", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StartRange": "System.String", + "EndRange": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "startRange", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UseSubDomain": "System.Nullable`1[System.Boolean]", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseCustomDomain", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.CustomDomain" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.CustomDomain": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.CustomDomain", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CustomDomain, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UseSubDomainName": "System.Nullable`1[System.Boolean]", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "useSubDomainName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "extendedLocation", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CanFailover": "System.Nullable`1[System.Boolean]", + "LastSyncTime": "System.Nullable`1[System.DateTime]", + "Status": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParsePSGeoReplicationStats", + "Parameters": [ + { + "Name": "geoReplicationStats", + "Type": "Microsoft.Azure.Management.Storage.Models.GeoReplicationStats" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTime" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Key1": "System.Nullable`1[System.DateTime]", + "Key2": "System.Nullable`1[System.DateTime]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "keyCreationTime", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", + "ResourceAccessRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", + "Bypass": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParsePSNetworkRuleAction", + "Parameters": [ + { + "Name": "action", + "Type": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]" + } + ], + "ReturnType": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]" + }, + { + "Name": "ParseStorageNetworkRuleAction", + "Parameters": [ + { + "Name": "action", + "Type": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]" + } + ], + "ReturnType": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]" + }, + { + "Name": "ParsePSNetworkRuleBypass", + "Parameters": [ + { + "Name": "bypass", + "Type": "System.String" + } + ], + "ReturnType": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + }, + { + "Name": "ParseStorageNetworkRuleBypass", + "Parameters": [ + { + "Name": "bypass", + "Type": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ParsePSNetworkRuleDefaultAction", + "Parameters": [ + { + "Name": "defaultAction", + "Type": "Microsoft.Azure.Management.Storage.Models.DefaultAction" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum" + }, + { + "Name": "ParseStorageNetworkRuleDefaultAction", + "Parameters": [ + { + "Name": "defaultAction", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.DefaultAction" + }, + { + "Name": "ParsePSNetworkRuleIPRule", + "Parameters": [ + { + "Name": "ipRule", + "Type": "Microsoft.Azure.Management.Storage.Models.IPRule" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" + }, + { + "Name": "ParseStorageNetworkRuleIPRule", + "Parameters": [ + { + "Name": "ipRule", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.IPRule" + }, + { + "Name": "ParsePSResourceAccessRule", + "Parameters": [ + { + "Name": "rule", + "Type": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" + }, + { + "Name": "ParseStorageResourceAccessRule", + "Parameters": [ + { + "Name": "rule", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" + }, + { + "Name": "ParsePSNetworkRuleVirtualNetworkRule", + "Parameters": [ + { + "Name": "virtualNetworkRule", + "Type": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" + }, + { + "Name": "ParseStorageNetworkRuleVirtualNetworkRule", + "Parameters": [ + { + "Name": "virtualNetworkRule", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" + }, + { + "Name": "ParsePSNetworkRule", + "Parameters": [ + { + "Name": "rules", + "Type": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet" + }, + { + "Name": "ParseStorageNetworkRule", + "Parameters": [ + { + "Name": "rules", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet" + } + ], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.TypeCode": { + "Namespace": "System", + "Name": "System.TypeCode", + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.Action" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.Action": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.Action", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.DefaultAction": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.DefaultAction", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DefaultAction, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Parameters": [ + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.IPRule": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.IPRule", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Action": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", + "IPAddressOrRange": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "Name", - "AliasList": [ - "StorageAccountName", - "AccountName" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ReturnType": "System.Boolean" }, { - "Name": "Bypass", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null }, { - "Name": "DefaultAction", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "", + "Parameters": [ + { + "Name": "iPAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "action", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantId": "System.String", + "ResourceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "IPRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "VirtualNetworkRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "ResourceAccessRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null }, { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "", + "Parameters": [ + { + "Name": "tenantId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Action": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", + "VirtualNetworkResourceId": "System.String", + "State": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], - "ParameterSets": [ + "Constructors": [ { - "Name": "__AllParameterSets", + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", "Parameters": [ { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Name": "virtualNetworkResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "StorageAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Name": "action", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "Bypass", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultAction": "Microsoft.Azure.Management.Storage.Models.DefaultAction", + "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]", + "ResourceAccessRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule]", + "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]", + "Bypass": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultAction", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "ParameterMetadata": { - "Name": "IPRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Name": "defaultAction", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "VirtualNetworkRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Name": "bypass", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "ResourceAccessRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Name": "resourceAccessRules", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "virtualNetworkRules", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "ipRules", + "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": null } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.IPRule" ], - "AliasList": [] + "Methods": [], + "Constructors": [] }, - { - "VerbName": "Update", - "NounName": "AzStorageBlobServiceProperty", - "Name": "Update-AzStorageBlobServiceProperty", - "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzStorageBlobServicePropertyCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "AccountName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ChangeFeed": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", - "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", - "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "RestorePolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", - "IsVersioningEnabled": "System.Nullable`1[System.Boolean]", - "ResourceGroupName": "System.String", - "StorageAccountName": "System.String", - "Name": "System.String", - "Id": "System.String", - "Type": "System.String", - "DefaultServiceVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseBlobServiceProperties", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.BlobServiceProperties" - }, - { - "Name": "GetStorageAccountNameFromResourceId", - "Parameters": [ - { - "Name": "ResourceId", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PublishMicrosoftEndpoints": "System.Nullable`1[System.Boolean]", + "PublishInternetEndpoints": "System.Nullable`1[System.Boolean]", + "RoutingChoice": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "StorageAccountName", - "AliasList": [ - "AccountName", - "Name" + "Name": "ParsePSRoutingPreference", + "Parameters": [ + { + "Name": "routingPreference", + "Type": "Microsoft.Azure.Management.Storage.Models.RoutingPreference" + } ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference" }, { - "Name": "StorageAccount", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", - "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", - "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", - "EnableNfsV3": "System.Nullable`1[System.Boolean]", - "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", - "FailoverInProgress": "System.Nullable`1[System.Boolean]", - "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", - "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", - "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", - "PrimaryLocation": "System.String", - "Kind": "System.String", - "Location": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "MinimumTlsVersion": "System.String", - "SecondaryLocation": "System.String", - "ResourceGroupName": "System.String", - "LargeFileSharesState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" - }, - { - "Name": "client", - "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "DefaultServiceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "EnableChangeFeed", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSSku": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", + "Locations": "System.Collections.Generic.IList`1[System.String]", + "Tier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", + "Name": "System.String", + "ResourceType": "System.String", + "Kind": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseSku", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.Sku" }, { - "Name": "ChangeFeedRetentionInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "IsVersioningEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], - "ParameterSets": [ + "Constructors": [ { - "Name": "AccountName", + "Name": "", "Parameters": [ { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageAccountName", - "AliasList": [ - "AccountName", - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "sku", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.Restriction" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.Restriction": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.Restriction", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Values": "System.Collections.Generic.IList`1[System.String]", + "Type": "System.String", + "ReasonCode": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultServiceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "ParameterMetadata": { - "Name": "EnableChangeFeed", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "ChangeFeedRetentionInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "values", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "IsVersioningEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "reasonCode", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.SKUCapability" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.SKUCapability": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.SKUCapability", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Value": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "obj", + "Type": "System.Object" } - ] + ], + "ReturnType": "System.Boolean" }, { - "Name": "AccountObject", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", "Parameters": [ { - "ParameterMetadata": { - "Name": "StorageAccount", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", - "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", - "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", - "EnableNfsV3": "System.Nullable`1[System.Boolean]", - "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", - "FailoverInProgress": "System.Nullable`1[System.Boolean]", - "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", - "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", - "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", - "PrimaryLocation": "System.String", - "Kind": "System.String", - "Location": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "MinimumTlsVersion": "System.String", - "SecondaryLocation": "System.String", - "ResourceGroupName": "System.String", - "LargeFileSharesState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" - }, - { - "Name": "client", - "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultServiceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.SkuTier" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.SkuTier": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.SkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "ParameterMetadata": { - "Name": "EnableChangeFeed", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "ParameterMetadata": { - "Name": "ChangeFeedRetentionInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "ParameterMetadata": { - "Name": "IsVersioningEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } - ] + ], + "ReturnType": "System.String" }, { - "Name": "BlobServicePropertiesResourceId", + "Name": "ToString", "Parameters": [ { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultServiceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.Sku": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.Sku", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Sku, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "ParameterMetadata": { - "Name": "EnableChangeFeed", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "ParameterMetadata": { - "Name": "ChangeFeedRetentionInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "IsVersioningEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "tier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.Encryption": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.Encryption", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Encryption, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EncryptionIdentity": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity", + "Services": "Microsoft.Azure.Management.Storage.Models.EncryptionServices", + "KeyVaultProperties": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties", + "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", + "KeySource": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "obj", + "Type": "System.Object" } - ] + ], + "ReturnType": "System.Boolean" }, { - "Name": "__AllParameterSets", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultServiceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "keySource", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "EnableChangeFeed", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "services", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "ChangeFeedRetentionInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "requireInfrastructureEncryption", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "IsVersioningEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "keyVaultProperties", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "encryptionIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": null } - ], - "AliasList": [] + ] }, - { - "VerbName": "Update", - "NounName": "AzStorageEncryptionScope", - "Name": "Update-AzStorageEncryptionScope", - "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzureStorageEncryptionScopeCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "AccountName", - "OutputTypes": [ + "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EncryptionUserAssignedIdentity": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", - "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", - "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "ResourceGroupName": "System.String", - "StorageAccountName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Source": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseResourceGroupFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ParseStorageAccountNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "scope", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "StorageAccountName", - "AliasList": [ - "AccountName" + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ReturnType": "System.Boolean" }, { - "Name": "StorageAccount", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", - "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", - "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", - "EnableNfsV3": "System.Nullable`1[System.Boolean]", - "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", - "FailoverInProgress": "System.Nullable`1[System.Boolean]", - "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", - "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", - "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", - "PrimaryLocation": "System.String", - "Kind": "System.String", - "Location": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "MinimumTlsVersion": "System.String", - "SecondaryLocation": "System.String", - "ResourceGroupName": "System.String", - "LargeFileSharesState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" - }, - { - "Name": "client", - "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", - "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", - "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "ResourceGroupName": "System.String", - "StorageAccountName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Source": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseResourceGroupFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ParseStorageAccountNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "scope", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "", + "Parameters": [], + "ReturnType": null }, { - "Name": "EncryptionScopeName", - "AliasList": [ - "Name" + "Name": "", + "Parameters": [ + { + "Name": "encryptionUserAssignedIdentity", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.EncryptionServices": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionServices", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionServices, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Blob": "Microsoft.Azure.Management.Storage.Models.EncryptionService", + "File": "Microsoft.Azure.Management.Storage.Models.EncryptionService", + "Table": "Microsoft.Azure.Management.Storage.Models.EncryptionService", + "Queue": "Microsoft.Azure.Management.Storage.Models.EncryptionService" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "KeyvaultEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "KeyUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Enabled", - "Disabled" + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], - "ParameterSets": [ + "Constructors": [ { - "Name": "AccountName", + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", "Parameters": [ { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "blob", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "StorageAccountName", - "AliasList": [ - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "file", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "EncryptionScopeName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "table", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "StorageEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "queue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.EncryptionService": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionService", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionService, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.Nullable`1[System.Boolean]", + "LastEnabledTime": "System.Nullable`1[System.DateTime]", + "KeyType": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "enabled", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Enabled", - "Disabled" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "lastEnabledTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "keyType", + "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]", + "KeyName": "System.String", + "KeyVersion": "System.String", + "KeyVaultUri": "System.String", + "CurrentVersionedKeyIdentifier": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "AccountNameKeyVault", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "ParameterMetadata": { - "Name": "StorageAccountName", - "AliasList": [ - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "EncryptionScopeName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "keyVersion", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "KeyvaultEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "keyVaultUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "KeyUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "currentVersionedKeyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Enabled", - "Disabled" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "lastKeyRotationTimestamp", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.Endpoints": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Endpoints, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InternetEndpoints": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints", + "MicrosoftEndpoints": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints", + "Blob": "System.String", + "Queue": "System.String", + "Table": "System.String", + "File": "System.String", + "Web": "System.String", + "Dfs": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "obj", + "Type": "System.Object" } - ] + ], + "ReturnType": "System.Boolean" }, { - "Name": "AccountObject", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", "Parameters": [ { - "ParameterMetadata": { - "Name": "StorageAccount", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", - "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", - "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", - "EnableNfsV3": "System.Nullable`1[System.Boolean]", - "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", - "FailoverInProgress": "System.Nullable`1[System.Boolean]", - "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", - "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", - "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", - "PrimaryLocation": "System.String", - "Kind": "System.String", - "Location": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "MinimumTlsVersion": "System.String", - "SecondaryLocation": "System.String", - "ResourceGroupName": "System.String", - "LargeFileSharesState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" - }, - { - "Name": "client", - "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Name": "blob", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "EncryptionScopeName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "queue", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "StorageEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "table", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Enabled", - "Disabled" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "file", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "web", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "dfs", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "microsoftEndpoints", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "internetEndpoints", + "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Blob": "System.String", + "File": "System.String", + "Web": "System.String", + "Dfs": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "AccountObjectKeyVault", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "ParameterMetadata": { - "Name": "StorageAccount", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", - "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", - "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", - "EnableNfsV3": "System.Nullable`1[System.Boolean]", - "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", - "FailoverInProgress": "System.Nullable`1[System.Boolean]", - "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", - "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", - "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", - "PrimaryLocation": "System.String", - "Kind": "System.String", - "Location": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "MinimumTlsVersion": "System.String", - "SecondaryLocation": "System.String", - "ResourceGroupName": "System.String", - "LargeFileSharesState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" - }, - { - "Name": "client", - "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EncryptionScopeName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "ParameterMetadata": { - "Name": "KeyvaultEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "blob", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "KeyUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "file", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Enabled", - "Disabled" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "web", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "dfs", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Blob": "System.String", + "Queue": "System.String", + "Table": "System.String", + "File": "System.String", + "Web": "System.String", + "Dfs": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" } - ] + ], + "ReturnType": "System.Boolean" }, { - "Name": "EncryptionScopeObject", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", "Parameters": [ { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", - "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", - "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "ResourceGroupName": "System.String", - "StorageAccountName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Source": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseResourceGroupFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ParseStorageAccountNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "scope", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Name": "blob", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "StorageEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "queue", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Enabled", - "Disabled" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "table", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "file", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "web", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "dfs", + "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.Identity": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.Identity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Identity, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity]", + "PrincipalId": "System.String", + "TenantId": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "EncryptionScopeObjectKeyVault", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScope, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyVaultProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", - "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", - "LastModifiedTime": "System.Nullable`1[System.DateTime]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "ResourceGroupName": "System.String", - "StorageAccountName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Source": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseResourceGroupFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ParseStorageAccountNameFromId", - "Parameters": [ - { - "Name": "idFromServer", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "scope", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "ParameterMetadata": { - "Name": "KeyvaultEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "KeyUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "principalId", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Enabled", - "Disabled" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "tenantId", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "userAssignedIdentities", + "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrincipalId": "System.String", + "ClientId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "__AllParameterSets", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "ParameterMetadata": { - "Name": "State", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "Enabled", - "Disabled" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "principalId", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "clientId", + "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": null } - ], - "AliasList": [] + ] }, - { - "VerbName": "Update", - "NounName": "AzStorageFileServiceProperty", - "Name": "Update-AzStorageFileServiceProperty", - "ClassName": "Microsoft.Azure.Commands.Management.Storage.UpdateAzStorageFileServicePropertyCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "AccountName", - "OutputTypes": [ + "Microsoft.Azure.Management.Storage.Models.KeyPolicy": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyPolicy, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "KeyExpirationPeriodInDays": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSFileServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", - "ShareDeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "ResourceGroupName": "System.String", - "StorageAccountName": "System.String", - "Name": "System.String", - "Id": "System.String", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseBlobServiceProperties", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], - "Parameters": [ + "Constructors": [ { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "", + "Parameters": [], + "ReturnType": null }, { - "Name": "StorageAccountName", - "AliasList": [ - "AccountName", - "Name" + "Name": "", + "Parameters": [ + { + "Name": "keyExpirationPeriodInDays", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.SasPolicy": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SasPolicy, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SasExpirationPeriod": "System.String", + "ExpirationAction": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "StorageAccount", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", - "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", - "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", - "EnableNfsV3": "System.Nullable`1[System.Boolean]", - "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", - "FailoverInProgress": "System.Nullable`1[System.Boolean]", - "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", - "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", - "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", - "PrimaryLocation": "System.String", - "Kind": "System.String", - "Location": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "MinimumTlsVersion": "System.String", - "SecondaryLocation": "System.String", - "ResourceGroupName": "System.String", - "LargeFileSharesState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" - }, - { - "Name": "client", - "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "EnableShareDeleteRetentionPolicy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "ShareRetentionDays", - "AliasList": [ - "Days", - "RetentionDays" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "sasExpirationPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IDictionary`2[System.String,System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.AccessTier" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.AccessTier": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.AccessTier", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "ParameterSets": [ + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.AccountStatus" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.AccountStatus": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.AccountStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "AccountName", + "Name": "Equals", "Parameters": [ { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "ParameterMetadata": { - "Name": "StorageAccountName", - "AliasList": [ - "AccountName", - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "ParameterMetadata": { - "Name": "EnableShareDeleteRetentionPolicy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "ParameterMetadata": { - "Name": "ShareRetentionDays", - "AliasList": [ - "Days", - "RetentionDays" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "format", + "Type": "System.String" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "provider", + "Type": "System.IFormatProvider" } - ] + ], + "ReturnType": "System.String" }, { - "Name": "AccountObject", + "Name": "ToString", "Parameters": [ { - "ParameterMetadata": { - "Name": "StorageAccount", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", - "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", - "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", - "EnableNfsV3": "System.Nullable`1[System.Boolean]", - "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", - "FailoverInProgress": "System.Nullable`1[System.Boolean]", - "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", - "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", - "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", - "PrimaryLocation": "System.String", - "Kind": "System.String", - "Location": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "MinimumTlsVersion": "System.String", - "SecondaryLocation": "System.String", - "ResourceGroupName": "System.String", - "LargeFileSharesState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" - }, - { - "Name": "client", - "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "storageAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "ParameterMetadata": { - "Name": "EnableShareDeleteRetentionPolicy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Storage.Models.ProvisioningState" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.Storage.Models.ProvisioningState": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ProvisioningState", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "ParameterMetadata": { - "Name": "ShareRetentionDays", - "AliasList": [ - "Days", - "RetentionDays" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "flag", + "Type": "System.Enum" } - ] + ], + "ReturnType": "System.Boolean" }, { - "Name": "FileServicePropertiesResourceId", + "Name": "CompareTo", "Parameters": [ { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "ParameterMetadata": { - "Name": "EnableShareDeleteRetentionPolicy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "format", + "Type": "System.String" }, { - "ParameterMetadata": { - "Name": "ShareRetentionDays", - "AliasList": [ - "Days", - "RetentionDays" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "format", + "Type": "System.String" } - ] + ], + "ReturnType": "System.String" }, { - "Name": "__AllParameterSets", + "Name": "ToString", "Parameters": [ { - "ParameterMetadata": { - "Name": "EnableShareDeleteRetentionPolicy", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", + "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", + "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", + "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", + "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", + "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", + "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", + "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", + "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", + "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", + "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", + "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", + "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", + "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", + "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", + "EnableNfsV3": "System.Nullable`1[System.Boolean]", + "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", + "FailoverInProgress": "System.Nullable`1[System.Boolean]", + "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", + "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", + "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", + "CreationTime": "System.Nullable`1[System.DateTime]", + "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", + "PrimaryLocation": "System.String", + "Kind": "System.String", + "Location": "System.String", + "Id": "System.String", + "StorageAccountName": "System.String", + "MinimumTlsVersion": "System.String", + "SecondaryLocation": "System.String", + "ResourceGroupName": "System.String", + "LargeFileSharesState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ { - "ParameterMetadata": { - "Name": "ShareRetentionDays", - "AliasList": [ - "Days", - "RetentionDays" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "storageAccount", + "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "client", + "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "storageAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UpdateHistory": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", + "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", + "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", + "State": "System.String", + "Etag": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Timestamp": "System.Nullable`1[System.DateTime]", + "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", + "Update": "System.String", + "ObjectIdentifier": "System.String", + "TenantId": "System.String", + "Upn": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "updateHistory", + "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": null } + ] + }, + "System.Nullable`1[System.Int32]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" ], - "AliasList": [] + "Methods": [], + "Constructors": [] }, - { - "VerbName": "Update", - "NounName": "AzStorageServiceProperty", - "Name": "Update-AzStorageServiceProperty", - "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Common.Cmdlet.UpdateAzureStorageServicePropertyCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Tags": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", + "HasLegalHold": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "Cors": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "DeleteRetentionPolicy": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "StaticWebsite": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "DefaultServiceVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], - "Parameters": [ + "Constructors": [ { - "Name": "ServiceType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "Name": "", + "Parameters": [ + { + "Name": "legalHoldProperty", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Timestamp": "System.Nullable`1[System.DateTime]", + "Tag": "System.String", + "ObjectIdentifier": "System.String", + "TenantId": "System.String", + "Upn": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "DefaultServiceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "Context", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "tagsProperty", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": null } + ] + }, + "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess" ], - "ParameterSets": [ + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "__AllParameterSets", + "Name": "Equals", "Parameters": [ { - "ParameterMetadata": { - "Name": "ServiceType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "ParameterMetadata": { - "Name": "DefaultServiceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "ParameterMetadata": { - "Name": "Context", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "Name": "format", + "Type": "System.String" }, { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "Name": "provider", + "Type": "System.IFormatProvider" } - ] + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "AliasList": [] - } - ], - "TypeDictionary": { - "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], "Constructors": [] }, - "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "VersionProfile": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Credential": "System.String", + "Type": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OnPremise": "System.Boolean", + "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", + "Name": "System.String", + "AdTenant": "System.String", + "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", + "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", + "BatchEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", + "GraphEndpointResourceId": "System.String", + "AzureKeyVaultServiceEndpointResourceId": "System.String", + "AzureKeyVaultDnsSuffix": "System.String", + "TrafficManagerDnsSuffix": "System.String", + "SqlDatabaseDnsSuffix": "System.String", + "ActiveDirectoryServiceEndpointResourceId": "System.String", + "GraphUrl": "System.String", + "GalleryUrl": "System.String", + "ActiveDirectoryAuthority": "System.String", + "PublishSettingsFileUrl": "System.String", + "ManagementPortalUrl": "System.String", + "ResourceManagerUrl": "System.String", + "ServiceManagementUrl": "System.String", + "StorageEndpointSuffix": "System.String", + "ContainerRegistryEndpointSuffix": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "State": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CacheData": "System.Byte[]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, - "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, + "System.Byte[]": { + "Namespace": "System", + "Name": "System.Byte[]", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.Byte", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" + ], "Methods": [], "Constructors": [] }, - "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" + ], "Methods": [], "Constructors": [] }, - "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + ], "Methods": [], "Constructors": [] }, - "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", + "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", + "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ParseManagementPolicyBaseBlob", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAction", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, - "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DaysAfterModificationGreaterThan": "System.Nullable`1[System.Int32]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ParseDateAfterModification", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.DateAfterModification" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "daysAfterModificationGreaterThan", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "data", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, - "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Management.Storage.Models.DateAfterModification": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterModification, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DaysAfterModificationGreaterThan": "System.Nullable`1[System.Double]", + "DaysAfterLastAccessTimeGreaterThan": "System.Nullable`1[System.Double]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "daysAfterModificationGreaterThan", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "daysAfterLastAccessTimeGreaterThan", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, - "System.Nullable`1[System.Boolean]": { + "System.Nullable`1[System.Double]": { "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Double]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Boolean" + "System.Double" ], "Methods": [], "Constructors": [] }, - "System.String[]": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", + "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", + "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", + "Delete": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", + "EnableAutoTierToHotFromCool": "System.Nullable`1[System.Boolean]" + }, + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "tierToCool", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tierToArchive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delete", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "enableAutoTierToHotFromCool", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, - "System.Type": { - "Namespace": "System", - "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", + "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", + "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ParseManagementPolicySnapShot", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAction", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" + "DaysAfterCreationGreaterThan": "System.Int32" }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ParseDateAfterCreation", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "daysAfterCreationGreaterThan", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "data", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication": { + "Microsoft.Azure.Management.Storage.Models.DateAfterCreation": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DaysAfterCreationGreaterThan": "System.Double" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "daysAfterCreationGreaterThan", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", + "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", + "Delete": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "tierToCool", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tierToArchive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delete", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ActiveDirectoryProperties": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties", - "DirectoryServiceOptions": "System.String", - "DefaultSharePermission": "System.String" + "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", + "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", + "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseManagementPolicyVersion", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "blobAction", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", + "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", + "Delete": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "tierToCool", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tierToArchive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delete", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "BaseBlob": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob", + "Snapshot": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot", + "Version": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "baseBlob", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshot", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "version", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.File.CloudFileClient": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileClient", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileClient, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", + "DefaultRequestOptions": "Microsoft.Azure.Storage.File.FileRequestOptions", + "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListShares", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" + }, + { + "Name": "ListSharesSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + }, + { + "Name": "ListSharesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + }, + { + "Name": "ListSharesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + }, + { + "Name": "BeginListSharesSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListSharesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListSharesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndListSharesSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + }, + { + "Name": "ListSharesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + }, + { + "Name": "ListSharesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + }, + { + "Name": "ListSharesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + }, + { + "Name": "ListSharesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + }, + { + "Name": "ListSharesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + }, + { + "Name": "ListSharesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetServiceProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + }, + { + "Name": "GetServiceProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + }, + { + "Name": "BeginSetServiceProperties", + "Parameters": [ + { + "Name": "properties", + "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetServiceProperties", + "Parameters": [ + { + "Name": "properties", + "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetServiceProperties", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "auth", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "properties", + "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSActiveDirectoryProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DomainName": "System.String", - "NetBiosDomainName": "System.String", - "ForestName": "System.String", - "DomainGuid": "System.String", - "DomainSid": "System.String", - "AzureStorageSid": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "properties", + "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "SetServiceProperties", + "Parameters": [ + { + "Name": "properties", + "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + }, + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "Name": "GetShareReference", + "Parameters": [ + { + "Name": "shareName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + }, { - "Name": "", + "Name": "GetShareReference", "Parameters": [ { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "shareName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Parameters": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters", - "Status": "System.String", - "FailureReason": "System.String", - "RestoreId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -548742,24 +554501,40 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", - "Parameters": [], + "Parameters": [ + { + "Name": "baseUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delegatingHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": null }, { "Name": "", "Parameters": [ { - "Name": "status", + "Name": "storageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -548767,101 +554542,125 @@ } ] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Auth.StorageCredentials": { + "Namespace": "Microsoft.Azure.Storage.Auth", + "Name": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Auth.StorageCredentials, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "BlobRanges": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "TimeToRestore": "System.DateTime" + "IsAnonymous": "System.Boolean", + "IsSAS": "System.Boolean", + "IsSharedKey": "System.Boolean", + "IsToken": "System.Boolean", + "SASToken": "System.String", + "AccountName": "System.String", + "KeyName": "System.String", + "SASSignature": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "UpdateKey", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "keyValue", + "Type": "System.Byte[]" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.String" + }, + { + "Name": "keyName", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Byte[]" + }, + { + "Name": "keyName", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, { - "Name": "", + "Name": "UpdateSASToken", + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ExportKey", "Parameters": [], - "ReturnType": null + "ReturnType": "System.Byte[]" }, { - "Name": "", + "Name": "TransformUri", "Parameters": [ { - "Name": "parameters", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "resourceUri", + "Type": "System.Uri" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "StartRange": "System.String", - "EndRange": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Uri" + }, { - "Name": "ParseBlobRestoreRanges", + "Name": "TransformUri", "Parameters": [ { - "Name": "ranges", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]" + "Name": "resourceUri", + "Type": "Microsoft.Azure.Storage.StorageUri" } ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]" + "ReturnType": "Microsoft.Azure.Storage.StorageUri" }, { - "Name": "ParsePSBlobRestoreRanges", + "Name": "ExportBase64EncodedKey", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "ranges", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]" + "Name": "other", + "Type": "Microsoft.Azure.Storage.Auth.StorageCredentials" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreRange[]" + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -548882,11 +554681,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -548899,11 +554693,11 @@ "Name": "", "Parameters": [ { - "Name": "startRange", + "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endRange", + "Name": "keyValue", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -548913,7 +554707,67 @@ "Name": "", "Parameters": [ { - "Name": "range", + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "tokenCredential", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -548921,39 +554775,47 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.BlobRestoreRange, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Uri": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.BlobRestoreRange, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.StorageUri": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.StorageUri", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageUri, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "StartRange": "System.String", - "EndRange": "System.String" + "PrimaryUri": "System.Uri", + "SecondaryUri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "GetUri", + "Parameters": [ + { + "Name": "location", + "Type": "Microsoft.Azure.Storage.StorageLocation" + } + ], + "ReturnType": "System.Uri" }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, { "Name": "Equals", "Parameters": [ @@ -548965,9 +554827,14 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "Microsoft.Azure.Storage.StorageUri" + } + ], + "ReturnType": "System.Boolean" }, { "Name": "GetType", @@ -548978,18 +554845,23 @@ "Constructors": [ { "Name": "", - "Parameters": [], + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": null }, { "Name": "", "Parameters": [ { - "Name": "startRange", + "Name": "primaryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endRange", + "Name": "secondaryUri", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -548997,56 +554869,43 @@ } ] }, - "System.Void": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.DateTime": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Microsoft.Azure.Storage.AuthenticationScheme": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.AuthenticationScheme", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.AuthenticationScheme, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "UseSubDomain": "System.Nullable`1[System.Boolean]", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], "Methods": [ { - "Name": "ParseCustomDomain", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.CustomDomain" + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -549054,59 +554913,48 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "ReturnType": "System.String" + }, { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "input", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.CustomDomain": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.CustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.CustomDomain, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "UseSubDomainName": "System.Nullable`1[System.Boolean]", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -549114,39 +554962,33 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "name", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "useSubDomainName", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Constructors": [] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.FileRequestOptions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRequestOptions, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Name": "System.String", - "Type": "System.String" + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "RequireEncryption": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "StoreFileContentMD5": "System.Nullable`1[System.Boolean]", + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]", + "NetworkTimeout": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -549166,11 +555008,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -549178,40 +555015,69 @@ "Name": "", "Parameters": [], "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy": { + "Namespace": "Microsoft.Azure.Storage.RetryPolicies", + "Name": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "CreateInstance", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy" }, { - "Name": "", + "Name": "ShouldRetry", "Parameters": [ { - "Name": "extendedLocation", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "currentRetryCount", + "Type": "System.Int32" + }, + { + "Name": "statusCode", + "Type": "System.Int32" + }, + { + "Name": "lastException", + "Type": "System.Exception" + }, + { + "Name": "retryInterval", + "Type": "System.TimeSpan&" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Boolean" } - ] + ], + "Constructors": [] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CanFailover": "System.Nullable`1[System.Boolean]", - "LastSyncTime": "System.Nullable`1[System.DateTime]", - "Status": "System.String" + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "StoreContentMD5": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "DisableContentCRC64Validation": "System.Nullable`1[System.Boolean]", + "UseTransactionalCRC64": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ParsePSGeoReplicationStats", - "Parameters": [ - { - "Name": "geoReplicationStats", - "Type": "Microsoft.Azure.Management.Storage.Models.GeoReplicationStats" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -549232,11 +555098,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -549247,34 +555108,26 @@ } ] }, - "System.Nullable`1[System.DateTime]": { + "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]": { "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.DateTime" + "Microsoft.Azure.Storage.RetryPolicies.LocationMode" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Key1": "System.Nullable`1[System.DateTime]", - "Key2": "System.Nullable`1[System.DateTime]" - }, + "Microsoft.Azure.Storage.RetryPolicies.LocationMode": { + "Namespace": "Microsoft.Azure.Storage.RetryPolicies", + "Name": "Microsoft.Azure.Storage.RetryPolicies.LocationMode", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -549285,1586 +555138,1920 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" } ], - "Constructors": [ + "Constructors": [] + }, + "System.Nullable`1[System.TimeSpan]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.TimeSpan" + ], + "Methods": [], + "Constructors": [] + }, + "System.TimeSpan": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.IBufferManager": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.IBufferManager", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.IBufferManager, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "ReturnBuffer", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + } + ], + "ReturnType": "System.Void" }, { - "Name": "", + "Name": "TakeBuffer", "Parameters": [ { - "Name": "keyCreationTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "bufferSize", + "Type": "System.Int32" } ], - "ReturnType": null + "ReturnType": "System.Byte[]" + }, + { + "Name": "GetDefaultBufferSize", + "Parameters": [], + "ReturnType": "System.Int32" } - ] + ], + "Constructors": [] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloudFileShare" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileShare": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileShare", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "ResourceAccessRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "Bypass": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ParsePSNetworkRuleAction", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "action", - "Type": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" } ], - "ReturnType": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]" + "ReturnType": "System.String" }, { - "Name": "ParseStorageNetworkRuleAction", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "action", - "Type": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]" + "ReturnType": "System.String" }, { - "Name": "ParsePSNetworkRuleBypass", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "bypass", + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + "ReturnType": "System.String" }, { - "Name": "ParseStorageNetworkRuleBypass", + "Name": "GetRootDirectoryReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + }, + { + "Name": "Create", "Parameters": [ { - "Name": "bypass", - "Type": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ParsePSNetworkRuleDefaultAction", + "Name": "BeginCreate", "Parameters": [ { - "Name": "defaultAction", - "Type": "Microsoft.Azure.Management.Storage.Models.DefaultAction" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ParseStorageNetworkRuleDefaultAction", + "Name": "BeginCreate", "Parameters": [ { - "Name": "defaultAction", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.DefaultAction" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ParsePSNetworkRuleIPRule", + "Name": "EndCreate", "Parameters": [ { - "Name": "ipRule", - "Type": "Microsoft.Azure.Management.Storage.Models.IPRule" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" + "ReturnType": "System.Void" }, { - "Name": "ParseStorageNetworkRuleIPRule", + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", "Parameters": [ { - "Name": "ipRule", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.IPRule" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ParsePSResourceAccessRule", + "Name": "CreateAsync", "Parameters": [ { - "Name": "rule", - "Type": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ParseStorageResourceAccessRule", + "Name": "CreateAsync", "Parameters": [ { - "Name": "rule", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ParsePSNetworkRuleVirtualNetworkRule", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "virtualNetworkRule", - "Type": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" + "ReturnType": "System.Boolean" }, { - "Name": "ParseStorageNetworkRuleVirtualNetworkRule", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "virtualNetworkRule", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ParsePSNetworkRule", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "rules", - "Type": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ParseStorageNetworkRule", + "Name": "EndCreateIfNotExists", "Parameters": [ { - "Name": "rules", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "CreateIfNotExistsAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "Equals", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "Snapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + }, { - "Name": "Equals", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "EndSnapshot", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "GetType", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + }, { - "Name": "Equals", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ToString", + "Name": "Delete", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "CompareTo", + "Name": "Delete", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginDelete", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDelete", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginDelete", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "EndDelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" }, { - "Name": "GetType", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.TypeCode": { - "Namespace": "System", - "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSResourceAccessRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "Equals", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "Equals", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "BeginDeleteIfExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "BeginDeleteIfExists", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "Equals", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "obj", + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDeleteIfExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "Exists", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "HasFlag", + "Name": "BeginExists", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "BeginExists", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "EndExists", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "ExistsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "EndFetchAttributes", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" }, { - "Name": "GetType", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.Action" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.Action": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.Action", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Action, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "Equals", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetPermissions", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "ToString", + "Name": "BeginGetPermissions", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "BeginGetPermissions", "Parameters": [ { - "Name": "target", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndGetPermissions", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "ToString", + "Name": "GetPermissionsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + }, + { + "Name": "GetPermissionsAsync", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "HasFlag", + "Name": "GetPermissionsAsync", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.DefaultAction": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DefaultAction, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "GetPermissionsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "GetStats", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" }, { - "Name": "ToString", + "Name": "BeginGetStats", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "BeginGetStats", "Parameters": [ { - "Name": "target", + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndGetStats", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" }, { - "Name": "ToString", + "Name": "GetStatsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + }, + { + "Name": "GetStatsAsync", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "HasFlag", + "Name": "GetStatsAsync", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "GetStatsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.IPRule": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.IPRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Action": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", - "IPAddressOrRange": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], + "Name": "SetMetadata", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], "ReturnType": "System.Void" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "iPAddressOrRange", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "action", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantId": "System.String", - "ResourceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndSetMetadata", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "tenantId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "resourceId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Action": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.Action]", - "VirtualNetworkResourceId": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "SetPermissions", "Parameters": [ { - "Name": "virtualNetworkResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "action", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.NetworkRuleSet, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultAction": "Microsoft.Azure.Management.Storage.Models.DefaultAction", - "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]", - "ResourceAccessRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule]", - "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]", - "Bypass": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "obj", + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "defaultAction", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "bypass", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "resourceAccessRules", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "virtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipRules", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.IPRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.IPRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.IPRule" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.ResourceAccessRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.ResourceAccessRule" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PublishMicrosoftEndpoints": "System.Nullable`1[System.Boolean]", - "PublishInternetEndpoints": "System.Nullable`1[System.Boolean]", - "RoutingChoice": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "ParsePSRoutingPreference", + "Name": "EndSetPermissions", "Parameters": [ { - "Name": "routingPreference", - "Type": "Microsoft.Azure.Management.Storage.Models.RoutingPreference" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSSku": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", - "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", - "Locations": "System.Collections.Generic.IList`1[System.String]", - "Tier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", - "Name": "System.String", - "ResourceType": "System.String", - "Kind": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseSku", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.Sku" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "sku", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.Restriction" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.Restriction": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.Restriction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Restriction, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Values": "System.Collections.Generic.IList`1[System.String]", - "Type": "System.String", - "ReasonCode": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "SetProperties", "Parameters": [ { - "Name": "type", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "values", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "reasonCode", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IList`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.SKUCapability" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.SKUCapability": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.SKUCapability", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SKUCapability, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "name", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.SkuTier" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.SkuTier": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SkuTier, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "Equals", + "Name": "EndSetProperties", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "SetPropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "CreateFilePermission", "Parameters": [ { - "Name": "format", + "Name": "permission", "Type": "System.String" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "CreateFilePermissionAsync", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "permission", + "Type": "System.String" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "HasFlag", + "Name": "GetFilePermission", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "filePermissionKey", + "Type": "System.String" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "GetFilePermissionAsync", + "Parameters": [ + { + "Name": "filePermissionKey", + "Type": "System.String" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.Sku": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Sku, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Tier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.SkuTier]", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" }, { "Name": "ToString", @@ -550885,107 +557072,78 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", - "Parameters": [], + "Parameters": [ + { + "Name": "shareAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": null }, { "Name": "", "Parameters": [ { - "Name": "name", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tier", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.Encryption": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.Encryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Encryption, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "EncryptionIdentity": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity", - "Services": "Microsoft.Azure.Management.Storage.Models.EncryptionServices", - "KeyVaultProperties": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties", - "RequireInfrastructureEncryption": "System.Nullable`1[System.Boolean]", - "KeySource": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "shareAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], "ReturnType": null }, { "Name": "", "Parameters": [ { - "Name": "keySource", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "services", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "requireInfrastructureEncryption", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyVaultProperties", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encryptionIdentity", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -550993,16 +557151,23 @@ } ] }, - "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionIdentity, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.FileShareProperties": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileShareProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "EncryptionUserAssignedIdentity": "System.String" + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Quota": "System.Nullable`1[System.Int32]", + "ETag": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -551022,11 +557187,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -551034,2024 +557194,1610 @@ "Name": "", "Parameters": [], "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "encryptionUserAssignedIdentity", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null } ] }, - "Microsoft.Azure.Management.Storage.Models.EncryptionServices": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionServices", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionServices, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Nullable`1[System.DateTimeOffset]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTimeOffset]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTimeOffset" + ], + "Methods": [], + "Constructors": [] + }, + "System.DateTimeOffset": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileDirectory": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Blob": "Microsoft.Azure.Management.Storage.Models.EncryptionService", - "File": "Microsoft.Azure.Management.Storage.Models.EncryptionService", - "Table": "Microsoft.Azure.Management.Storage.Models.EncryptionService", - "Queue": "Microsoft.Azure.Management.Storage.Models.EncryptionService" + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "Properties": "Microsoft.Azure.Storage.File.FileDirectoryProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "GetFileReference", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "fileName", + "Type": "System.String" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" }, { - "Name": "", + "Name": "Create", "Parameters": [ { - "Name": "blob", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "file", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "table", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "queue", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.EncryptionService": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.EncryptionService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.EncryptionService, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Nullable`1[System.Boolean]", - "LastEnabledTime": "System.Nullable`1[System.DateTime]", - "KeyType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "BeginCreate", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginCreate", "Parameters": [ { - "Name": "enabled", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "lastEnabledTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "keyType", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyVaultProperties, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]", - "KeyName": "System.String", - "KeyVersion": "System.String", - "KeyVaultUri": "System.String", - "CurrentVersionedKeyIdentifier": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndCreate", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", + "Name": "CreateAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "CreateAsync", "Parameters": [ { - "Name": "keyName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "keyVersion", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ { - "Name": "keyVaultUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "currentVersionedKeyIdentifier", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "lastKeyRotationTimestamp", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.Endpoints": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Endpoints, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "InternetEndpoints": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints", - "MicrosoftEndpoints": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints", - "Blob": "System.String", - "Queue": "System.String", - "Table": "System.String", - "File": "System.String", - "Web": "System.String", - "Dfs": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "blob", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queue", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "table", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "file", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ { - "Name": "web", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "dfs", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "microsoftEndpoints", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "internetEndpoints", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountInternetEndpoints, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Blob": "System.String", - "File": "System.String", - "Web": "System.String", - "Dfs": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndCreateIfNotExists", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "CreateIfNotExistsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "blob", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "file", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "web", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "dfs", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Blob": "System.String", - "Queue": "System.String", - "Table": "System.String", - "File": "System.String", - "Web": "System.String", - "Dfs": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "Equals", + "Name": "Delete", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "System.Void" }, { - "Name": "", + "Name": "BeginDelete", "Parameters": [ { - "Name": "blob", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "queue", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "table", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "file", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "web", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "dfs", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.Identity": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.Identity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Identity, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity]", - "PrincipalId": "System.String", - "TenantId": "System.String", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDelete", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "type", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "principalId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "tenantId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "userAssignedIdentities", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.UserAssignedIdentity, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PrincipalId": "System.String", - "ClientId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "principalId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "clientId", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.KeyPolicy": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.KeyPolicy, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyExpirationPeriodInDays": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "keyExpirationPeriodInDays", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.SasPolicy": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SasPolicy, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SasExpirationPeriod": "System.String", - "ExpirationAction": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "sasExpirationPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IDictionary`2[System.String,System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.AccessTier" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.AccessTier": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.AccessTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccessTier, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, { - "Name": "Equals", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "Exists", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "BeginExists", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginExists", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndExists", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "ExistsAsync", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.AccountStatus" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.AccountStatus": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.AccountStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.AccountStatus, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndFetchAttributes", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetTypeCode", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Storage.Models.ProvisioningState" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.ProvisioningState": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProvisioningState, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "ListFilesAndDirectories", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" }, { - "Name": "ToString", + "Name": "ListFilesAndDirectories", "Parameters": [ { - "Name": "format", + "Name": "prefix", "Type": "System.String" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" }, { - "Name": "ToString", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "HasFlag", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "BlobRestoreStatus": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreStatus", - "CustomDomain": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "ExtendedLocation": "Microsoft.Azure.Commands.Management.Storage.Models.PSExtendedLocation", - "GeoReplicationStats": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "KeyCreationTime": "Microsoft.Azure.Commands.Management.Storage.Models.PSKeyCreationTime", - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "RoutingPreference": "Microsoft.Azure.Commands.Management.Storage.Models.PSRoutingPreference", - "Sku": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "Encryption": "Microsoft.Azure.Management.Storage.Models.Encryption", - "SecondaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "PrimaryEndpoints": "Microsoft.Azure.Management.Storage.Models.Endpoints", - "Identity": "Microsoft.Azure.Management.Storage.Models.Identity", - "KeyPolicy": "Microsoft.Azure.Management.Storage.Models.KeyPolicy", - "SasPolicy": "Microsoft.Azure.Management.Storage.Models.SasPolicy", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AccessTier": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccessTier]", - "StatusOfPrimary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "StatusOfSecondary": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.AccountStatus]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.ProvisioningState]", - "AllowSharedKeyAccess": "System.Nullable`1[System.Boolean]", - "EnableNfsV3": "System.Nullable`1[System.Boolean]", - "AllowBlobPublicAccess": "System.Nullable`1[System.Boolean]", - "FailoverInProgress": "System.Nullable`1[System.Boolean]", - "AllowCrossTenantReplication": "System.Nullable`1[System.Boolean]", - "EnableHttpsTrafficOnly": "System.Nullable`1[System.Boolean]", - "EnableHierarchicalNamespace": "System.Nullable`1[System.Boolean]", - "CreationTime": "System.Nullable`1[System.DateTime]", - "LastGeoFailoverTime": "System.Nullable`1[System.DateTime]", - "PrimaryLocation": "System.String", - "Kind": "System.String", - "Location": "System.String", - "Id": "System.String", - "StorageAccountName": "System.String", - "MinimumTlsVersion": "System.String", - "SecondaryLocation": "System.String", - "ResourceGroupName": "System.String", - "LargeFileSharesState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "storageAccount", - "Type": "Microsoft.Azure.Management.Storage.Models.StorageAccount" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "client", - "Type": "Microsoft.Azure.Management.Storage.IStorageManagementClient" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "Equals", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "obj", + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "storageAccount", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "UpdateHistory": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", - "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", - "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", - "State": "System.String", - "Etag": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "obj", + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "EndListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Timestamp": "System.Nullable`1[System.DateTime]", - "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", - "Update": "System.String", - "ObjectIdentifier": "System.String", - "TenantId": "System.String", - "Upn": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "Equals", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "updateHistory", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null - } - ] - }, - "System.Nullable`1[System.Int32]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Tags": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", - "HasLegalHold": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "Equals", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "legalHoldProperty", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Timestamp": "System.Nullable`1[System.DateTime]", - "Tag": "System.String", - "ObjectIdentifier": "System.String", - "TenantId": "System.String", - "Upn": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "Equals", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "tagsProperty", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, { - "Name": "Equals", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "obj", + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "EndListHandlesSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "ListHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "ToString", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "CompareTo", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "target", + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "ToString", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "HasFlag", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Credential": "System.String", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OnPremise": "System.Boolean", - "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", - "AdTenant": "System.String", - "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", - "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", - "BatchEndpointResourceId": "System.String", - "DataLakeEndpointResourceId": "System.String", - "GraphEndpointResourceId": "System.String", - "AzureKeyVaultServiceEndpointResourceId": "System.String", - "AzureKeyVaultDnsSuffix": "System.String", - "TrafficManagerDnsSuffix": "System.String", - "SqlDatabaseDnsSuffix": "System.String", - "ActiveDirectoryServiceEndpointResourceId": "System.String", - "GraphUrl": "System.String", - "GalleryUrl": "System.String", - "ActiveDirectoryAuthority": "System.String", - "PublishSettingsFileUrl": "System.String", - "ManagementPortalUrl": "System.String", - "ResourceManagerUrl": "System.String", - "ServiceManagementUrl": "System.String", - "StorageEndpointSuffix": "System.String", - "ContainerRegistryEndpointSuffix": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Name": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CacheData": "System.Byte[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "System.Byte[]": { - "Namespace": "System", - "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", - "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", - "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseManagementPolicyBaseBlob", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "CloseHandleSegmented", + "Parameters": [ + { + "Name": "handleId", + "Type": "System.UInt64" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "Equals", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "obj", + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "blobAction", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DaysAfterModificationGreaterThan": "System.Nullable`1[System.Int32]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseDateAfterModification", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.DateAfterModification" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "Equals", + "Name": "CloseHandleSegmentedAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "", + "Name": "CloseHandleSegmentedAsync", "Parameters": [ { - "Name": "daysAfterModificationGreaterThan", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "handleId", + "Type": "System.UInt64" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "recursive", + "Type": "System.Nullable`1[System.Boolean]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "", + "Name": "SetMetadata", "Parameters": [ { - "Name": "data", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.DateAfterModification": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterModification, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DaysAfterModificationGreaterThan": "System.Nullable`1[System.Double]", - "DaysAfterLastAccessTimeGreaterThan": "System.Nullable`1[System.Double]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], "ReturnType": "System.Void" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "daysAfterModificationGreaterThan", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "daysAfterLastAccessTimeGreaterThan", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "System.Nullable`1[System.Double]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Double" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", - "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", - "Delete": "Microsoft.Azure.Management.Storage.Models.DateAfterModification", - "EnableAutoTierToHotFromCool": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "Validate", - "Parameters": [], + "Name": "EndSetMetadata", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "tierToCool", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "tierToArchive", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "delete", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "enableAutoTierToHotFromCool", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ParseManagementPolicySnapShot", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetProperties", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null + "ReturnType": "System.Void" }, { - "Name": "", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "blobAction", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DaysAfterCreationGreaterThan": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "ParseDateAfterCreation", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -553072,24 +558818,14 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, { "Name": "", "Parameters": [ { - "Name": "daysAfterCreationGreaterThan", + "Name": "directoryAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -553099,66 +558835,25 @@ "Name": "", "Parameters": [ { - "Name": "data", + "Name": "directoryAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.DateAfterCreation": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DaysAfterCreationGreaterThan": "System.Double" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", - "Type": "System.Object" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], "ReturnType": null }, { "Name": "", "Parameters": [ { - "Name": "daysAfterCreationGreaterThan", + "Name": "directoryAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -553166,22 +558861,29 @@ } ] }, - "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.FileDirectoryProperties": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileDirectoryProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileDirectoryProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", - "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", - "Delete": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation" + "IsServerEncrypted": "System.Boolean", + "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "CreationTime": "System.Nullable`1[System.DateTimeOffset]", + "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", + "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", + "ETag": "System.String", + "FilePermissionKey": "System.String", + "DirectoryId": "System.String", + "ParentId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Validate", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -553202,11 +558904,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -553214,49 +558911,29 @@ "Name": "", "Parameters": [], "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "tierToCool", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "tierToArchive", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "delete", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null } ] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyVersion, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation" - }, + "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ParseManagementPolicyVersion", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -553268,65 +558945,24 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", + "Name": "HasFlag", "Parameters": [ { - "Name": "blobAction", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TierToCool": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", - "TierToArchive": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation", - "Delete": "Microsoft.Azure.Management.Storage.Models.DateAfterCreation" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -553334,73 +558970,48 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ToString", "Parameters": [], - "ReturnType": null + "ReturnType": "System.String" }, { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "tierToCool", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "tierToArchive", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" }, { - "Name": "delete", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "BaseBlob": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyBaseBlob", - "Snapshot": "Microsoft.Azure.Management.Storage.Models.ManagementPolicySnapShot", - "Version": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -553408,111 +559019,99 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "baseBlob", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshot", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "version", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.File.CloudFileClient": { + "Microsoft.Azure.Storage.File.CloudFile": { "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileClient", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileClient, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", - "DefaultRequestOptions": "Microsoft.Azure.Storage.File.FileRequestOptions", - "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "BaseUri": "System.Uri" + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ListShares", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" - }, - { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListSharesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListSharesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListSharesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" }, { "Name": "options", @@ -553523,66 +559122,56 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginListSharesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginListSharesSegmented", - "Parameters": [ - { - "Name": "prefix", - "Type": "System.String" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginListSharesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" }, { "Name": "options", @@ -553593,100 +559182,116 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "EndListSharesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" - }, - { - "Name": "ListSharesSegmentedAsync", - "Parameters": [ + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" - }, - { - "Name": "ListSharesSegmentedAsync", - "Parameters": [ + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" }, { "Name": "options", @@ -553695,28 +559300,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "prefix", + "Name": "copyId", "Type": "System.String" }, { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.File.ShareListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -553725,17 +559326,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginAbortCopy", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -553748,10 +559349,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "requestOptions", + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -553770,35 +559379,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceProperties", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "ReturnType": "System.Void" }, { - "Name": "GetServicePropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -553806,13 +559432,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "copyId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -553824,68 +559458,92 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServiceProperties", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "ReturnType": "System.String" }, { - "Name": "BeginSetServiceProperties", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "state", - "Type": "System.Object" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginSetServiceProperties", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndSetServiceProperties", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", @@ -553895,21 +559553,21 @@ "ReturnType": "System.Void" }, { - "Name": "SetServicePropertiesAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "Name": "content", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetServicePropertiesAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "Name": "content", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -553919,14 +559577,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetServicePropertiesAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "Name": "content", + "Type": "System.String" }, { - "Name": "requestOptions", + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -553937,14 +559603,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetServicePropertiesAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "Name": "content", + "Type": "System.String" }, { - "Name": "requestOptions", + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -553959,879 +559633,553 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetServiceProperties", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "Name": "content", + "Type": "System.String" }, { - "Name": "requestOptions", + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetShareReference", - "Parameters": [ + }, { - "Name": "shareName", - "Type": "System.String" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetShareReference", + "Name": "Create", "Parameters": [ { - "Name": "shareName", - "Type": "System.String" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "BeginCreate", "Parameters": [ { - "Name": "obj", + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "BeginCreate", "Parameters": [ { - "Name": "baseUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "delegatingHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, { - "Name": "storageUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "delegatingHandler", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Auth.StorageCredentials": { - "Namespace": "Microsoft.Azure.Storage.Auth", - "Name": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Auth.StorageCredentials, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsAnonymous": "System.Boolean", - "IsSAS": "System.Boolean", - "IsSharedKey": "System.Boolean", - "IsToken": "System.Boolean", - "SASToken": "System.String", - "AccountName": "System.String", - "KeyName": "System.String", - "SASSignature": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "UpdateKey", + "Name": "EndCreate", "Parameters": [ { - "Name": "keyValue", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Void" }, { - "Name": "UpdateKey", + "Name": "CreateAsync", "Parameters": [ { - "Name": "keyValue", - "Type": "System.Byte[]" + "Name": "size", + "Type": "System.Int64" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UpdateKey", + "Name": "CreateAsync", "Parameters": [ { - "Name": "keyValue", - "Type": "System.String" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "keyName", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UpdateKey", + "Name": "CreateAsync", "Parameters": [ { - "Name": "keyValue", - "Type": "System.Byte[]" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "keyName", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UpdateSASToken", + "Name": "CreateAsync", "Parameters": [ { - "Name": "sasToken", - "Type": "System.String" + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" - }, - { - "Name": "ExportKey", - "Parameters": [], - "ReturnType": "System.Byte[]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "TransformUri", + "Name": "Exists", "Parameters": [ { - "Name": "resourceUri", - "Type": "System.Uri" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Uri" + "ReturnType": "System.Boolean" }, { - "Name": "TransformUri", + "Name": "BeginExists", "Parameters": [ { - "Name": "resourceUri", - "Type": "Microsoft.Azure.Storage.StorageUri" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.StorageUri" - }, - { - "Name": "ExportBase64EncodedKey", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "BeginExists", "Parameters": [ { - "Name": "other", - "Type": "Microsoft.Azure.Storage.Auth.StorageCredentials" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndExists", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "ExistsAsync", "Parameters": [], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accountName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyValue", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accountName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "keyValue", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accountName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "keyValue", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "keyName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "accountName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "keyValue", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "keyName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Void" }, { - "Name": "", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "sasToken", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "tokenCredential", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "System.Uri": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.StorageUri": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.StorageUri", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageUri, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PrimaryUri": "System.Uri", - "SecondaryUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetUri", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "location", - "Type": "Microsoft.Azure.Storage.StorageLocation" - } - ], - "ReturnType": "System.Uri" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "Equals", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, { - "Name": "obj", + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndFetchAttributes", "Parameters": [ { - "Name": "other", - "Type": "Microsoft.Azure.Storage.StorageUri" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetType", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "primaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "primaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "secondaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.AuthenticationScheme": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.AuthenticationScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.AuthenticationScheme, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, { - "Name": "obj", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "format", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "Delete", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "flag", - "Type": "System.Enum" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileRequestOptions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRequestOptions, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "RequireEncryption": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "StoreFileContentMD5": "System.Nullable`1[System.Boolean]", - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]", - "NetworkTimeout": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "BeginDelete", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy": { - "Namespace": "Microsoft.Azure.Storage.RetryPolicies", - "Name": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CreateInstance", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ShouldRetry", + "Name": "BeginDelete", "Parameters": [ { - "Name": "currentRetryCount", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "statusCode", - "Type": "System.Int32" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "lastException", - "Type": "System.Exception" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "retryInterval", - "Type": "System.TimeSpan&" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "StoreContentMD5": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "DisableContentCRC64Validation": "System.Nullable`1[System.Boolean]", - "UseTransactionalCRC64": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDelete", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.RetryPolicies.LocationMode" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.RetryPolicies.LocationMode": { - "Namespace": "Microsoft.Azure.Storage.RetryPolicies", - "Name": "Microsoft.Azure.Storage.RetryPolicies.LocationMode", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, { - "Name": "target", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[System.TimeSpan]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] - }, - "System.TimeSpan": { - "Namespace": "System", - "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.IBufferManager": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.IBufferManager", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.IBufferManager, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ReturnBuffer", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "TakeBuffer", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "bufferSize", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Byte[]" - }, - { - "Name": "GetDefaultBufferSize", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileShare" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileShare": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -554839,10 +560187,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginCreate", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -554856,8 +560204,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginDeleteIfExists", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -554878,33 +560230,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -554914,11 +560270,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -554932,13 +560292,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateIfNotExists", + "Name": "ListRanges", "Parameters": [ { - "Name": "requestOptions", + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -554946,10 +560318,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginListRanges", "Parameters": [ { "Name": "callback", @@ -554963,8 +560335,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginListRanges", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -554985,33 +560369,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateIfNotExists", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ListRangesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ListRangesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ListRangesAsync", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -555021,11 +560417,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ListRangesAsync", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -555039,14 +560447,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "Snapshot", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -555061,28 +560473,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginSnapshot", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "accessCondition", @@ -555108,36 +560510,51 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "SnapshotAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "SnapshotAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -555152,14 +560569,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "SnapshotAsync", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -555174,15 +560591,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Delete", + "Name": "EndCloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555194,16 +560629,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "Delete", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" }, { "Name": "accessCondition", @@ -555218,11 +560661,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginDelete", + "Name": "BeginCloseHandleSegmented", "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -555235,8 +560698,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "EndCloseHandleSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", "Parameters": [ + { + "Name": "handleId", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555249,6 +560730,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "cancellationToken", + "Type": "System.Nullable`1[System.Threading.CancellationToken]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + }, + { + "Name": "SetProperties", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -555261,12 +560770,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555291,7 +560796,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -555301,12 +560806,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "SetPropertiesAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", @@ -555316,7 +560821,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -555334,7 +560839,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -555356,11 +560861,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "Resize", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -555373,17 +560878,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginResize", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "BeginResize", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555395,16 +560918,58 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "EndResize", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -555419,24 +560984,36 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "state", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "SetMetadata", "Parameters": [ { "Name": "accessCondition", @@ -555449,7 +561026,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -555462,12 +561045,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555492,32 +561071,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "accessCondition", @@ -555532,10 +561111,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "accessCondition", @@ -555554,14 +561133,22 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "WriteRange", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption" + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -555574,19 +561161,39 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "Exists", + "Name": "WriteRange", "Parameters": [ { - "Name": "requestOptions", + "Name": "sourceUri", + "Type": "System.Uri" + }, + { + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -555594,11 +561201,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginExists", + "Name": "BeginWriteRange", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -555611,8 +561230,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginWriteRange", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -555633,33 +561268,180 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "BeginWriteRange", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndWriteRange", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "WriteRangeAsync", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "WriteRangeAsync", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "WriteRangeAsync", + "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -555667,13 +561449,45 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "sourceUri", + "Type": "System.Uri" + }, + { + "Name": "sourceOffset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "destOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -555684,14 +561498,22 @@ }, { "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributes", + "Name": "ClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555708,8 +561530,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -555722,8 +561552,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555748,7 +561586,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -555758,13 +561596,30 @@ "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -555773,8 +561628,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555791,8 +561654,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -555813,10 +561684,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissions", + "Name": "StartCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -555828,27 +561707,51 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" + "ReturnType": "System.String" }, { - "Name": "BeginGetPermissions", + "Name": "StartCopy", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "state", - "Type": "System.Object" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginGetPermissions", + "Name": "StartCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -555858,48 +561761,89 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndGetPermissions", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPermissionsAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPermissionsAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -555909,17 +561853,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPermissionsAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -555929,15 +561893,31 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetStats", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -555945,13 +561925,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" - }, - { - "Name": "BeginGetStats", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -555964,8 +561938,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetStats", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "copyOptions", + "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -555986,64 +561976,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetStats", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" - }, - { - "Name": "GetStatsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" - }, - { - "Name": "GetStatsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.String" }, { - "Name": "GetStatsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetStatsAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetMetadata", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -556058,10 +562025,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -556075,7 +562042,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -556101,32 +562068,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -556141,10 +562108,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadataAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -556163,14 +562130,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetPermissions", + "Name": "OpenWrite", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -556185,14 +562152,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "BeginSetPermissions", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -556206,11 +562173,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPermissions", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -556236,45 +562203,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPermissions", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "SetPermissionsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "SetPermissionsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "SetPermissionsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -556289,14 +562256,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "SetPermissionsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.FileSharePermissions" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -556315,11 +562282,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "SetProperties", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -556336,8 +562307,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -556350,8 +562325,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -556376,7 +562355,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -556386,13 +562365,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -556401,8 +562389,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -556419,8 +562411,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -556441,29 +562437,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateFilePermission", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "permission", - "Type": "System.String" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CreateFilePermissionAsync", - "Parameters": [ - { - "Name": "permission", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -556473,37 +562455,31 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetFilePermission", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "filePermissionKey", + "Name": "path", "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetFilePermissionAsync", - "Parameters": [ - { - "Name": "filePermissionKey", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -556512,790 +562488,215 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "path", "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetRootDirectoryReference", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "path", + "Type": "System.String" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.File.FileShareProperties": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileShareProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "Quota": "System.Nullable`1[System.Int32]", - "ETag": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "System.Nullable`1[System.DateTimeOffset]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTimeOffset]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTimeOffset" - ], - "Methods": [], - "Constructors": [] - }, - "System.DateTimeOffset": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.ICancellableAsyncResult": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.ICancellableAsyncResult", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.ICancellableAsyncResult, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Cancel", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task", - "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Boolean]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Boolean]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileShare" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileSharePermissions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileSharePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SharedAccessPolicies": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDownloadToFile", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.File.SharedAccessFilePolicies": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Item": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", - "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Count": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Add", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "key", + "Name": "path", "Type": "System.String" }, { - "Name": "value", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ContainsKey", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "key", + "Name": "path", "Type": "System.String" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Remove", - "Parameters": [ + }, { - "Name": "key", - "Type": "System.String" + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "TryGetValue", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "key", + "Name": "path", "Type": "System.String" }, { - "Name": "value", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy&" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "Add", - "Parameters": [ + "Name": "mode", + "Type": "System.IO.FileMode" + }, { - "Name": "item", - "Type": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Contains", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "item", - "Type": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyTo", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "array", - "Type": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy][]" + "Name": "path", + "Type": "System.String" }, { - "Name": "arrayIndex", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Remove", - "Parameters": [ + "Name": "mode", + "Type": "System.IO.FileMode" + }, { - "Name": "item", - "Type": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetEnumerator", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Permissions": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", - "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", - "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PermissionsToString", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PermissionsFromString", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "input", + "Name": "path", "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.File.SharedAccessFilePermissions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + "Name": "mode", + "Type": "System.IO.FileMode" + }, { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "format", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { - "Name": "format", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ + "Name": "target", + "Type": "System.Byte[]" + }, { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.ICollection`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileSharePermissions" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.Protocol.ShareStats": { - "Namespace": "Microsoft.Azure.Storage.File.Protocol", - "Name": "Microsoft.Azure.Storage.File.Protocol.ShareStats", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Usage": "System.Int32", - "UsageInBytes": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + "Name": "index", + "Type": "System.Int32" + }, { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.Protocol.ShareStats" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.String]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.String]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileDirectory": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "Properties": "Microsoft.Azure.Storage.File.FileDirectoryProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -557303,11 +562704,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginCreate", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -557320,8 +562729,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -557342,67 +562763,64 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "CreateAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CreateAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CreateIfNotExists", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" }, { @@ -557410,25 +562828,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginCreateIfNotExists", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreateIfNotExists", - "Parameters": [ + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -557437,59 +562853,28 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCreateIfNotExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -557498,16 +562883,24 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Delete", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557521,10 +562914,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -557538,8 +562931,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557564,33 +562961,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DeleteAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557604,11 +563005,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557626,11 +563031,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExists", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557642,13 +563051,63 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDeleteIfExists", + "Name": "DownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -557661,8 +563120,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557687,33 +563158,70 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557727,11 +563235,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557749,39 +563269,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Exists", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -557791,76 +563299,35 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557874,11 +563341,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -557891,8 +563374,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557917,33 +563416,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "FetchAttributesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "FetchAttributesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557957,11 +563505,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "FetchAttributesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -557979,28 +563543,30 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListFilesAndDirectories", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" - }, - { - "Name": "ListFilesAndDirectories", - "Parameters": [ + "Name": "index", + "Type": "System.Int32" + }, { - "Name": "prefix", - "Type": "System.String" + "Name": "fileOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -558009,30 +563575,28 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" - }, - { - "Name": "ListFilesAndDirectoriesSegmented", - "Parameters": [ + }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListFilesAndDirectoriesSegmented", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -558043,22 +563607,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListFilesAndDirectoriesSegmented", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -558069,14 +563633,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "callback", @@ -558090,23 +563654,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -558120,19 +563706,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -558154,67 +563740,71 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListFilesAndDirectoriesSegmented", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "source", + "Type": "System.IO.Stream" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -558223,20 +563813,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -558246,57 +563840,59 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, + "Name": "length", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -558311,22 +563907,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListHandlesSegmented", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -558341,40 +563933,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndListHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -558388,23 +563962,23 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -558419,18 +563993,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "path", + "Type": "System.String" }, { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -558456,89 +564044,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CloseHandleSegmented", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "handleId", + "Name": "path", "Type": "System.String" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CloseHandleSegmented", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.UInt64" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -558553,23 +564097,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "handleId", + "Name": "path", "Type": "System.String" }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -558583,41 +564119,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseHandleSegmented", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "handleId", + "Name": "path", "Type": "System.String" }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -558630,27 +564144,31 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "handleId", - "Type": "System.UInt64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "recursive", - "Type": "System.Nullable`1[System.Boolean]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -558663,35 +564181,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "SetMetadata", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ + "Name": "count", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -558704,8 +564212,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -558730,7 +564250,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -558740,13 +564260,38 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -558755,8 +564300,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -558773,8 +564330,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -558795,8 +564364,24 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -558804,13 +564389,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadText", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" @@ -558818,33 +564423,66 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "GetFileReference", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "fileName", + "Name": "content", "Type": "System.String" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetDirectoryReference", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "itemName", + "Name": "content", "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -558865,11 +564503,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -558877,7 +564510,7 @@ "Name": "", "Parameters": [ { - "Name": "directoryAbsoluteUri", + "Name": "fileAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -558887,7 +564520,7 @@ "Name": "", "Parameters": [ { - "Name": "directoryAbsoluteUri", + "Name": "fileAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -558901,7 +564534,7 @@ "Name": "", "Parameters": [ { - "Name": "directoryAbsoluteUri", + "Name": "fileAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -558913,25 +564546,28 @@ } ] }, - "Microsoft.Azure.Storage.File.FileDirectoryProperties": { + "Microsoft.Azure.Storage.File.CopyState": { "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileDirectoryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileDirectoryProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.File.CopyState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyState, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IsServerEncrypted": "System.Boolean", - "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "CreationTime": "System.Nullable`1[System.DateTimeOffset]", - "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", - "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", - "ETag": "System.String", - "FilePermissionKey": "System.String", - "DirectoryId": "System.String", - "ParentId": "System.String" + "Status": "Microsoft.Azure.Storage.File.CopyStatus", + "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", + "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "BytesCopied": "System.Nullable`1[System.Int64]", + "TotalBytes": "System.Nullable`1[System.Int64]", + "CopyId": "System.String", + "StatusDescription": "System.String", + "Source": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -558951,11 +564587,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -558966,22 +564597,10 @@ } ] }, - "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes": { + "Microsoft.Azure.Storage.File.CopyStatus": { "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.File.CopyStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyStatus, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -558996,6 +564615,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -559020,16 +564659,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -559050,16 +564679,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -559073,40 +564692,157 @@ ], "Constructors": [] }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Nullable`1[System.Int64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.IListFileItem" + "System.Int64" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.File.IListFileItem": { + "Microsoft.Azure.Storage.File.FileProperties": { "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.IListFileItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.File.FileProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Uri": "System.Uri" + "IsServerEncrypted": "System.Boolean", + "Length": "System.Int64", + "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", + "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", + "CreationTime": "System.Nullable`1[System.DateTimeOffset]", + "FilePermissionKey": "System.String", + "CacheControl": "System.String", + "ETag": "System.String", + "ContentType": "System.String", + "ContentMD5": "System.String", + "ContentLanguage": "System.String", + "ContentEncoding": "System.String", + "ContentDisposition": "System.String", + "FileId": "System.String", + "ParentId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[System.String]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.String]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.ICancellableAsyncResult": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.ICancellableAsyncResult", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.ICancellableAsyncResult, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Cancel", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task", + "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.File.FileResultSegment": { + "System.Threading.Tasks.Task`1[System.Boolean]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Boolean]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileRange": { "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.File.FileRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" }, "ElementType": null, "GenericTypeArguments": [], @@ -559116,6 +564852,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -559130,11 +564871,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -559142,11 +564878,11 @@ "Name": "", "Parameters": [ { - "Name": "files", + "Name": "start", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "end", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -559154,6 +564890,63 @@ } ] }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileHandleResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileHandleResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, "Microsoft.Azure.Storage.File.FileContinuationToken": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.FileContinuationToken", @@ -559190,6 +564983,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -559209,11 +565007,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -559254,6 +565047,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -559278,16 +565091,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -559308,16 +565111,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -559334,70 +565127,13 @@ "System.Xml.Schema.XmlSchema": { "Namespace": "System.Xml.Schema", "Name": "System.Xml.Schema.XmlSchema", - "AssemblyQualifiedName": "System.Xml.Schema.XmlSchema, System.Private.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", + "AssemblyQualifiedName": "System.Xml.Schema.XmlSchema, System.Private.Xml, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileHandleResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileHandleResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]", @@ -559428,6 +565164,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -559447,11 +565188,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -559465,7 +565201,7 @@ "System.Net.IPAddress": { "Namespace": "System.Net", "Name": "System.Net.IPAddress", - "AssemblyQualifiedName": "System.Net.IPAddress, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.IPAddress, System.Net.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -559507,6 +565243,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -559526,11 +565267,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -559553,887 +565289,53 @@ "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.File.CloudFile": { + "System.IO.Stream": { + "Namespace": "System.IO", + "Name": "System.IO.Stream", + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.IO.Stream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.IO.Stream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.IO.Stream" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileStream": { "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.File.CloudFileStream", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" + "CanRead": "System.Boolean", + "CanSeek": "System.Boolean", + "CanTimeout": "System.Boolean", + "CanWrite": "System.Boolean", + "ReadTimeout": "System.Int32", + "WriteTimeout": "System.Int32", + "Length": "System.Int64", + "Position": "System.Int64" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAbortCopy", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.File.SharedAccessFileHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", + "Name": "Commit", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenWrite", - "Parameters": [ - { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" - }, - { - "Name": "BeginOpenWrite", - "Parameters": [ - { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCommit", "Parameters": [ - { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -560446,146 +565348,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" - }, - { - "Name": "DownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDownloadToStream", + "Name": "EndCommit", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginFlush", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -560598,7 +565372,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndFlush", "Parameters": [ { "Name": "asyncResult", @@ -560608,70 +565382,41 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], + "Name": "CommitAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "target", + "Name": "destination", "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "target", + "Name": "destination", "Type": "System.IO.Stream" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "bufferSize", + "Type": "System.Int32" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "target", + "Name": "destination", "Type": "System.IO.Stream" }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -560680,27 +565425,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "target", + "Name": "destination", "Type": "System.IO.Stream" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "bufferSize", + "Type": "System.Int32" }, { "Name": "cancellationToken", @@ -560710,122 +565443,57 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "CopyTo", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "destination", + "Type": "System.IO.Stream" } ], "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "CopyTo", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "state", - "Type": "System.Object" + "Name": "bufferSize", + "Type": "System.Int32" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "Name": "Close", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "EndDownloadToFile", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], + "Name": "Dispose", + "Parameters": [], "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - } - ], + "Name": "DisposeAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.ValueTask" + }, + { + "Name": "Flush", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "FlushAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "FlushAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -560834,165 +565502,109 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "BeginRead", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "offset", + "Type": "System.Int32" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IAsyncResult" }, { - "Name": "DownloadToFileAsync", + "Name": "EndRead", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToFileAsync", + "Name": "ReadAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "offset", + "Type": "System.Int32" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "count", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "DownloadToByteArray", + "Name": "ReadAsync", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginDownloadToByteArray", + "Name": "ReadAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "buffer", + "Type": "System.Memory`1[System.Byte]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginWrite", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "count", + "Type": "System.Int32" }, { "Name": "callback", @@ -561003,41 +565615,49 @@ "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.IAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", + "Type": "System.Int32" + }, + { + "Name": "count", "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", + "Type": "System.Int32" + }, + { + "Name": "count", "Type": "System.Int32" }, { @@ -561045,1708 +565665,1864 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "buffer", + "Type": "System.ReadOnlyMemory`1[System.Byte]" }, { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.ValueTask" + }, + { + "Name": "Seek", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "offset", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "origin", + "Type": "System.IO.SeekOrigin" + } + ], + "ReturnType": "System.Int64" + }, + { + "Name": "SetLength", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "value", + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "Read", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "Read", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "buffer", + "Type": "System.Span`1[System.Byte]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ReadByte", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Write", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "count", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "DownloadText", + "Name": "Write", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "buffer", + "Type": "System.ReadOnlySpan`1[System.Byte]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteByte", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "value", + "Type": "System.Byte" } ], + "ReturnType": "System.Void" + }, + { + "Name": "GetLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "InitializeLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "BeginDownloadText", + "Name": "Equals", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadText", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.IAsyncResult": { + "Namespace": "System", + "Name": "System.IAsyncResult", + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Int32]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Int32]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask`1[System.Int32]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[System.Int32]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloudFileStream" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.IListFileItem" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.IListFileItem": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.IListFileItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndDownloadText", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "files", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloudFileShare" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileSharePermissions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileSharePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SharedAccessPolicies": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "DownloadTextAsync", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "DownloadTextAsync", + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.File.SharedAccessFilePolicies": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Item": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", + "IsReadOnly": "System.Boolean", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", + "Keys": "System.Collections.Generic.ICollection`1[System.String]", + "Count": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Add", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "key", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "value", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "DownloadTextAsync", + "Name": "ContainsKey", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "key", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTextAsync", + "Name": "Remove", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "key", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStream", + "Name": "TryGetValue", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "key", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "value", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy&" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Add", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "item", + "Type": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" } ], "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Contains", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, + "Name": "item", + "Type": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CopyTo", + "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "array", + "Type": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy][]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "arrayIndex", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Remove", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "item", + "Type": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Permissions": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", + "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", + "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PermissionsToString", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "PermissionsFromString", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "input", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndDownloadRangeToStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.File.SharedAccessFilePermissions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "CompareTo", "Parameters": [ { "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "format", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToByteArray", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.ICollection`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileSharePermissions" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.Protocol.ShareStats": { + "Namespace": "Microsoft.Azure.Storage.File.Protocol", + "Name": "Microsoft.Azure.Storage.File.Protocol.ShareStats", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Usage": "System.Int32", + "UsageInBytes": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "obj", + "Type": "System.Object" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.Protocol.ShareStats" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.ShareResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.ShareResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "shares", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "continuationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.ShareResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties": { + "Namespace": "Microsoft.Azure.Storage.File.Protocol", + "Name": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", + "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "hourMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "minuteMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "cors", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.CorsRule" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsRule": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedMethods": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", + "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", + "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", + "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", + "MaxAgeInSeconds": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "CompareTo", "Parameters": [ { "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "fileOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Int32" }, { - "Name": "UploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "format", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStream", + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginUploadFromStream", + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginUploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "version", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginUploadFromStream", + "Name": "HasFlag", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "Name": "state", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginUploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "format", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.BlobClient": { + "Namespace": "Azure.Storage.Blobs", + "Name": "Azure.Storage.Blobs.BlobClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.BlobClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "CanGenerateSasUri": "System.Boolean", + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "WithSnapshot", + "Parameters": [ { - "Name": "state", - "Type": "System.Object" + "Name": "snapshot", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Storage.Blobs.BlobClient" }, { - "Name": "EndUploadFromStream", + "Name": "WithVersion", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "versionId", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Storage.Blobs.BlobClient" }, { - "Name": "UploadFromStreamAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", + "Name": "content", "Type": "System.IO.Stream" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromStreamAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromStreamAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "source", + "Name": "content", "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "UploadFromStreamAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", + "Name": "content", "Type": "System.IO.Stream" }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromStreamAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromStreamAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "source", + "Name": "content", "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "UploadFromStreamAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "UploadFromStreamAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", + "Name": "content", "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "overwrite", + "Type": "System.Boolean" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromStreamAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "overwrite", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromStreamAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "source", + "Name": "content", "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "overwrite", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "UploadFromFile", + "Name": "UploadAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "overwrite", + "Type": "System.Boolean" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "BeginUploadFromFile", + "Name": "Upload", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "content", + "Type": "System.IO.Stream" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobUploadOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "BeginUploadFromFile", + "Name": "Upload", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "content", + "Type": "System.IO.Stream" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[System.Int64]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUploadFromFile", - "Parameters": [ + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" + }, { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" + }, { - "Name": "path", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromFileAsync", + "Name": "Upload", "Parameters": [ { "Name": "path", "Type": "System.String" }, + { + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobUploadOptions" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromFileAsync", + "Name": "Upload", "Parameters": [ { "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "progressHandler", + "Type": "System.IProgress`1[System.Int64]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadFromFileAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "content", + "Type": "System.IO.Stream" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Type": "Azure.Storage.Blobs.Models.BlobUploadOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "UploadFromByteArray", + "Name": "UploadAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "content", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "progressHandler", + "Type": "System.IProgress`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" + }, + { + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "UploadAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "path", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobUploadOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "UploadAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "path", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "progressHandler", + "Type": "System.IProgress`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "EndUploadFromByteArray", + "Name": "WithSnapshot", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "snapshot", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WithVersion", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "versionId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "Download", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "UploadText", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginUploadText", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginUploadText", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndUploadText", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "destination", + "Type": "System.IO.Stream" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.String" }, { @@ -562754,2262 +567530,2046 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "UploadTextAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.String" }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "Create", + "Name": "DownloadTo", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "path", + "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginCreate", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginCreate", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndCreate", + "Name": "OpenRead", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [ + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" + }, { - "Name": "size", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IO.Stream" }, { - "Name": "CreateAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "CreateAsync", + "Name": "OpenRead", "Parameters": [ { - "Name": "size", + "Name": "position", "Type": "System.Int64" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IO.Stream" }, { - "Name": "CreateAsync", + "Name": "OpenRead", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IO.Stream" }, { - "Name": "Exists", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginExists", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "EndExists", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "source", + "Type": "System.Uri" + }, + { + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "ExistsAsync", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, + { + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "FetchAttributes", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "BeginFetchAttributes", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "FetchAttributesAsync", + "Name": "AbortCopyFromUri", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "FetchAttributesAsync", + "Name": "AbortCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "Delete", + "Name": "SyncCopyFromUri", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" }, { - "Name": "BeginDelete", + "Name": "SyncCopyFromUriAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]" }, { - "Name": "EndDelete", + "Name": "Delete", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + }, + { + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { "Name": "DeleteAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "DeleteAsync", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "DeleteIfExists", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "BeginDeleteIfExists", + "Name": "Exists", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "BeginDeleteIfExists", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndDeleteIfExists", + "Name": "Undelete", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Azure.Response" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" }, { - "Name": "ListRanges", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "BeginListRanges", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "state", - "Type": "System.Object" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "BeginListRanges", + "Name": "SetMetadata", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "EndListRanges", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [ + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "ListRangesAsync", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" }, { - "Name": "ListRangesAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" }, { - "Name": "ListHandlesSegmented", + "Name": "SetAccessTier", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "accessTier", + "Type": "Azure.Storage.Blobs.Models.AccessTier" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "Azure.Response" }, { - "Name": "BeginListHandlesSegmented", + "Name": "SetAccessTierAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "accessTier", + "Type": "Azure.Storage.Blobs.Models.AccessTier" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndListHandlesSegmented", + "Name": "GetTags", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "GetTagsAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "SetTags", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "tags", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Azure.Response" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "SetTagsAsync", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "tags", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "GenerateSasUri", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "permissions", + "Type": "Azure.Storage.Sas.BlobSasPermissions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "expiresOn", + "Type": "System.DateTimeOffset" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Uri" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "GenerateSasUri", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "builder", + "Type": "Azure.Storage.Sas.BlobSasBuilder" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Uri" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Boolean" }, { - "Name": "CloseHandleSegmented", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "connectionString", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "blobContainerName", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": null }, { - "Name": "BeginCloseHandleSegmented", + "Name": "", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" + "Name": "connectionString", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "blobContainerName", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "EndCloseHandleSegmented", + "Name": "", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": null }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "", "Parameters": [ { - "Name": "handleId", - "Type": "System.String" - }, - { - "Name": "token", - "Type": "Microsoft.Azure.Storage.File.FileContinuationToken" + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": null }, { - "Name": "SetProperties", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": null }, { - "Name": "BeginSetProperties", + "Name": "", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null + } + ] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContentInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContentInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContentInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "ContentHash": "System.Byte[]", + "LastModified": "System.DateTimeOffset", + "BlobSequenceNumber": "System.Int64", + "VersionId": "System.String", + "EncryptionKeySha256": "System.String", + "EncryptionScope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "EndSetProperties", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "SetPropertiesAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "Azure.ETag": { + "Namespace": "Azure", + "Name": "Azure.ETag", + "AssemblyQualifiedName": "Azure.ETag, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "SetPropertiesAsync", + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "other", + "Type": "Azure.ETag" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPropertiesAsync", + "Name": "Equals", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "other", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPropertiesAsync", + "Name": "Equals", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "Resize", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginResize", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "etag", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Specialized.BlobBaseClient": { + "Namespace": "Azure.Storage.Blobs.Specialized", + "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "CanGenerateSasUri": "System.Boolean", + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "BeginResize", + "Name": "WithSnapshot", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "snapshot", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "EndResize", + "Name": "WithVersion", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "versionId", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" }, { - "Name": "ResizeAsync", + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "ResizeAsync", + "Name": "DownloadAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "ResizeAsync", + "Name": "Download", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "ResizeAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "range", + "Type": "Azure.HttpRange" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rangeGetContentHash", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "SetMetadata", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadTo", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginSetMetadata", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "destination", + "Type": "System.IO.Stream" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "EndSetMetadata", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadTo", "Parameters": [ + { + "Name": "destination", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "destination", + "Type": "System.IO.Stream" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "WriteRange", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", + "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "WriteRange", + "Name": "DownloadTo", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Uri" + "Name": "destination", + "Type": "System.IO.Stream" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "destOffset", - "Type": "System.Int64" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "path", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginWriteRange", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "rangeData", + "Name": "destination", "Type": "System.IO.Stream" }, { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginWriteRange", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "path", + "Type": "System.String" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "transferOptions", + "Type": "Azure.Storage.StorageTransferOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "OpenRead", + "Parameters": [ { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginWriteRange", + "Name": "OpenRead", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", + "Name": "position", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "OpenRead", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "position", + "Type": "System.Int64" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.IO.Stream" }, { - "Name": "EndWriteRange", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteRangeAsync", - "Parameters": [ + "Name": "position", + "Type": "System.Int64" + }, { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "allowBlobModifications", + "Type": "System.Boolean" }, { - "Name": "startOffset", + "Name": "position", "Type": "System.Int64" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "bufferSize", + "Type": "System.Nullable`1[System.Int32]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "WriteRangeAsync", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "WriteRangeAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "rangeData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "WriteRangeAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "sourceUri", + "Name": "source", "Type": "System.Uri" }, { - "Name": "sourceOffset", - "Type": "System.Int64" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "count", - "Type": "System.Int64" + "Name": "accessTier", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" }, { - "Name": "destOffset", - "Type": "System.Int64" + "Name": "sourceConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "destinationConditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + }, + { + "Name": "AbortCopyFromUri", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", - "Type": "System.Nullable`1[System.Threading.CancellationToken]" + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "ClearRange", + "Name": "AbortCopyFromUriAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "SyncCopyFromUri", + "Parameters": [ + { + "Name": "source", + "Type": "System.Uri" }, { "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" }, { - "Name": "BeginClearRange", + "Name": "SyncCopyFromUriAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "options", + "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "state", - "Type": "System.Object" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginClearRange", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "snapshotsOption", + "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndClearRange", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "ClearRangeAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" + }, + { + "Name": "Undelete", + "Parameters": [ { - "Name": "length", - "Type": "System.Int64" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "ClearRangeAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "GetProperties", + "Parameters": [ { - "Name": "length", - "Type": "System.Int64" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" }, { - "Name": "ClearRangeAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "length", - "Type": "System.Int64" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" + }, + { + "Name": "SetHttpHeaders", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "ClearRangeAsync", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "httpHeaders", + "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + }, + { + "Name": "SetMetadata", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "StartCopy", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + }, + { + "Name": "CreateSnapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" }, { - "Name": "StartCopy", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" + }, + { + "Name": "SetAccessTier", + "Parameters": [ + { + "Name": "accessTier", + "Type": "Azure.Storage.Blobs.Models.AccessTier" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response" }, { - "Name": "StartCopy", + "Name": "SetAccessTierAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "accessTier", + "Type": "Azure.Storage.Blobs.Models.AccessTier" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopy", + "Name": "GetTags", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" + }, + { + "Name": "GetTagsAsync", + "Parameters": [ { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "copyOptions", - "Type": "Microsoft.Azure.Storage.File.FileCopyOptions" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]" + }, + { + "Name": "SetTags", + "Parameters": [ + { + "Name": "tags", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.File.FileRequestOptions" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response" }, { - "Name": "BeginStartCopy", + "Name": "SetTagsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" + "Name": "tags", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "conditions", + "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginStartCopy", + "Name": "GenerateSasUri", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.File.CloudFile" + "Name": "permissions", + "Type": "Azure.Storage.Sas.BlobSasPermissions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "expiresOn", + "Type": "System.DateTimeOffset" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "GenerateSasUri", + "Parameters": [ { - "Name": "state", - "Type": "System.Object" + "Name": "builder", + "Type": "Azure.Storage.Sas.BlobSasBuilder" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Uri" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -565030,11 +569590,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -565042,7 +569597,15 @@ "Name": "", "Parameters": [ { - "Name": "fileAbsoluteUri", + "Name": "connectionString", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobContainerName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -565052,11 +569615,19 @@ "Name": "", "Parameters": [ { - "Name": "fileAbsoluteUri", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "blobContainerName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -565066,202 +569637,176 @@ "Name": "", "Parameters": [ { - "Name": "fileAbsoluteUri", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.File.CopyState": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CopyState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyState, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Storage.File.CopyStatus", - "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", - "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "BytesCopied": "System.Nullable`1[System.Int64]", - "TotalBytes": "System.Nullable`1[System.Int64]", - "CopyId": "System.String", - "StatusDescription": "System.String", - "Source": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": null }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "", + "Parameters": [ + { + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ { "Name": "", - "Parameters": [], + "Parameters": [ + { + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": null } ] }, - "Microsoft.Azure.Storage.File.CopyStatus": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CopyStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyStatus, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobDownloadInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobDownloadInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobDownloadInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Details": "Azure.Storage.Blobs.Models.BlobDownloadDetails", + "BlobType": "Azure.Storage.Blobs.Models.BlobType", + "ContentHash": "System.Byte[]", + "ContentLength": "System.Int64", + "Content": "System.IO.Stream", + "ContentType": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", + "Name": "Dispose", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Type" }, { "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - }, - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Int32" } ], "Constructors": [] }, - "System.Nullable`1[System.Int64]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileProperties": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Storage.Blobs.Models.BlobDownloadDetails": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobDownloadDetails", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobDownloadDetails, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { + "ETag": "Azure.ETag", + "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Blobs.Models.LeaseDurationType", + "LeaseState": "Azure.Storage.Blobs.Models.LeaseState", + "LeaseStatus": "Azure.Storage.Blobs.Models.LeaseStatus", + "IsSealed": "System.Boolean", "IsServerEncrypted": "System.Boolean", - "Length": "System.Int64", - "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", - "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", - "CreationTime": "System.Nullable`1[System.DateTimeOffset]", - "FilePermissionKey": "System.String", - "CacheControl": "System.String", - "ETag": "System.String", - "ContentType": "System.String", - "ContentMD5": "System.String", - "ContentLanguage": "System.String", + "BlobContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ObjectReplicationSourceProperties": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationPolicy]", + "LastModified": "System.DateTimeOffset", + "LastAccessed": "System.DateTimeOffset", + "CopyCompletedOn": "System.DateTimeOffset", + "BlobCommittedBlockCount": "System.Int32", + "BlobSequenceNumber": "System.Int64", + "TagCount": "System.Int64", + "ContentRange": "System.String", "ContentEncoding": "System.String", + "VersionId": "System.String", + "CacheControl": "System.String", + "EncryptionScope": "System.String", "ContentDisposition": "System.String", - "FileId": "System.String", - "ParentId": "System.String" + "CopyStatusDescription": "System.String", + "AcceptRanges": "System.String", + "ContentLanguage": "System.String", + "ObjectReplicationDestinationPolicyId": "System.String", + "CopyProgress": "System.String", + "EncryptionKeySha256": "System.String", + "CopyId": "System.String", + "CopySource": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -565281,11 +569826,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -565293,530 +569833,285 @@ "Name": "", "Parameters": [], "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "other", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null } ] }, - "System.IO.Stream": { - "Namespace": "System.IO", - "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.IO.Stream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.IO.Stream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Azure.Storage.Blobs.Models.CopyStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.CopyStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.CopyStatus, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.IO.Stream" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileStream": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileStream", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CanRead": "System.Boolean", - "CanSeek": "System.Boolean", - "CanTimeout": "System.Boolean", - "CanWrite": "System.Boolean", - "ReadTimeout": "System.Int32", - "WriteTimeout": "System.Int32", - "Length": "System.Int64", - "Position": "System.Int64" - }, - "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Commit", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCommit", + "Name": "Equals", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndCommit", + "Name": "HasFlag", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginFlush", + "Name": "CompareTo", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFlush", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "CommitAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "bufferSize", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "CopyToAsync", + "Name": "ToString", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "bufferSize", - "Type": "System.Int32" + "Name": "format", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "CopyTo", + "Name": "ToString", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "CopyTo", + "Name": "ToString", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "bufferSize", - "Type": "System.Int32" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Void" - }, - { - "Name": "Close", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Dispose", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Flush", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.TypeCode" }, { - "Name": "FlushAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FlushAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.LeaseDurationType": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseDurationType", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseDurationType, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "BeginRead", + "Name": "Equals", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.IAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndRead", + "Name": "HasFlag", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "ReadAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "target", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Int32" }, { - "Name": "ReadAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "ReadAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Memory`1[System.Byte]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "BeginWrite", + "Name": "ToString", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "format", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.IAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndWrite", + "Name": "ToString", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "WriteAsync", + "Name": "ToString", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "WriteAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" }, { - "Name": "WriteAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.ReadOnlyMemory`1[System.Byte]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.ValueTask" - }, + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.LeaseState": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseState", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseState, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "Seek", + "Name": "Equals", "Parameters": [ { - "Name": "offset", - "Type": "System.Int64" - }, - { - "Name": "origin", - "Type": "System.IO.SeekOrigin" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Int64" + "ReturnType": "System.Boolean" }, { - "Name": "SetLength", + "Name": "HasFlag", "Parameters": [ { - "Name": "value", - "Type": "System.Int64" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "Read", + "Name": "CompareTo", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "target", + "Type": "System.Object" } ], "ReturnType": "System.Int32" }, { - "Name": "Read", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Span`1[System.Byte]" - } - ], + "Name": "GetHashCode", + "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "ReadByte", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "Write", + "Name": "ToString", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" + "Name": "format", + "Type": "System.String" }, { - "Name": "count", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Write", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.ReadOnlySpan`1[System.Byte]" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "WriteByte", + "Name": "ToString", "Parameters": [ { - "Name": "value", - "Type": "System.Byte" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Void" - }, - { - "Name": "GetLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "InitializeLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -565826,100 +570121,14 @@ ], "Constructors": [] }, - "System.IAsyncResult": { - "Namespace": "System", - "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Int32]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Int32]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.ValueTask`1[System.Int32]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.ValueTask`1[System.Int32]", - "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.ValueTask": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.ValueTask", - "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Object": { - "Namespace": "System", - "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileStream" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Azure.Storage.Blobs.Models.LeaseStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseStatus, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileRange" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileRange": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" - }, - "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -565931,70 +570140,24 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "HasFlag", "Parameters": [ { - "Name": "start", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "end", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.ShareResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.ShareResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -566002,71 +570165,48 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "ReturnType": "System.String" + }, { - "Name": "", + "Name": "ToString", "Parameters": [ { - "Name": "shares", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "format", + "Type": "System.String" }, { - "Name": "continuationToken", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.ShareResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties": { - "Namespace": "Microsoft.Azure.Storage.File.Protocol", - "Name": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", - "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.String" + }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -566074,42 +570214,36 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "hourMetrics", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "minuteMetrics", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cors", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationPolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationPolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Storage.Blobs.Models.ObjectReplicationPolicy, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.ObjectReplicationPolicy" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.ObjectReplicationPolicy": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.ObjectReplicationPolicy", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.ObjectReplicationPolicy, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]" + "Rules": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationRule]", + "PolicyId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -566129,47 +570263,38 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] + "Constructors": [] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]": { + "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationRule]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Storage.Blobs.Models.ObjectReplicationRule, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.CorsRule" + "Azure.Storage.Blobs.Models.ObjectReplicationRule" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsRule": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Storage.Blobs.Models.ObjectReplicationRule": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.ObjectReplicationRule", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.ObjectReplicationRule, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "AllowedMethods": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", - "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", - "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", - "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", - "MaxAgeInSeconds": "System.Int32" + "ReplicationStatus": "Azure.Storage.Blobs.Models.ObjectReplicationStatus", + "RuleId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -566189,25 +570314,14 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.ObjectReplicationStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.ObjectReplicationStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.ObjectReplicationStatus, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -566222,6 +570336,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -566246,16 +570380,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -566276,16 +570400,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -566299,23 +570413,14 @@ ], "Constructors": [] }, - "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, + "Azure.Storage.Blobs.Models.BlobType": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobType", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobType, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -566327,51 +570432,24 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", + "Name": "HasFlag", "Parameters": [ { - "Name": "version", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Boolean" + }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { "Name": "GetHashCode", @@ -566397,16 +570475,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -566427,16 +570495,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -566450,4669 +570508,4362 @@ ], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]": { + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" ], "Methods": [], "Constructors": [] }, - "Azure.Storage.Blobs.BlobClient": { - "Namespace": "Azure.Storage.Blobs", - "Name": "Azure.Storage.Blobs.BlobClient", - "AssemblyQualifiedName": "Azure.Storage.Blobs.BlobClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Azure.Response": { + "Namespace": "Azure", + "Name": "Azure.Response", + "AssemblyQualifiedName": "Azure.Response, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "CanGenerateSasUri": "System.Boolean", - "AccountName": "System.String", - "BlobContainerName": "System.String", - "Name": "System.String", - "Uri": "System.Uri" + "Headers": "Azure.Core.ResponseHeaders", + "Content": "System.BinaryData", + "Status": "System.Int32", + "ContentStream": "System.IO.Stream", + "ReasonPhrase": "System.String", + "ClientRequestId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "WithSnapshot", - "Parameters": [ - { - "Name": "snapshot", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.BlobClient" + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "WithVersion", + "Name": "FromValue", "Parameters": [ { - "Name": "versionId", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.BlobClient" - }, - { - "Name": "Upload", - "Parameters": [ + "Name": "value", + "Type": "T" + }, { - "Name": "content", - "Type": "System.IO.Stream" + "Name": "response", + "Type": "Azure.Response" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "ReturnType": "Azure.Response`1[T]" }, { - "Name": "Upload", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "UploadAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "UploadAsync", + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "System.Boolean" }, { - "Name": "Upload", - "Parameters": [ - { - "Name": "content", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "Azure.Core.ResponseHeaders": { + "Namespace": "Azure.Core", + "Name": "Azure.Core.ResponseHeaders", + "AssemblyQualifiedName": "Azure.Core.ResponseHeaders, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "System.Nullable`1[Azure.ETag]", + "Date": "System.Nullable`1[System.DateTimeOffset]", + "ContentLength": "System.Nullable`1[System.Int32]", + "ContentType": "System.String", + "RequestId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]" }, { - "Name": "Upload", + "Name": "TryGetValue", "Parameters": [ { - "Name": "path", + "Name": "name", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "value", + "Type": "System.String&" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "ReturnType": "System.Boolean" }, { - "Name": "UploadAsync", + "Name": "TryGetValues", "Parameters": [ { - "Name": "content", - "Type": "System.IO.Stream" + "Name": "name", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "values", + "Type": "System.Collections.Generic.IEnumerable`1[System.String]&" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "System.Boolean" }, { - "Name": "UploadAsync", + "Name": "Contains", "Parameters": [ { - "Name": "path", + "Name": "name", "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "System.Boolean" }, { - "Name": "Upload", + "Name": "Equals", "Parameters": [ { - "Name": "content", - "Type": "System.IO.Stream" - }, - { - "Name": "overwrite", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "ReturnType": "System.Boolean" }, { - "Name": "Upload", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "overwrite", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "UploadAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.ETag]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.ETag]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.ETag, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.ETag" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[Azure.Core.HttpHeader, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Core.HttpHeader" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Core.HttpHeader": { + "Namespace": "Azure.Core", + "Name": "Azure.Core.HttpHeader", + "AssemblyQualifiedName": "Azure.Core.HttpHeader, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Name": "System.String", + "Value": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "content", - "Type": "System.IO.Stream" - }, - { - "Name": "overwrite", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "System.Boolean" }, { - "Name": "UploadAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "overwrite", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "other", + "Type": "Azure.Core.HttpHeader" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "System.Boolean" }, { - "Name": "Upload", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "content", - "Type": "System.IO.Stream" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobUploadOptions" + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "ReturnType": null + } + ] + }, + "System.BinaryData": { + "Namespace": "System", + "Name": "System.BinaryData", + "AssemblyQualifiedName": "System.BinaryData, System.Memory.Data, Version=1.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[T]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[T]", + "AssemblyQualifiedName": "", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "T" + ], + "Methods": [], + "Constructors": [] + }, + "T": { + "Namespace": "Azure", + "Name": "T", + "AssemblyQualifiedName": "", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "Upload", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "content", - "Type": "System.IO.Stream" - }, - { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[System.Int64]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "ReturnType": "System.Boolean" }, { - "Name": "Upload", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.CopyFromUriOperation": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.CopyFromUriOperation", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.CopyFromUriOperation, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "HasCompleted": "System.Boolean", + "HasValue": "System.Boolean", + "Value": "System.Int64", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetRawResponse", + "Parameters": [], + "ReturnType": "Azure.Response" + }, + { + "Name": "WaitForCompletionAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobUploadOptions" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]" }, { - "Name": "Upload", + "Name": "WaitForCompletionAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[System.Int64]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "pollingInterval", + "Type": "System.TimeSpan" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]" }, { - "Name": "UploadAsync", + "Name": "UpdateStatus", "Parameters": [ - { - "Name": "content", - "Type": "System.IO.Stream" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobUploadOptions" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "Azure.Response" }, { - "Name": "UploadAsync", + "Name": "UpdateStatusAsync", "Parameters": [ - { - "Name": "content", - "Type": "System.IO.Stream" - }, - { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[System.Int64]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response]" }, { - "Name": "UploadAsync", + "Name": "WaitForCompletionResponseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobUploadOptions" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response]" }, { - "Name": "UploadAsync", + "Name": "WaitForCompletionResponseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[System.Int64]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "pollingInterval", + "Type": "System.TimeSpan" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response]" }, { - "Name": "WithSnapshot", + "Name": "Equals", "Parameters": [ { - "Name": "snapshot", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" + "ReturnType": "System.Boolean" }, { - "Name": "WithVersion", - "Parameters": [ - { - "Name": "versionId", - "Type": "System.String" - } - ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "Download", + "Name": "ToString", "Parameters": [], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + "ReturnType": "System.String" }, { - "Name": "DownloadAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" - }, + "ReturnType": "System.Type" + } + ], + "Constructors": [ { - "Name": "Download", + "Name": "", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Response`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[System.Int64]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[System.Int64]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[System.Int64]", + "AssemblyQualifiedName": "Azure.Response`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask`1[Azure.Response]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[Azure.Response]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Response, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Storage.Blobs.Models.CopyFromUriOperation, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.CopyFromUriOperation" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobCopyInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobCopyInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobCopyInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobCopyInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobCopyInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", + "LastModified": "System.DateTimeOffset", + "VersionId": "System.String", + "CopyId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "DownloadAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "Download", + "Name": "Equals", "Parameters": [ { - "Name": "range", - "Type": "Azure.HttpRange" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadAsync", - "Parameters": [ - { - "Name": "range", - "Type": "Azure.HttpRange" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobCopyInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[System.Boolean]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[System.Boolean]", + "AssemblyQualifiedName": "Azure.Response`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[System.Boolean]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobProperties": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobProperties", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "BlobType": "Azure.Storage.Blobs.Models.BlobType", + "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Blobs.Models.LeaseDurationType", + "LeaseState": "Azure.Storage.Blobs.Models.LeaseState", + "LeaseStatus": "Azure.Storage.Blobs.Models.LeaseStatus", + "IsSealed": "System.Boolean", + "IsLatestVersion": "System.Boolean", + "AccessTierInferred": "System.Boolean", + "IsServerEncrypted": "System.Boolean", + "IsIncrementalCopy": "System.Boolean", + "ContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ObjectReplicationSourceProperties": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationPolicy]", + "ExpiresOn": "System.DateTimeOffset", + "AccessTierChangedOn": "System.DateTimeOffset", + "LastModified": "System.DateTimeOffset", + "LastAccessed": "System.DateTimeOffset", + "CreatedOn": "System.DateTimeOffset", + "CopyCompletedOn": "System.DateTimeOffset", + "BlobCommittedBlockCount": "System.Int32", + "TagCount": "System.Int64", + "BlobSequenceNumber": "System.Int64", + "ContentLength": "System.Int64", + "CacheControl": "System.String", + "ContentType": "System.String", + "ObjectReplicationDestinationPolicyId": "System.String", + "RehydratePriority": "System.String", + "VersionId": "System.String", + "CopyStatusDescription": "System.String", + "ArchiveStatus": "System.String", + "ContentLanguage": "System.String", + "CopyId": "System.String", + "EncryptionScope": "System.String", + "DestinationSnapshot": "System.String", + "CopyProgress": "System.String", + "ContentEncoding": "System.String", + "AcceptRanges": "System.String", + "ContentDisposition": "System.String", + "AccessTier": "System.String", + "EncryptionKeySha256": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "Azure.Response" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "DownloadTo", + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "LastModified": "System.DateTimeOffset", + "BlobSequenceNumber": "System.Int64", + "VersionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "DownloadTo", + "Name": "Equals", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobSnapshotInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobSnapshotInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobSnapshotInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "IsServerEncrypted": "System.Boolean", + "LastModified": "System.DateTimeOffset", + "Snapshot": "System.String", + "VersionId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "DownloadToAsync", + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.GetBlobTagResult, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.GetBlobTagResult" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.GetBlobTagResult": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.GetBlobTagResult", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.GetBlobTagResult, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "DownloadTo", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "DownloadToAsync", + "Name": "Equals", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.GetBlobTagResult, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.BlobContinuationToken": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "NextMarker": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSchema", + "Parameters": [], + "ReturnType": "System.Xml.Schema.XmlSchema" }, { - "Name": "OpenRead", + "Name": "ReadXmlAsync", "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "reader", + "Type": "System.Xml.XmlReader" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "WriteXml", "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "writer", + "Type": "System.Xml.XmlWriter" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Void" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.IO.Stream" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "allowBlobModifications", - "Type": "System.Boolean" - }, - { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.IO.Stream" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "OpenReadAsync", + "Name": "Equals", "Parameters": [ { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Boolean" }, { - "Name": "OpenReadAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobType": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobType", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobType, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "allowBlobModifications", - "Type": "System.Boolean" - }, - { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Boolean" }, { - "Name": "StartCopyFromUri", + "Name": "HasFlag", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" + "ReturnType": "System.Boolean" }, { - "Name": "StartCopyFromUri", + "Name": "CompareTo", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "target", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" + "ReturnType": "System.Int32" }, { - "Name": "StartCopyFromUriAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "StartCopyFromUriAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "AbortCopyFromUri", + "Name": "ToString", "Parameters": [ { - "Name": "copyId", + "Name": "format", "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.String" }, { - "Name": "AbortCopyFromUriAsync", + "Name": "ToString", "Parameters": [ { - "Name": "copyId", + "Name": "format", "Type": "System.String" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.String" }, { - "Name": "SyncCopyFromUri", + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" + "ReturnType": "System.String" }, { - "Name": "SyncCopyFromUriAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]" + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" }, { - "Name": "Delete", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "IsDeleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.String" }, { - "Name": "DeleteAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExists", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" } ], - "ReturnType": "Azure.Response`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" - }, - { - "Name": "Undelete", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.String" }, { - "Name": "GetProperties", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" - }, - { - "Name": "GetPropertiesAsync", - "Parameters": [ - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" - }, - { - "Name": "SetHttpHeaders", - "Parameters": [ - { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + "ReturnType": "System.String" }, { - "Name": "SetHttpHeadersAsync", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" - }, - { - "Name": "SetMetadata", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + "ReturnType": "System.String" }, { - "Name": "SetMetadataAsync", + "Name": "EndUndelete", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + "ReturnType": "System.Void" }, { - "Name": "CreateSnapshot", + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UndeleteAsync", "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateSnapshotAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetAccessTier", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "accessTier", - "Type": "Azure.Storage.Blobs.Models.AccessTier" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetAccessTierAsync", + "Name": "AcquireLease", "Parameters": [ { - "Name": "accessTier", - "Type": "Azure.Storage.Blobs.Models.AccessTier" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.String" }, { - "Name": "GetTags", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" - }, - { - "Name": "GetTagsAsync", - "Parameters": [ + "Name": "proposedLeaseId", + "Type": "System.String" + }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetTags", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "tags", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "SetTagsAsync", - "Parameters": [ - { - "Name": "tags", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "GenerateSasUri", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "permissions", - "Type": "Azure.Storage.Sas.BlobSasPermissions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "expiresOn", - "Type": "System.DateTimeOffset" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Uri" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GenerateSasUri", + "Name": "EndAcquireLease", "Parameters": [ { - "Name": "builder", - "Type": "Azure.Storage.Sas.BlobSasBuilder" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Uri" - }, - { - "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "connectionString", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "blobContainerName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "connectionString", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "blobContainerName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", + "Name": "RenewLease", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Void" }, { - "Name": "", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]", - "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.BlobContentInfo" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.BlobContentInfo": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.BlobContentInfo", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "ETag": "Azure.ETag", - "ContentHash": "System.Byte[]", - "LastModified": "System.DateTimeOffset", - "BlobSequenceNumber": "System.Int64", - "VersionId": "System.String", - "EncryptionKeySha256": "System.String", - "EncryptionScope": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndRenewLease", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Azure.ETag": { - "Namespace": "Azure", - "Name": "Azure.ETag", - "AssemblyQualifiedName": "Azure.ETag, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "other", - "Type": "Azure.ETag" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "other", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "ChangeLease", "Parameters": [ { - "Name": "format", + "Name": "proposedLeaseId", "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.String" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "etag", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Specialized.BlobBaseClient": { - "Namespace": "Azure.Storage.Blobs.Specialized", - "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "CanGenerateSasUri": "System.Boolean", - "AccountName": "System.String", - "BlobContainerName": "System.String", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "WithSnapshot", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "snapshot", + "Name": "proposedLeaseId", "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WithVersion", + "Name": "EndChangeLease", "Parameters": [ { - "Name": "versionId", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" - }, - { - "Name": "Download", - "Parameters": [], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - }, - { - "Name": "DownloadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "ReturnType": "System.String" }, { - "Name": "Download", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Download", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "range", - "Type": "Azure.HttpRange" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "range", - "Type": "Azure.HttpRange" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeGetContentHash", - "Type": "System.Boolean" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadTo", + "Name": "ReleaseLease", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Void" }, { - "Name": "DownloadTo", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Void" }, { - "Name": "DownloadTo", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTo", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" - }, - { - "Name": "DownloadToAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTo", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTo", + "Name": "BreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToAsync", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToAsync", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "transferOptions", - "Type": "Azure.Storage.StorageTransferOptions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "OpenRead", + "Name": "EndBreakLease", "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.TimeSpan" }, { - "Name": "OpenReadAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobOpenReadOptions" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "OpenRead", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "position", - "Type": "System.Int64" - }, - { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "OpenRead", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "allowBlobModifications", - "Type": "System.Boolean" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "position", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "OpenReadAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "position", - "Type": "System.Int64" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "OpenReadAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "allowBlobModifications", - "Type": "System.Boolean" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "position", - "Type": "System.Int64" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "bufferSize", - "Type": "System.Nullable`1[System.Int32]" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.String" }, { - "Name": "StartCopyFromUri", + "Name": "BeginStartCopy", "Parameters": [ { "Name": "source", "Type": "System.Uri" }, { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyFromUri", + "Name": "BeginStartCopy", "Parameters": [ { "Name": "source", "Type": "System.Uri" }, { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyFromUriAsync", + "Name": "EndStartCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Uri" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "StartCopyFromUriAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Uri" }, { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessTier", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]" - }, - { - "Name": "sourceConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "destinationConditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopyFromUri", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response" - }, - { - "Name": "AbortCopyFromUriAsync", - "Parameters": [ + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "copyId", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SyncCopyFromUri", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Uri" }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SyncCopyFromUriAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Uri" }, { - "Name": "options", - "Type": "Azure.Storage.Blobs.Models.BlobCopyFromUriOptions" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]" - }, - { - "Name": "Delete", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExists", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExistsAsync", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "snapshotsOption", - "Type": "Azure.Storage.Blobs.Models.DeleteSnapshotsOption" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" - }, - { - "Name": "Exists", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "Azure.Response`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Undelete", + "Name": "EndAbortCopy", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Void" }, { - "Name": "UndeleteAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "copyId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetProperties", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" - }, - { - "Name": "SetHttpHeaders", - "Parameters": [ - { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetHttpHeadersAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "httpHeaders", - "Type": "Azure.Storage.Blobs.Models.BlobHttpHeaders" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" - }, - { - "Name": "SetMetadata", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "Snapshot", "Parameters": [ { "Name": "metadata", "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "CreateSnapshot", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateSnapshotAsync", + "Name": "BeginSnapshot", "Parameters": [ { "Name": "metadata", "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" - }, - { - "Name": "SetAccessTier", - "Parameters": [ - { - "Name": "accessTier", - "Type": "Azure.Storage.Blobs.Models.AccessTier" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetAccessTierAsync", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "accessTier", - "Type": "Azure.Storage.Blobs.Models.AccessTier" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Azure.Storage.Blobs.Models.RehydratePriority]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "GetTags", + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", "Parameters": [ - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "GetTagsAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "SetTags", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "tags", + "Name": "metadata", "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "SetTagsAsync", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "tags", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "conditions", - "Type": "Azure.Storage.Blobs.Models.BlobRequestConditions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GenerateSasUri", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "permissions", - "Type": "Azure.Storage.Sas.BlobSasPermissions" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "expiresOn", - "Type": "System.DateTimeOffset" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Uri" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GenerateSasUri", + "Name": "EndGetAccountProperties", "Parameters": [ { - "Name": "builder", - "Type": "Azure.Storage.Sas.BlobSasBuilder" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Uri" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "ToString", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "Equals", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "connectionString", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobContainerName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "connectionString", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobContainerName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "", + "Name": "OpenRead", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.IO.Stream" }, { - "Name": "", + "Name": "BeginOpenRead", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", + "Name": "BeginOpenRead", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credential", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]", - "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.BlobDownloadInfo" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.BlobDownloadInfo": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.BlobDownloadInfo", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Details": "Azure.Storage.Blobs.Models.BlobDownloadDetails", - "BlobType": "Azure.Storage.Blobs.Models.BlobType", - "ContentHash": "System.Byte[]", - "ContentLength": "System.Int64", - "Content": "System.IO.Stream", - "ContentType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Dispose", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.BlobDownloadDetails": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.BlobDownloadDetails", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobDownloadDetails, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "ETag": "Azure.ETag", - "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", - "LeaseDuration": "Azure.Storage.Blobs.Models.LeaseDurationType", - "LeaseState": "Azure.Storage.Blobs.Models.LeaseState", - "LeaseStatus": "Azure.Storage.Blobs.Models.LeaseStatus", - "IsSealed": "System.Boolean", - "IsServerEncrypted": "System.Boolean", - "BlobContentHash": "System.Byte[]", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ObjectReplicationSourceProperties": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationPolicy]", - "LastModified": "System.DateTimeOffset", - "LastAccessed": "System.DateTimeOffset", - "CopyCompletedOn": "System.DateTimeOffset", - "BlobCommittedBlockCount": "System.Int32", - "BlobSequenceNumber": "System.Int64", - "TagCount": "System.Int64", - "ContentRange": "System.String", - "ContentEncoding": "System.String", - "VersionId": "System.String", - "CacheControl": "System.String", - "EncryptionScope": "System.String", - "ContentDisposition": "System.String", - "CopyStatusDescription": "System.String", - "AcceptRanges": "System.String", - "ContentLanguage": "System.String", - "ObjectReplicationDestinationPolicyId": "System.String", - "CopyProgress": "System.String", - "EncryptionKeySha256": "System.String", - "CopyId": "System.String", - "CopySource": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndOpenRead", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.IO.Stream" }, { - "Name": "GetHashCode", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Azure.Storage.Blobs.Models.CopyStatus": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.CopyStatus", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.CopyStatus, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ToString", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "target", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ToString", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.LeaseDurationType": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.LeaseDurationType", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseDurationType, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ToString", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "CompareTo", + "Name": "BeginDownloadToStream", "Parameters": [ { "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "target", + "Type": "System.IO.Stream" + }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndDownloadToStream", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.LeaseState": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.LeaseState", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseState, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "target", + "Type": "System.IO.Stream" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "DownloadToStreamAsync", "Parameters": [ { "Name": "target", - "Type": "System.Object" + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "RotateEncryptionKey", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.LeaseStatus": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.LeaseStatus", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseStatus, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "target", + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndRotateEncryptionKey", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" + "Name": "RotateEncryptionKeyAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationPolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Storage.Blobs.Models.ObjectReplicationPolicy, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.ObjectReplicationPolicy" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.ObjectReplicationPolicy": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.ObjectReplicationPolicy", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.ObjectReplicationPolicy, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Rules": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationRule]", - "PolicyId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Azure.Storage.Blobs.Models.ObjectReplicationRule, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.ObjectReplicationRule" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.ObjectReplicationRule": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.ObjectReplicationRule", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.ObjectReplicationRule, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "ReplicationStatus": "Azure.Storage.Blobs.Models.ObjectReplicationStatus", - "RuleId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "RotateEncryptionKeyAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.ObjectReplicationStatus": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.ObjectReplicationStatus", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.ObjectReplicationStatus, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "obj", + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "format", + "Name": "path", "Type": "System.String" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "EndDownloadToFile", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "format", + "Name": "path", "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.BlobType": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.BlobType", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobType, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "format", + "Name": "path", "Type": "System.String" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "format", + "Name": "path", "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Response": { - "Namespace": "Azure", - "Name": "Azure.Response", - "AssemblyQualifiedName": "Azure.Response, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Headers": "Azure.Core.ResponseHeaders", - "Content": "System.BinaryData", - "Status": "System.Int32", - "ContentStream": "System.IO.Stream", - "ReasonPhrase": "System.String", - "ClientRequestId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Dispose", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "FromValue", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "value", - "Type": "T" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "response", - "Type": "Azure.Response" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Azure.Response`1[T]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetHashCode", - "Parameters": [], + "Name": "EndDownloadToByteArray", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Azure.Core.ResponseHeaders": { - "Namespace": "Azure.Core", - "Name": "Azure.Core.ResponseHeaders", - "AssemblyQualifiedName": "Azure.Core.ResponseHeaders, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "ETag": "System.Nullable`1[Azure.ETag]", - "Date": "System.Nullable`1[System.DateTimeOffset]", - "ContentLength": "System.Nullable`1[System.Int32]", - "ContentType": "System.String", - "RequestId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetEnumerator", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]" - }, - { - "Name": "TryGetValue", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "name", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "value", - "Type": "System.String&" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "TryGetValues", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "name", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "values", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]&" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Contains", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "name", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Azure.ETag]": { - "Namespace": "System", - "Name": "System.Nullable`1[Azure.ETag]", - "AssemblyQualifiedName": "System.Nullable`1[[Azure.ETag, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.ETag" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[Azure.Core.HttpHeader, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Core.HttpHeader" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Core.HttpHeader": { - "Namespace": "Azure.Core", - "Name": "Azure.Core.HttpHeader", - "AssemblyQualifiedName": "Azure.Core.HttpHeader, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Name": "System.String", - "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "other", - "Type": "Azure.Core.HttpHeader" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "name", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "System.BinaryData": { - "Namespace": "System", - "Name": "System.BinaryData", - "AssemblyQualifiedName": "System.BinaryData, System.Memory.Data, Version=1.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Azure.Response`1[T]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[T]", - "AssemblyQualifiedName": "", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "T" - ], - "Methods": [], - "Constructors": [] - }, - "T": { - "Namespace": "Azure", - "Name": "T", - "AssemblyQualifiedName": "", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Azure.Response]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.CopyFromUriOperation": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.CopyFromUriOperation", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.CopyFromUriOperation, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "HasCompleted": "System.Boolean", - "HasValue": "System.Boolean", - "Value": "System.Int64", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetRawResponse", - "Parameters": [], - "ReturnType": "Azure.Response" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WaitForCompletionAsync", + "Name": "EndDownloadRangeToStream", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]" + "ReturnType": "System.Void" }, { - "Name": "WaitForCompletionAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "pollingInterval", - "Type": "System.TimeSpan" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UpdateStatus", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Azure.Response" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UpdateStatusAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WaitForCompletionResponseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WaitForCompletionResponseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "pollingInterval", - "Type": "System.TimeSpan" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]", - "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Response`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[System.Int64]" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Response`1[System.Int64]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[System.Int64]", - "AssemblyQualifiedName": "Azure.Response`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.ValueTask`1[Azure.Response]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.ValueTask`1[Azure.Response]", - "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Response, Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Storage.Blobs.Models.CopyFromUriOperation, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.CopyFromUriOperation" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]", - "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobCopyInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.BlobCopyInfo" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.BlobCopyInfo": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.BlobCopyInfo", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobCopyInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "ETag": "Azure.ETag", - "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", - "LastModified": "System.DateTimeOffset", - "VersionId": "System.String", - "CopyId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobCopyInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobCopyInfo]" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Response`1[System.Boolean]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[System.Boolean]", - "AssemblyQualifiedName": "Azure.Response`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[System.Boolean]" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]", - "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.BlobProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.BlobProperties": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.BlobProperties", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "ETag": "Azure.ETag", - "BlobType": "Azure.Storage.Blobs.Models.BlobType", - "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", - "LeaseDuration": "Azure.Storage.Blobs.Models.LeaseDurationType", - "LeaseState": "Azure.Storage.Blobs.Models.LeaseState", - "LeaseStatus": "Azure.Storage.Blobs.Models.LeaseStatus", - "IsSealed": "System.Boolean", - "IsLatestVersion": "System.Boolean", - "AccessTierInferred": "System.Boolean", - "IsServerEncrypted": "System.Boolean", - "IsIncrementalCopy": "System.Boolean", - "ContentHash": "System.Byte[]", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ObjectReplicationSourceProperties": "System.Collections.Generic.IList`1[Azure.Storage.Blobs.Models.ObjectReplicationPolicy]", - "ExpiresOn": "System.DateTimeOffset", - "AccessTierChangedOn": "System.DateTimeOffset", - "LastModified": "System.DateTimeOffset", - "LastAccessed": "System.DateTimeOffset", - "CreatedOn": "System.DateTimeOffset", - "CopyCompletedOn": "System.DateTimeOffset", - "BlobCommittedBlockCount": "System.Int32", - "TagCount": "System.Int64", - "BlobSequenceNumber": "System.Int64", - "ContentLength": "System.Int64", - "CacheControl": "System.String", - "ContentType": "System.String", - "ObjectReplicationDestinationPolicyId": "System.String", - "RehydratePriority": "System.String", - "VersionId": "System.String", - "CopyStatusDescription": "System.String", - "ArchiveStatus": "System.String", - "ContentLanguage": "System.String", - "CopyId": "System.String", - "EncryptionScope": "System.String", - "DestinationSnapshot": "System.String", - "CopyProgress": "System.String", - "ContentEncoding": "System.String", - "AcceptRanges": "System.String", - "ContentDisposition": "System.String", - "AccessTier": "System.String", - "EncryptionKeySha256": "System.String", - "CopySource": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]", - "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.BlobInfo" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.BlobInfo": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.BlobInfo", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "ETag": "Azure.ETag", - "LastModified": "System.DateTimeOffset", - "BlobSequenceNumber": "System.Int64", - "VersionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]", - "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.BlobSnapshotInfo" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.BlobSnapshotInfo": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.BlobSnapshotInfo", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "ETag": "Azure.ETag", - "IsServerEncrypted": "System.Boolean", - "LastModified": "System.DateTimeOffset", - "Snapshot": "System.String", - "VersionId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]": { - "Namespace": "Azure", - "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]", - "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.GetBlobTagResult, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Storage.Blobs.Models.GetBlobTagResult" - ], - "Methods": [], - "Constructors": [] - }, - "Azure.Storage.Blobs.Models.GetBlobTagResult": { - "Namespace": "Azure.Storage.Blobs.Models", - "Name": "Azure.Storage.Blobs.Models.GetBlobTagResult", - "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.GetBlobTagResult, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", - "Properties": { - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "Exists", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.GetBlobTagResult, Azure.Storage.Blobs, Version=12.8.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Azure.Response`1[Azure.Storage.Blobs.Models.GetBlobTagResult]" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobContinuationToken": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "NextMarker": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetSchema", - "Parameters": [], - "ReturnType": "System.Xml.Schema.XmlSchema" - }, - { - "Name": "ReadXmlAsync", + "Name": "BeginExists", "Parameters": [ { - "Name": "reader", - "Type": "System.Xml.XmlReader" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WriteXml", + "Name": "BeginExists", "Parameters": [ { - "Name": "writer", - "Type": "System.Xml.XmlWriter" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndExists", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "ExistsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobType": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobType, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndFetchAttributes", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetTypeCode", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "IsDeleted": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "GetAccountPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -571120,13 +574871,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -571138,13 +574893,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountProperties", + "Name": "SetMetadata", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -571152,118 +574911,115 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndSetMetadata", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetSharedAccessSignature", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenRead", + "Name": "SetProperties", "Parameters": [ { "Name": "accessCondition", @@ -571278,10 +575034,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenRead", + "Name": "BeginSetProperties", "Parameters": [ { "Name": "callback", @@ -571295,7 +575051,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginSetProperties", "Parameters": [ { "Name": "accessCondition", @@ -571321,32 +575077,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -571361,10 +575117,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -571383,14 +575139,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "Delete", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -571408,12 +575164,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -571426,11 +575178,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginDelete", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -571456,7 +575208,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -571466,22 +575218,13 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -571490,11 +575233,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -571512,11 +575255,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -571538,38 +575281,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RotateEncryptionKey", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -571583,10 +575300,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -571600,8 +575317,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginDeleteIfExists", "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -571626,33 +575347,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -571666,11 +575391,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -571688,19 +575417,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToFile", + "Name": "Undelete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -571717,16 +575438,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginUndelete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -571739,16 +575452,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginUndelete", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -571773,425 +575478,856 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "DownloadToFileAsync", + "Name": "", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "DownloadToFileAsync", + "Name": "", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "DownloadToFileAsync", + "Name": "", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": null }, { - "Name": "DownloadToFileAsync", + "Name": "", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobProperties": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobProperties, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", + "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "IsIncrementalCopy": "System.Boolean", + "IsServerEncrypted": "System.Boolean", + "Length": "System.Int64", + "PremiumPageBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", + "RehydrationStatus": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", + "StandardBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", + "BlobTierInferred": "System.Nullable`1[System.Boolean]", + "BlobTierLastModifiedTime": "System.Nullable`1[System.DateTimeOffset]", + "Created": "System.Nullable`1[System.DateTimeOffset]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "DeletedTime": "System.Nullable`1[System.DateTimeOffset]", + "RemainingDaysBeforePermanentDelete": "System.Nullable`1[System.Int32]", + "AppendBlobCommittedBlockCount": "System.Nullable`1[System.Int32]", + "PageBlobSequenceNumber": "System.Nullable`1[System.Int64]", + "EncryptionScope": "System.String", + "ETag": "System.String", + "ContentType": "System.String", + "ContentMD5": "System.String", + "ContentLanguage": "System.String", + "ContentEncoding": "System.String", + "ContentDisposition": "System.String", + "CacheControl": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Blob.LeaseDuration": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseDuration, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "format", + "Type": "System.String" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ToString", "Parameters": [ { - "Name": "path", + "Name": "format", "Type": "System.String" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.LeaseState": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseState, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "target", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "path", + "Name": "format", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "offset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.LeaseStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseStatus, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArray", + "Name": "CompareTo", "Parameters": [ { "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Type": "System.Object" } ], "ReturnType": "System.Int32" }, { - "Name": "BeginDownloadToByteArray", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "format", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "state", + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToByteArray", + "Name": "HasFlag", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "format", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.RehydrationStatus" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.RehydrationStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.RehydrationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndDownloadToByteArray", + "Name": "HasFlag", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "CompareTo", "Parameters": [ { "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "format", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.String" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.StandardBlobTier" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.StandardBlobTier": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.StandardBlobTier", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "CompareTo", "Parameters": [ { "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "format", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.String" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlobClient": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobClient, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", + "DefaultRequestOptions": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", + "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "DefaultDelimiter": "System.String", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListContainers", + "Parameters": [ { - "Name": "index", - "Type": "System.Int32" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" }, { "Name": "options", @@ -572200,36 +576336,52 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" + }, + { + "Name": "ListContainersSegmented", + "Parameters": [ { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + }, + { + "Name": "ListContainersSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "DownloadRangeToStream", + "Name": "ListContainersSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -572240,22 +576392,36 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListContainersSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListContainersSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" + }, + { + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "callback", @@ -572269,23 +576435,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginListContainersSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -572307,73 +576473,89 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndListContainersSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + }, + { + "Name": "ListContainersSegmentedAsync", + "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + }, + { + "Name": "ListContainersSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -572384,26 +576566,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "detailsIncluded", + "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "continuationToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -572418,26 +576600,22 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ListBlobs", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "useFlatBlobListing", + "Type": "System.Boolean" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" }, { "Name": "options", @@ -572446,40 +576624,46 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "DownloadRangeToByteArray", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "useFlatBlobListing", + "Type": "System.Boolean" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -572490,26 +576674,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "callback", @@ -572523,27 +576699,27 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "useFlatBlobListing", + "Type": "System.Boolean" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -572565,85 +576741,69 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndListBlobsSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "useFlatBlobListing", + "Type": "System.Boolean" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -572654,30 +576814,30 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "prefix", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "useFlatBlobListing", + "Type": "System.Boolean" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "blobListingDetails", + "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "maxResults", + "Type": "System.Nullable`1[System.Int32]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" }, { "Name": "options", @@ -572692,26 +576852,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetBlobReferenceFromServer", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "blobUri", + "Type": "System.Uri" }, { "Name": "accessCondition", @@ -572724,21 +576872,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "Exists", + "Name": "GetBlobReferenceFromServer", "Parameters": [ + { + "Name": "blobUri", + "Type": "Microsoft.Azure.Storage.StorageUri" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -572748,11 +576896,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "BeginExists", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ + { + "Name": "blobUri", + "Type": "System.Uri" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -572765,8 +576917,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ + { + "Name": "blobUri", + "Type": "System.Uri" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -572787,33 +576947,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "blobUri", + "Type": "Microsoft.Azure.Storage.StorageUri" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -572821,53 +576964,59 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ExistsAsync", + "Name": "EndGetBlobReferenceFromServer", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "ExistsAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "blobUri", + "Type": "System.Uri" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + }, + { + "Name": "GetBlobReferenceFromServerAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobUri", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "FetchAttributes", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ + { + "Name": "blobUri", + "Type": "System.Uri" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -572881,25 +577030,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "BeginFetchAttributes", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobUri", + "Type": "System.Uri" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -572912,45 +577051,20 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ + { + "Name": "blobUri", + "Type": "Microsoft.Azure.Storage.StorageUri" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -572964,11 +577078,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ + { + "Name": "blobUri", + "Type": "Microsoft.Azure.Storage.StorageUri" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -572986,11 +577104,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "SetMetadata", + "Name": "GetUserDelegationKey", "Parameters": [ + { + "Name": "keyStart", + "Type": "System.DateTimeOffset" + }, + { + "Name": "keyEnd", + "Type": "System.DateTimeOffset" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -573004,11 +577130,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "BeginSetMetadata", + "Name": "BeginGetUserDelegationKey", "Parameters": [ + { + "Name": "keyStart", + "Type": "System.DateTimeOffset" + }, + { + "Name": "keyEnd", + "Type": "System.DateTimeOffset" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -573021,8 +577155,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginGetUserDelegationKey", "Parameters": [ + { + "Name": "keyStart", + "Type": "System.DateTimeOffset" + }, + { + "Name": "keyEnd", + "Type": "System.DateTimeOffset" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -573047,51 +577189,40 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndGetUserDelegationKey", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "SetMetadataAsync", + "Name": "GetUserDelegationKeyAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "keyStart", + "Type": "System.DateTimeOffset" + }, + { + "Name": "keyEnd", + "Type": "System.DateTimeOffset" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" }, { - "Name": "SetMetadataAsync", + "Name": "GetUserDelegationKeyAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "keyStart", + "Type": "System.DateTimeOffset" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "keyEnd", + "Type": "System.DateTimeOffset" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -573109,28 +577240,46 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" }, { - "Name": "SetProperties", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "options", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginGetServiceProperties", "Parameters": [ { "Name": "callback", @@ -573144,14 +577293,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginGetServiceProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573170,39 +577315,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "SetPropertiesAsync", + "Name": "EndGetServiceProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, + { + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetPropertiesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetPropertiesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573210,17 +577361,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetPropertiesAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573232,112 +577379,42 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Delete", - "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "BeginDelete", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDelete", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "DeleteAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "DeleteAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "DeleteAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573345,21 +577422,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "DeleteAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573371,21 +577440,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "DeleteIfExists", + "Name": "GetServiceProperties", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573393,11 +577454,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetServiceProperties", "Parameters": [ + { + "Name": "properties", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -573410,18 +577475,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetServiceProperties", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "properties", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573440,43 +577501,48 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndSetServiceProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ + { + "Name": "properties", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "properties", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573484,21 +577550,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "properties", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573510,17 +577572,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "SetServiceProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "properties", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573531,7 +577593,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUndelete", + "Name": "BeginGetServiceStats", "Parameters": [ { "Name": "callback", @@ -573545,14 +577607,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUndelete", + "Name": "BeginGetServiceStats", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573571,39 +577629,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "EndGetServiceStats", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" }, { - "Name": "UndeleteAsync", + "Name": "GetServiceStatsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "UndeleteAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "UndeleteAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573611,17 +577665,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "UndeleteAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573633,25 +577683,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "AcquireLease", + "Name": "GetServiceStats", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573659,47 +577697,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" }, { - "Name": "BeginAcquireLease", + "Name": "GetRootContainerReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" + }, + { + "Name": "GetContainerReference", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", + "Name": "containerName", "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" }, { - "Name": "BeginAcquireLease", + "Name": "ExecuteBatchAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "batchOperation", + "Type": "Microsoft.Azure.Storage.Blob.BatchOperation" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -573707,250 +577730,540 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]" }, { - "Name": "EndAcquireLease", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "AcquireLeaseAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "baseUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "delegatingHandler", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "baseUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "delegatingHandler", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null }, { - "Name": "AcquireLeaseAsync", + "Name": "", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "storageUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "delegatingHandler", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobRequestOptions": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobRequestOptions, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CustomerProvidedKey": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", + "EncryptionPolicy": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "RequireEncryption": "System.Nullable`1[System.Boolean]", + "AbsorbConditionalErrorsOnRetry": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "StoreBlobContentMD5": "System.Nullable`1[System.Boolean]", + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", + "SingleBlobUploadThresholdInBytes": "System.Nullable`1[System.Int64]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]", + "NetworkTimeout": "System.Nullable`1[System.TimeSpan]", + "EncryptionScope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "AcquireLeaseAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "RenewLease", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Key": "System.String", + "KeySHA256": "System.String", + "EncryptionAlgorithm": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Key": "Microsoft.Azure.KeyVault.Core.IKey", + "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { - "Name": "BeginRenewLease", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "keyResolver", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, + "ReturnType": null + } + ] + }, + "Microsoft.Azure.KeyVault.Core.IKey": { + "Namespace": "Microsoft.Azure.KeyVault.Core", + "Name": "Microsoft.Azure.KeyVault.Core.IKey", + "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultEncryptionAlgorithm": "System.String", + "DefaultKeyWrapAlgorithm": "System.String", + "DefaultSignatureAlgorithm": "System.String", + "Kid": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "BeginRenewLease", + "Name": "DecryptAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "ciphertext", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "iv", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "authenticationData", + "Type": "System.Byte[]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "authenticationTag", + "Type": "System.Byte[]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "algorithm", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" }, { - "Name": "EndRenewLease", + "Name": "EncryptAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "plaintext", + "Type": "System.Byte[]" + }, + { + "Name": "iv", + "Type": "System.Byte[]" + }, + { + "Name": "authenticationData", + "Type": "System.Byte[]" + }, + { + "Name": "algorithm", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]" }, { - "Name": "RenewLeaseAsync", + "Name": "WrapKeyAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "key", + "Type": "System.Byte[]" + }, + { + "Name": "algorithm", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" }, { - "Name": "RenewLeaseAsync", + "Name": "UnwrapKeyAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encryptedKey", + "Type": "System.Byte[]" }, { - "Name": "cancellationToken", + "Name": "algorithm", + "Type": "System.String" + }, + { + "Name": "token", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" }, { - "Name": "RenewLeaseAsync", + "Name": "SignAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "digest", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "algorithm", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "token", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" }, { - "Name": "RenewLeaseAsync", + "Name": "VerifyAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "digest", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "signature", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "algorithm", + "Type": "System.String" }, { - "Name": "cancellationToken", + "Name": "token", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Byte[]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Byte[]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Tuple`3[System.Byte[],System.Byte[],System.String]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Tuple`3[System.Byte[],System.Byte[],System.String]": { + "Namespace": "System", + "Name": "System.Tuple`3[System.Byte[],System.Byte[],System.String]", + "AssemblyQualifiedName": "System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]", + "System.Byte[]", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`2[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Tuple`2[System.Byte[],System.String]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Tuple`2[System.Byte[],System.String]": { + "Namespace": "System", + "Name": "System.Tuple`2[System.Byte[],System.String]", + "AssemblyQualifiedName": "System.Tuple`2[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.KeyVault.Core.IKeyResolver": { + "Namespace": "Microsoft.Azure.KeyVault.Core", + "Name": "Microsoft.Azure.KeyVault.Core.IKeyResolver", + "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKeyResolver, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ResolveKeyAsync", + "Parameters": [ + { + "Name": "kid", + "Type": "System.String" + }, + { + "Name": "token", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.KeyVault.Core.IKey" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlobContainer" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlobContainer": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ChangeLease", "Parameters": [ @@ -574404,38 +578717,8 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -574448,22 +578731,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -574482,56 +578753,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -574539,25 +578789,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -574569,197 +578807,205 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "StartCopyAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "AbortCopy", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "BeginAbortCopy", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "blobName", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobName", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ { - "Name": "state", - "Type": "System.Object" + "Name": "blobName", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "EndAbortCopy", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "blobName", + "Type": "System.String" + }, + { + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetBlobReference", "Parameters": [ { - "Name": "copyId", + "Name": "blobName", "Type": "System.String" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "snapshotTime", + "Type": "System.Nullable`1[System.DateTimeOffset]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "AbortCopyAsync", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "copyId", + "Name": "relativeAddress", "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, + { + "Name": "Create", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -574767,47 +579013,39 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", + "Name": "Create", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "Snapshot", + "Name": "Create", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -574815,10 +579053,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "BeginSnapshot", + "Name": "BeginCreate", "Parameters": [ { "Name": "callback", @@ -574832,16 +579070,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginCreate", "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -574862,62 +579092,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { "Name": "options", @@ -574927,16 +579106,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -574949,10 +579118,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginCreate", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, + { + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -574971,881 +579148,526 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Void" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "CreateAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "CreateAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "CreateAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "CreateAsync", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "CreateAsync", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Boolean" }, { - "Name": "", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Boolean" }, { - "Name": "", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobProperties": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobProperties, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", - "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "IsIncrementalCopy": "System.Boolean", - "IsServerEncrypted": "System.Boolean", - "Length": "System.Int64", - "PremiumPageBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", - "RehydrationStatus": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", - "StandardBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", - "BlobTierInferred": "System.Nullable`1[System.Boolean]", - "BlobTierLastModifiedTime": "System.Nullable`1[System.DateTimeOffset]", - "Created": "System.Nullable`1[System.DateTimeOffset]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "DeletedTime": "System.Nullable`1[System.DateTimeOffset]", - "RemainingDaysBeforePermanentDelete": "System.Nullable`1[System.Int32]", - "AppendBlobCommittedBlockCount": "System.Nullable`1[System.Int32]", - "PageBlobSequenceNumber": "System.Nullable`1[System.Int64]", - "EncryptionScope": "System.String", - "ETag": "System.String", - "ContentType": "System.String", - "ContentMD5": "System.String", - "ContentLanguage": "System.String", - "ContentEncoding": "System.String", - "ContentDisposition": "System.String", - "CacheControl": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "obj", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, - { - "Name": "", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "other", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Blob.LeaseDuration": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseDuration, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + "Name": "callback", + "Type": "System.AsyncCallback" + }, { - "Name": "obj", + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "target", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.LeaseState": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseState, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "obj", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndCreateIfNotExists", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "CreateIfNotExistsAsync", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.LeaseStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseStatus, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "HasFlag", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, { - "Name": "obj", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, { - "Name": "format", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ + "Name": "accessType", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + }, { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.RehydrationStatus" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.RehydrationStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.RehydrationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + "Name": "encryptionScopeOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + }, { - "Name": "obj", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "Delete", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "CompareTo", + "Name": "BeginDelete", "Parameters": [ { - "Name": "target", + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", "Type": "System.Object" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDelete", "Parameters": [ { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndDelete", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetTypeCode", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.StandardBlobTier" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.StandardBlobTier": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.StandardBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "target", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "HasFlag", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlobClient": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobClient, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", - "DefaultRequestOptions": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", - "BufferManager": "Microsoft.Azure.Storage.IBufferManager", - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "DefaultDelimiter": "System.String", - "BaseUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ListContainers", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" - }, - { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -575854,52 +579676,49 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ListContainersSegmented", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "ListContainersSegmented", + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" - }, - { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ListContainersSegmented", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" - }, - { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -575910,36 +579729,58 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginListContainersSegmented", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginListContainersSegmented", + "Name": "GetBlobReferenceFromServer", "Parameters": [ { - "Name": "prefix", + "Name": "blobName", "Type": "System.String" }, { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + }, + { + "Name": "BeginGetBlobReferenceFromServer", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.String" }, { "Name": "callback", @@ -575953,23 +579794,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListContainersSegmented", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "prefix", + "Name": "blobName", "Type": "System.String" }, { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -575991,89 +579824,49 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListContainersSegmented", + "Name": "EndGetBlobReferenceFromServer", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" - }, - { - "Name": "ListContainersSegmentedAsync", - "Parameters": [ - { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" - }, - { - "Name": "ListContainersSegmentedAsync", - "Parameters": [ - { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "prefix", + "Name": "blobName", "Type": "System.String" - }, - { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "prefix", + "Name": "blobName", "Type": "System.String" }, - { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "prefix", + "Name": "blobName", "Type": "System.String" }, { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -576084,26 +579877,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "prefix", + "Name": "blobName", "Type": "System.String" }, { - "Name": "detailsIncluded", - "Type": "Microsoft.Azure.Storage.Blob.ContainerListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "continuationToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -576118,7 +579903,7 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { "Name": "ListBlobs", @@ -576146,6 +579931,16 @@ ], "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + }, { "Name": "ListBlobsSegmented", "Parameters": [ @@ -576194,6 +579989,24 @@ ], "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, + { + "Name": "BeginListBlobsSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { "Name": "BeginListBlobsSegmented", "Parameters": [ @@ -576268,6 +580081,30 @@ ], "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, + { + "Name": "ListBlobsSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + }, + { + "Name": "ListBlobsSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + }, { "Name": "ListBlobsSegmentedAsync", "Parameters": [ @@ -576373,33 +580210,11 @@ "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "GetBlobReferenceFromServer", - "Parameters": [ - { - "Name": "blobUri", - "Type": "System.Uri" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" - }, - { - "Name": "GetBlobReferenceFromServer", + "Name": "SetPermissions", "Parameters": [ { - "Name": "blobUri", - "Type": "Microsoft.Azure.Storage.StorageUri" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "accessCondition", @@ -576414,44 +580229,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" - }, - { - "Name": "BeginGetBlobReferenceFromServer", - "Parameters": [ - { - "Name": "blobUri", - "Type": "System.Uri" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Uri" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "callback", @@ -576465,11 +580250,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "blobUri", - "Type": "Microsoft.Azure.Storage.StorageUri" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "accessCondition", @@ -576495,45 +580280,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetBlobReferenceFromServer", + "Name": "EndSetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Uri" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Uri" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Uri" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "accessCondition", @@ -576548,14 +580333,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "blobUri", - "Type": "System.Uri" + "Name": "permissions", + "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { "Name": "accessCondition", @@ -576574,15 +580359,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "GetPermissions", "Parameters": [ - { - "Name": "blobUri", - "Type": "Microsoft.Azure.Storage.StorageUri" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -576596,15 +580377,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "BeginGetPermissions", "Parameters": [ { - "Name": "blobUri", - "Type": "Microsoft.Azure.Storage.StorageUri" + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetPermissions", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -576617,24 +580408,63 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetPermissions", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "GetUserDelegationKey", + "Name": "GetPermissionsAsync", "Parameters": [ { - "Name": "keyStart", - "Type": "System.DateTimeOffset" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "keyEnd", - "Type": "System.DateTimeOffset" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -576646,21 +580476,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "BeginGetUserDelegationKey", + "Name": "Exists", "Parameters": [ { - "Name": "keyStart", - "Type": "System.DateTimeOffset" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "keyEnd", - "Type": "System.DateTimeOffset" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -576673,20 +580513,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetUserDelegationKey", + "Name": "BeginExists", "Parameters": [ - { - "Name": "keyStart", - "Type": "System.DateTimeOffset" - }, - { - "Name": "keyEnd", - "Type": "System.DateTimeOffset" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -576707,44 +580535,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetUserDelegationKey", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" + "ReturnType": "System.Boolean" }, { - "Name": "GetUserDelegationKeyAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "keyStart", - "Type": "System.DateTimeOffset" - }, - { - "Name": "keyEnd", - "Type": "System.DateTimeOffset" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetUserDelegationKeyAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "keyStart", - "Type": "System.DateTimeOffset" - }, - { - "Name": "keyEnd", - "Type": "System.DateTimeOffset" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -576758,46 +580589,50 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { - "Name": "state", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "callback", @@ -576811,10 +580646,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -576833,45 +580672,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "EndGetServiceProperties", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "ReturnType": "System.Void" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -576879,13 +580712,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -576897,13 +580734,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountProperties", + "Name": "SetMetadata", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -576911,28 +580752,82 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Void" }, { - "Name": "GetServicePropertiesAsync", + "Name": "BeginSetMetadata", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -576940,13 +580835,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -576958,13 +580857,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServiceProperties", + "Name": "AcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -576972,14 +580883,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "ReturnType": "System.String" }, { - "Name": "BeginSetServiceProperties", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -576993,14 +580908,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetServiceProperties", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "requestOptions", + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577019,48 +580942,64 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetServiceProperties", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "requestOptions", + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577068,17 +581007,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "requestOptions", + "Name": "proposedLeaseId", + "Type": "System.String" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577090,17 +581037,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "SetServiceProperties", + "Name": "RenewLease", "Parameters": [ { - "Name": "properties", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577111,8 +581058,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginRenewLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -577125,10 +581076,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577147,67 +581102,48 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceStats", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" - }, - { - "Name": "GetServiceStatsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" - }, - { - "Name": "GetServiceStatsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Void" }, { - "Name": "GetServiceStatsAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServiceStatsAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServiceStats", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577215,32 +581151,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" - }, - { - "Name": "GetRootContainerReference", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" - }, - { - "Name": "GetContainerReference", - "Parameters": [ - { - "Name": "containerName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExecuteBatchAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "batchOperation", - "Type": "Microsoft.Azure.Storage.Blob.BatchOperation" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577252,7 +581173,12 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]" + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -577273,11 +581199,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -577285,11 +581206,7 @@ "Name": "", "Parameters": [ { - "Name": "baseUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "delegatingHandler", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -577299,16 +581216,12 @@ "Name": "", "Parameters": [ { - "Name": "baseUri", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "delegatingHandler", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null @@ -577317,47 +581230,41 @@ "Name": "", "Parameters": [ { - "Name": "storageUri", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "delegatingHandler", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null } ] }, - "Microsoft.Azure.Storage.Blob.BlobRequestOptions": { + "Microsoft.Azure.Storage.Blob.BlobContainerProperties": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobRequestOptions, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerProperties, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CustomerProvidedKey": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", - "EncryptionPolicy": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "RequireEncryption": "System.Nullable`1[System.Boolean]", - "AbsorbConditionalErrorsOnRetry": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "StoreBlobContentMD5": "System.Nullable`1[System.Boolean]", - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", - "SingleBlobUploadThresholdInBytes": "System.Nullable`1[System.Int64]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]", - "NetworkTimeout": "System.Nullable`1[System.TimeSpan]", - "EncryptionScope": "System.String" + "EncryptionScopeOptions": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions", + "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", + "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "PublicAccess": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", + "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", + "HasLegalHold": "System.Nullable`1[System.Boolean]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "ETag": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -577377,11 +581284,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -577392,18 +581294,22 @@ } ] }, - "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey": { + "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Key": "System.String", - "KeySHA256": "System.String", - "EncryptionAlgorithm": "System.String" + "PreventEncryptionScopeOverride": "System.Boolean", + "DefaultEncryptionScope": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -577423,47 +581329,151 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", + "Parameters": [], + "ReturnType": null + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": null + "ReturnType": "System.Boolean" }, { - "Name": "", + "Name": "HasFlag", "Parameters": [ { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": null + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + }, + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.IFormatProvider" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } - ] + ], + "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Threading.Tasks.Task`1[System.TimeSpan]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.TimeSpan" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Key": "Microsoft.Azure.KeyVault.Core.IKey", - "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" + "SkuName": "System.String", + "AccountKind": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -577483,310 +581493,399 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", - "Parameters": [ - { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyResolver", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": null } ] }, - "Microsoft.Azure.KeyVault.Core.IKey": { - "Namespace": "Microsoft.Azure.KeyVault.Core", - "Name": "Microsoft.Azure.KeyVault.Core.IKey", - "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudPageBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultEncryptionAlgorithm": "System.String", - "DefaultKeyWrapAlgorithm": "System.String", - "DefaultSignatureAlgorithm": "System.String", - "Kid": "System.String" + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", + "Uri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "DecryptAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "ciphertext", - "Type": "System.Byte[]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "iv", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "authenticationData", - "Type": "System.Byte[]" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "authenticationTag", - "Type": "System.Byte[]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "algorithm", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "token", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EncryptAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "plaintext", - "Type": "System.Byte[]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "iv", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "authenticationData", - "Type": "System.Byte[]" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "algorithm", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "token", + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WrapKeyAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "key", - "Type": "System.Byte[]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "algorithm", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "token", + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UnwrapKeyAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "encryptedKey", - "Type": "System.Byte[]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "algorithm", - "Type": "System.String" + "Name": "offset", + "Type": "System.Int64" }, { - "Name": "token", + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SignAsync", + "Name": "ClearPages", "Parameters": [ { - "Name": "digest", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "algorithm", - "Type": "System.String" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "token", - "Type": "System.Threading.CancellationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + "ReturnType": "System.Void" }, { - "Name": "VerifyAsync", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "digest", - "Type": "System.Byte[]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "signature", - "Type": "System.Byte[]" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "algorithm", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "token", + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginClearPages", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndClearPages", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Byte[]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Byte[]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Tuple`3[System.Byte[],System.Byte[],System.String]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Tuple`3[System.Byte[],System.Byte[],System.String]": { - "Namespace": "System", - "Name": "System.Tuple`3[System.Byte[],System.Byte[],System.String]", - "AssemblyQualifiedName": "System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]", - "System.Byte[]", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`2[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Tuple`2[System.Byte[],System.String]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Tuple`2[System.Byte[],System.String]": { - "Namespace": "System", - "Name": "System.Tuple`2[System.Byte[],System.String]", - "AssemblyQualifiedName": "System.Tuple`2[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.KeyVault.Core.IKeyResolver": { - "Namespace": "Microsoft.Azure.KeyVault.Core", - "Name": "Microsoft.Azure.KeyVault.Core.IKeyResolver", - "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKeyResolver, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "ResolveKeyAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "kid", - "Type": "System.String" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "token", + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearPagesAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.KeyVault.Core.IKey" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlobContainer" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlobContainer": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.Threading.Tasks.Task" + }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577794,17 +581893,29 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartCopy", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "requestOptions", + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577812,21 +581923,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -577834,11 +581945,37 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "StartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshotUri", + "Type": "System.Uri" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -577851,8 +581988,76 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginStartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -577873,11 +582078,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -577899,15 +582108,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "sourceSnapshot", + "Type": "System.Uri" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -577929,36 +582138,53 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndStartIncrementalCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "StartCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -577969,14 +582195,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -577991,18 +582225,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578017,53 +582259,93 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateIfNotExists", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartIncrementalCopyAsync", + "Parameters": [ + { + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartIncrementalCopyAsync", + "Parameters": [ + { + "Name": "sourceSnapshot", + "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateIfNotExists", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "sourceSnapshotUri", + "Type": "System.Uri" }, { - "Name": "requestOptions", + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateIfNotExists", + "Name": "SetPremiumBlobTier", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - }, - { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -578071,11 +582353,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -578088,8 +582374,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -578110,11 +582400,89 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "EndSetPremiumBlobTier", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPremiumBlobTierAsync", + "Parameters": [ + { + "Name": "premiumPageBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "OpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578123,6 +582491,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -578136,15 +582514,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578166,33 +582544,72 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateIfNotExists", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "CreateIfNotExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "OpenWriteAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + }, + { + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -578200,13 +582617,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -578220,14 +582653,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578238,14 +582675,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578254,24 +582699,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "accessType", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "encryptionScopeOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions" + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578280,17 +582725,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "Delete", + "Name": "UploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -578307,8 +582760,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -578321,8 +582778,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -578347,33 +582808,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + "Name": "source", + "Type": "System.IO.Stream" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -578385,35 +582829,51 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -578425,13 +582885,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -578444,8 +582898,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -578470,33 +582936,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -578510,11 +582989,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -578532,14 +583015,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { "Name": "accessCondition", @@ -578552,34 +583039,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" - }, - { - "Name": "BeginGetBlobReferenceFromServer", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { "Name": "accessCondition", @@ -578594,56 +583071,58 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndGetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" - }, - { - "Name": "GetBlobReferenceFromServerAsync", - "Parameters": [ + "Name": "source", + "Type": "System.IO.Stream" + }, { - "Name": "blobName", - "Type": "System.String" + "Name": "length", + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -578658,14 +583137,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -578684,22 +583167,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobs", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578708,56 +583195,88 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.String" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListBlobsSegmented", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.String" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" - }, - { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578768,14 +583287,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -578789,15 +583308,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.String" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "callback", @@ -578811,27 +583338,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.String" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" - }, - { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578853,93 +583372,71 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListBlobsSegmented", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "path", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.String" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" - }, - { - "Name": "ListBlobsSegmentedAsync", - "Parameters": [ - { - "Name": "prefix", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.String" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" - }, - { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" - }, - { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578948,32 +583445,28 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.String" }, { - "Name": "useFlatBlobListing", - "Type": "System.Boolean" - }, - { - "Name": "blobListingDetails", - "Type": "Microsoft.Azure.Storage.Blob.BlobListingDetails" - }, - { - "Name": "maxResults", - "Type": "System.Nullable`1[System.Int32]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "currentToken", - "Type": "Microsoft.Azure.Storage.Blob.BlobContinuationToken" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -578988,14 +583481,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissions", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { "Name": "accessCondition", @@ -579008,34 +583505,32 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetPermissions", - "Parameters": [ - { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetPermissions", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -579048,58 +583543,28 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetPermissions", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" } ], "ReturnType": "System.Void" }, { - "Name": "SetPermissionsAsync", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ + "Name": "buffer", + "Type": "System.Byte[]" + }, { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ + "Name": "count", + "Type": "System.Int32" + }, { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { "Name": "accessCondition", @@ -579114,37 +583579,49 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "SetPermissionsAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "permissions", - "Type": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPermissions", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579156,13 +583633,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - }, - { - "Name": "BeginGetPermissions", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -579175,8 +583646,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetPermissions", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579201,33 +583688,70 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPermissions", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + "ReturnType": "System.Void" }, { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579241,11 +583765,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579263,39 +583799,69 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Exists", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginExists", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -579305,44 +583871,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "Create", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -579352,11 +583901,23 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "ExistsAsync", + "Name": "Create", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -579364,39 +583925,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "ExistsAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "size", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "FetchAttributes", + "Name": "BeginCreate", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579408,13 +583965,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -579427,8 +583978,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginCreate", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579453,7 +584012,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", @@ -579463,13 +584022,22 @@ "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -579478,8 +584046,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579496,8 +584068,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579518,8 +584094,42 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Resize", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579536,8 +584146,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginResize", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -579550,8 +584164,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginResize", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579576,7 +584194,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndResize", "Parameters": [ { "Name": "asyncResult", @@ -579586,13 +584204,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -579601,8 +584228,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579619,8 +584250,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579641,15 +584276,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "SetSequenceNumber", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sequenceNumberAction", + "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sequenceNumber", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -579664,18 +584299,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginAcquireLease", + "Name": "BeginSetSequenceNumber", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sequenceNumberAction", + "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sequenceNumber", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -579689,15 +584324,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginSetSequenceNumber", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sequenceNumberAction", + "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sequenceNumber", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -579723,57 +584358,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndSetSequenceNumber", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sequenceNumberAction", + "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sequenceNumber", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sequenceNumberAction", + "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sequenceNumber", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sequenceNumberAction", + "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sequenceNumber", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -579788,18 +584423,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sequenceNumberAction", + "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "sequenceNumber", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -579818,11 +584453,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "GetPageRanges", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579836,15 +584479,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" }, { - "Name": "BeginRenewLease", + "Name": "BeginGetPageRanges", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -579857,8 +584496,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginGetPageRanges", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579883,42 +584530,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndGetPageRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" }, { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetPageRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579932,11 +584578,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "RenewLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -579954,14 +584608,22 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ChangeLease", + "Name": "GetPageRangesDiff", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "previousSnapshotTime", + "Type": "System.DateTimeOffset" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -579976,18 +584638,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" }, { - "Name": "BeginChangeLease", + "Name": "BeginGetPageRangesDiff", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "previousSnapshotTime", + "Type": "System.DateTimeOffset" }, { "Name": "callback", @@ -580001,11 +584659,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginGetPageRangesDiff", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "previousSnapshotTime", + "Type": "System.DateTimeOffset" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -580031,53 +584697,53 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndGetPageRangesDiff", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "previousSnapshotTime", + "Type": "System.DateTimeOffset" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "previousSnapshotTime", + "Type": "System.DateTimeOffset" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "previousSnapshotTime", + "Type": "System.DateTimeOffset" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -580092,14 +584758,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "previousSnapshotTime", + "Type": "System.DateTimeOffset" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -580118,11 +584792,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ReleaseLease", + "Name": "CreateSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -580136,15 +584814,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "BeginReleaseLease", + "Name": "BeginCreateSnapshot", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -580157,8 +584831,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginCreateSnapshot", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -580183,42 +584861,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndCreateSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -580232,11 +584905,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -580254,14 +584931,22 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BreakLease", + "Name": "WritePages", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -580276,35 +584961,37 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "WritePages", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "offset", + "Type": "System.Int64" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ + "Name": "count", + "Type": "System.Int64" + }, { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -580314,6 +585001,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginWritePages", + "Parameters": [ + { + "Name": "pageData", + "Type": "System.IO.Stream" + }, + { + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "callback", @@ -580327,45 +585032,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", + "Name": "BeginWritePages", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + "Name": "startOffset", + "Type": "System.Int64" + }, { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -580378,55 +585057,51 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BreakLeaseAsync", + "Name": "BeginWritePages", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "offset", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "count", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -580445,75 +585120,78 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndWritePages", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Void" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ + "Name": "pageData", + "Type": "System.IO.Stream" + }, { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "startOffset", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "pageData", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "startOffset", + "Type": "System.Int64" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountProperties", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" }, { "Name": "GetSharedAccessSignature", @@ -580521,6 +585199,10 @@ { "Name": "policy", "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" } ], "ReturnType": "System.String" @@ -580532,6 +585214,10 @@ "Name": "policy", "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, { "Name": "groupPolicyIdentifier", "Type": "System.String" @@ -580546,6 +585232,10 @@ "Name": "policy", "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, + { + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, { "Name": "groupPolicyIdentifier", "Type": "System.String" @@ -580588,403 +585278,96 @@ "ReturnType": "System.String" }, { - "Name": "GetPageBlobReference", + "Name": "EndUndelete", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Void" }, { - "Name": "GetPageBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - }, - { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "UndeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlockBlobReference", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlockBlobReference", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetBlobReference", - "Parameters": [ - { - "Name": "blobName", - "Type": "System.String" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReference", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "blobName", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "snapshotTime", - "Type": "System.Nullable`1[System.DateTimeOffset]" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ - { - "Name": "relativeAddress", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "containerAddress", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobContainerProperties": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerProperties, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "EncryptionScopeOptions": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions", - "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", - "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "PublicAccess": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", - "HasLegalHold": "System.Nullable`1[System.Boolean]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "ETag": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PreventEncryptionScopeOverride": "System.Boolean", - "DefaultEncryptionScope": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "AcquireLease", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, { - "Name": "format", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "provider", - "Type": "System.IFormatProvider" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "format", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.ICloudBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.ICloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "BeginAcquireLease", "Parameters": [ @@ -581728,14 +586111,18 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "AbortCopy", + "Name": "StartCopy", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -581747,14 +586134,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginAbortCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -581768,14 +586155,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -581798,48 +586189,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "AbortCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -581851,17 +586246,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopyAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -581877,88 +586276,29 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginGetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -581970,107 +586310,53 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "AbortCopy", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "copyId", "Type": "System.String" }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "OpenRead", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582084,11 +586370,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenRead", + "Name": "BeginAbortCopy", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -582101,8 +586391,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginAbortCopy", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582127,33 +586421,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "AbortCopyAsync", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "AbortCopyAsync", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582167,11 +586474,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "AbortCopyAsync", "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582189,14 +586500,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStream", + "Name": "Snapshot", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -582211,18 +586522,28 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "UploadFromStream", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -582235,16 +586556,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" }, { "Name": "callback", @@ -582258,11 +586569,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -582275,29 +586611,39 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginUploadFromStream", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -582310,22 +586656,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -582344,46 +586678,79 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "OpenRead", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582397,15 +586764,25 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IO.Stream" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginOpenRead", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582419,55 +586796,44 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "EndOpenRead", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IO.Stream" }, { - "Name": "UploadFromStreamAsync", + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "UploadFromStreamAsync", + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582481,19 +586847,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "UploadFromStreamAsync", + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582511,14 +586869,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "UploadFromFile", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -582536,11 +586894,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "callback", @@ -582554,11 +586912,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -582584,7 +586942,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -582594,21 +586952,21 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "cancellationToken", @@ -582618,11 +586976,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -582640,11 +586998,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -582666,19 +587024,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArray", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -582691,25 +587041,39 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "RotateEncryptionKey", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "count", - "Type": "System.Int32" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRotateEncryptionKey", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -582722,20 +587086,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582760,7 +587112,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -582770,38 +587122,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - } - ], + "Name": "RotateEncryptionKeyAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -582810,20 +587137,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582840,20 +587155,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -582874,11 +587177,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -582896,11 +587203,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "callback", @@ -582914,11 +587225,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -582944,7 +587259,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -582954,69 +587269,29 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "cancellationToken", @@ -583026,7 +587301,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "DownloadToFileAsync", "Parameters": [ { "Name": "path", @@ -583049,10 +587324,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadToFile", + "Name": "DownloadToFileAsync", "Parameters": [ { "Name": "path", @@ -583063,18 +587338,26 @@ "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadToFile", + "Name": "DownloadToFileAsync", "Parameters": [ { "Name": "path", @@ -583097,28 +587380,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadToFile", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -583127,12 +587400,20 @@ { "Name": "mode", "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -583142,6 +587423,14 @@ "Name": "mode", "Type": "System.IO.FileMode" }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -583150,7 +587439,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -583161,30 +587450,20 @@ "Type": "System.IO.FileMode" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" + "Name": "offset", + "Type": "System.Int64" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -583385,6 +587664,40 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, { "Name": "DownloadRangeToStream", "Parameters": [ @@ -583593,6 +587906,44 @@ ], "ReturnType": "System.Threading.Tasks.Task" }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "DownloadRangeToByteArray", "Parameters": [ @@ -583829,6 +588180,48 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, + { + "Name": "DownloadRangeToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, { "Name": "Exists", "Parameters": [ @@ -583936,6 +588329,28 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "primaryOnly", + "Type": "System.Boolean" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, { "Name": "FetchAttributes", "Parameters": [ @@ -584584,16 +588999,40 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "AcquireLease", + "Name": "Undelete", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUndelete", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -584605,30 +589044,23 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.String" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CopyState": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CopyState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyState, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Storage.Blob.CopyStatus", - "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", - "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "BytesCopied": "System.Nullable`1[System.Int64]", - "TotalBytes": "System.Nullable`1[System.Int64]", - "CopyId": "System.String", - "StatusDescription": "System.String", - "Source": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -584648,224 +589080,121 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "Microsoft.Azure.Storage.Blob.CopyStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CopyStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyStatus, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "ToString", + "Name": "", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "CompareTo", + "Name": "", "Parameters": [ { - "Name": "target", - "Type": "System.Object" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": null }, { - "Name": "ToString", + "Name": "", "Parameters": [ { - "Name": "format", - "Type": "System.String" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "ToString", + "Name": "", "Parameters": [ { - "Name": "provider", - "Type": "System.IFormatProvider" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "HasFlag", + "Name": "", "Parameters": [ { - "Name": "flag", - "Type": "System.Enum" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.TimeSpan]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SkuName": "System.String", - "AccountKind": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "Equals", + "Name": "", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], "ReturnType": null } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.ICloudBlob" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.IListBlobItem" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.IListBlobItem": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.IListBlobItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "Microsoft.Azure.Storage.Blob.CloudBlobDirectory": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", @@ -585203,6 +589532,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -585222,11 +589556,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -585237,6 +589566,33 @@ } ] }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.IListBlobItem" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.IListBlobItem": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.IListBlobItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, "Microsoft.Azure.Storage.Blob.BlobResultSegment": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobResultSegment", @@ -585248,6 +589604,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -585267,11 +589628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -585303,10 +589659,10 @@ "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.CloudPageBlob": { + "Microsoft.Azure.Storage.Blob.CloudBlockBlob": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlockBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -585330,14 +589686,26 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "OpenWrite", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "accessCondition", + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -585347,98 +589715,70 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginOpenWrite", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenWrite", - "Parameters": [ - { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "incrementalCopy", + "Type": "System.Boolean" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "syncCopy", + "Type": "System.Boolean" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenWrite", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "DownloadBlockList", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" + "Name": "blockListingFilter", + "Type": "Microsoft.Azure.Storage.Blob.BlockListingFilter" }, { "Name": "accessCondition", @@ -585453,44 +589793,28 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" }, { - "Name": "OpenWriteAsync", + "Name": "BeginDownloadBlockList", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "OpenWriteAsync", + "Name": "BeginDownloadBlockList", "Parameters": [ { - "Name": "size", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "blockListingFilter", + "Type": "Microsoft.Azure.Storage.Blob.BlockListingFilter" }, { "Name": "accessCondition", @@ -585505,44 +589829,47 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStream", + "Name": "EndDownloadBlockList", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" }, { - "Name": "UploadFromStream", + "Name": "DownloadBlockListAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + }, + { + "Name": "DownloadBlockListAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + }, + { + "Name": "DownloadBlockListAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "blockListingFilter", + "Type": "Microsoft.Azure.Storage.Blob.BlockListingFilter" }, { "Name": "accessCondition", @@ -585557,18 +589884,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "UploadFromStream", + "Name": "DownloadBlockListAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "blockListingFilter", + "Type": "Microsoft.Azure.Storage.Blob.BlockListingFilter" }, { "Name": "accessCondition", @@ -585581,24 +589904,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "UploadFromStream", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -585613,15 +589932,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginCreateSnapshot", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -585634,11 +589949,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -585664,15 +589979,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndCreateSnapshot", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + }, + { + "Name": "CreateSnapshotAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + }, + { + "Name": "CreateSnapshotAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -585685,50 +590021,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" }, { - "Name": "BeginUploadFromStream", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" }, { - "Name": "BeginUploadFromStream", + "Name": "PutBlockList", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "blockList", + "Type": "System.Collections.Generic.IEnumerable`1[System.String]" }, { "Name": "accessCondition", @@ -585741,6 +590069,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginPutBlockList", + "Parameters": [ + { + "Name": "blockList", + "Type": "System.Collections.Generic.IEnumerable`1[System.String]" }, { "Name": "callback", @@ -585754,19 +590092,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginPutBlockList", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "blockList", + "Type": "System.Collections.Generic.IEnumerable`1[System.String]" }, { "Name": "accessCondition", @@ -585792,7 +590122,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndPutBlockList", "Parameters": [ { "Name": "asyncResult", @@ -585802,21 +590132,21 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "blockList", + "Type": "System.Collections.Generic.IEnumerable`1[System.String]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "blockList", + "Type": "System.Collections.Generic.IEnumerable`1[System.String]" }, { "Name": "cancellationToken", @@ -585826,11 +590156,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "blockList", + "Type": "System.Collections.Generic.IEnumerable`1[System.String]" }, { "Name": "accessCondition", @@ -585848,11 +590178,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "blockList", + "Type": "System.Collections.Generic.IEnumerable`1[System.String]" }, { "Name": "accessCondition", @@ -585874,16 +590204,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "OpenWrite", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -585895,25 +590217,27 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenWrite", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -585927,59 +590251,44 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "EndOpenWrite", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "UploadFromStreamAsync", + "Name": "OpenWriteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + }, + { + "Name": "OpenWriteAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "UploadFromStreamAsync", + "Name": "OpenWriteAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -585993,19 +590302,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "UploadFromStreamAsync", + "Name": "OpenWriteAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -586023,23 +590324,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "UploadFromStreamAsync", + "Name": "UploadFromStream", "Parameters": [ { "Name": "source", "Type": "System.IO.Stream" }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -586051,16 +590344,12 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "UploadFromStream", "Parameters": [ { "Name": "source", @@ -586070,10 +590359,6 @@ "Name": "length", "Type": "System.Int64" }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -586085,50 +590370,34 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromFile", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromFile", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -586141,16 +590410,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" }, { "Name": "callback", @@ -586164,23 +590423,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "length", + "Type": "System.Int64" }, { "Name": "callback", @@ -586194,15 +590445,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -586228,7 +590479,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -586238,21 +590489,21 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "cancellationToken", @@ -586262,11 +590513,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -586284,11 +590535,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -586310,15 +590561,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -586332,6 +590579,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -586340,31 +590591,29 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "length", + "Type": "System.Int64" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "length", + "Type": "System.Int64" }, { "Name": "cancellationToken", @@ -586374,19 +590623,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArray", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -586401,26 +590646,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArray", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -586433,50 +590670,54 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -586489,6 +590730,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -586502,23 +590753,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -586544,7 +590783,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -586554,37 +590793,21 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "path", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "path", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -586594,19 +590817,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -586624,19 +590839,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -586658,23 +590865,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -586688,6 +590883,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -586696,7 +590895,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "UploadFromByteArray", "Parameters": [ { "Name": "buffer", @@ -586710,40 +590909,6 @@ "Name": "count", "Type": "System.Int32" }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Create", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -586760,37 +590925,19 @@ "ReturnType": "System.Void" }, { - "Name": "Create", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" + "Name": "count", + "Type": "System.Int32" }, { "Name": "callback", @@ -586804,45 +590951,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -586868,7 +590989,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -586878,69 +590999,37 @@ "ReturnType": "System.Void" }, { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "count", + "Type": "System.Int32" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "count", + "Type": "System.Int32" }, { "Name": "cancellationToken", @@ -586950,41 +591039,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Resize", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -586999,32 +591066,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginResize", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginResize", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -587038,44 +591095,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndResize", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -587084,33 +591103,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Int64" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -587124,6 +591129,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -587132,15 +591141,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumber", + "Name": "UploadText", "Parameters": [ { - "Name": "sequenceNumberAction", - "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" + "Name": "content", + "Type": "System.String" }, { - "Name": "sequenceNumber", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587158,15 +591167,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetSequenceNumber", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "sequenceNumberAction", - "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" - }, - { - "Name": "sequenceNumber", - "Type": "System.Nullable`1[System.Int64]" + "Name": "content", + "Type": "System.String" }, { "Name": "callback", @@ -587180,15 +591185,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetSequenceNumber", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "sequenceNumberAction", - "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" + "Name": "content", + "Type": "System.String" }, { - "Name": "sequenceNumber", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587214,7 +591219,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetSequenceNumber", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", @@ -587224,29 +591229,21 @@ "ReturnType": "System.Void" }, { - "Name": "SetSequenceNumberAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "sequenceNumberAction", - "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" - }, - { - "Name": "sequenceNumber", - "Type": "System.Nullable`1[System.Int64]" + "Name": "content", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "sequenceNumberAction", - "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" - }, - { - "Name": "sequenceNumber", - "Type": "System.Nullable`1[System.Int64]" + "Name": "content", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -587256,15 +591253,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "sequenceNumberAction", - "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" + "Name": "content", + "Type": "System.String" }, { - "Name": "sequenceNumber", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587282,15 +591279,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "sequenceNumberAction", - "Type": "Microsoft.Azure.Storage.Blob.SequenceNumberAction" + "Name": "content", + "Type": "System.String" }, { - "Name": "sequenceNumber", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587312,114 +591309,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPageRanges", - "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - }, - { - "Name": "BeginGetPageRanges", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetPageRanges", - "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetPageRanges", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" - }, - { - "Name": "GetPageRangesAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "content", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587432,54 +591330,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [ - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPageRangesDiff", + "Name": "DownloadText", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.DateTimeOffset" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587494,15 +591362,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + "ReturnType": "System.String" }, { - "Name": "BeginGetPageRangesDiff", + "Name": "BeginDownloadText", "Parameters": [ - { - "Name": "previousSnapshotTime", - "Type": "System.DateTimeOffset" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -587515,19 +591379,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetPageRangesDiff", + "Name": "BeginDownloadText", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.DateTimeOffset" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587553,53 +591409,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPageRangesDiff", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + "ReturnType": "System.String" }, { - "Name": "GetPageRangesDiffAsync", - "Parameters": [ - { - "Name": "previousSnapshotTime", - "Type": "System.DateTimeOffset" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "Name": "DownloadTextAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadTextAsync", "Parameters": [ - { - "Name": "previousSnapshotTime", - "Type": "System.DateTimeOffset" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.DateTimeOffset" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587614,22 +591453,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.DateTimeOffset" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587648,14 +591479,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshot", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -587668,85 +591499,32 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "BeginCreateSnapshot", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCreateSnapshot", + "Name": "PutBlock", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCreateSnapshot", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -587761,48 +591539,30 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Void" }, { - "Name": "CreateSnapshotAsync", + "Name": "PutBlock", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" - }, - { - "Name": "WritePages", - "Parameters": [ - { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "count", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -587820,34 +591580,30 @@ "ReturnType": "System.Void" }, { - "Name": "WritePages", + "Name": "PutBlock", "Parameters": [ + { + "Name": "blockId", + "Type": "System.String" + }, { "Name": "sourceUri", "Type": "System.Uri" }, { "Name": "offset", - "Type": "System.Int64" + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "startOffset", - "Type": "System.Int64" + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceContentChecksum", + "Name": "contentChecksum", "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -587862,15 +591618,15 @@ "ReturnType": "System.Void" }, { - "Name": "BeginWritePages", + "Name": "BeginPutBlock", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockData", + "Type": "System.IO.Stream" }, { "Name": "contentChecksum", @@ -587888,15 +591644,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWritePages", + "Name": "BeginPutBlock", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockData", + "Type": "System.IO.Stream" }, { "Name": "contentChecksum", @@ -587926,44 +591682,28 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWritePages", + "Name": "BeginPutBlock", "Parameters": [ + { + "Name": "blockId", + "Type": "System.String" + }, { "Name": "sourceUri", "Type": "System.Uri" }, { "Name": "offset", - "Type": "System.Int64" + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "startOffset", - "Type": "System.Int64" + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceContentChecksum", + "Name": "contentChecksum", "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -587976,7 +591716,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWritePages", + "Name": "EndPutBlock", "Parameters": [ { "Name": "asyncResult", @@ -587986,101 +591726,107 @@ "ReturnType": "System.Void" }, { - "Name": "WritePagesAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockData", + "Type": "System.IO.Stream" }, { "Name": "contentChecksum", "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "count", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "contentMD5", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "sourceUri", + "Type": "System.Uri" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "count", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "contentChecksum", "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "PutBlockAsync", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -588090,35 +591836,27 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "pageData", - "Type": "System.IO.Stream" - }, - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "count", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -588128,34 +591866,52 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePagesAsync", + "Name": "PutBlockAsync", "Parameters": [ + { + "Name": "blockId", + "Type": "System.String" + }, { "Name": "sourceUri", "Type": "System.Uri" }, { "Name": "offset", - "Type": "System.Int64" + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "count", - "Type": "System.Int64" + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "PutBlockAsync", + "Parameters": [ + { + "Name": "blockId", + "Type": "System.String" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "destAccessCondition", + "Name": "contentMD5", + "Type": "System.String" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588165,24 +591921,24 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPages", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "blockData", + "Type": "System.IO.Stream" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -588197,40 +591953,30 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClearPages", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginClearPages", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "count", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -588243,70 +591989,32 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndClearPages", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ClearPagesAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Int64" - }, - { - "Name": "length", - "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearPagesAsync", - "Parameters": [ + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "count", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -588324,15 +592032,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Int64" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "blockData", + "Type": "System.IO.Stream" + }, + { + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -588354,48 +592066,30 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "count", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "contentMD5", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588405,41 +592099,39 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartIncrementalCopy", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartIncrementalCopy", - "Parameters": [ + "Name": "count", + "Type": "System.Nullable`1[System.Int64]" + }, { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588449,59 +592141,31 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "contentMD5", + "Type": "System.String" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588513,33 +592177,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "blockId", + "Type": "System.String" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588551,25 +592215,29 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "SetStandardBlobTier", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" }, { - "Name": "destAccessCondition", + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + }, + { + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588579,6 +592247,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetStandardBlobTier", + "Parameters": [ + { + "Name": "standardBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" }, { "Name": "callback", @@ -588592,14 +592270,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginSetStandardBlobTier", "Parameters": [ { - "Name": "sourceSnapshot", - "Type": "System.Uri" + "Name": "standardBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588622,52 +592300,48 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartIncrementalCopy", + "Name": "EndSetStandardBlobTier", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "standardBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588679,21 +592353,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "standardBlobTier", + "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -588709,18 +592383,22 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "StartCopy", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + }, + { + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { "Name": "sourceAccessCondition", @@ -588737,70 +592415,36 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.String" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "StartCopy", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ - { - "Name": "sourceSnapshot", - "Type": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "syncCopy", + "Type": "System.Boolean" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartIncrementalCopyAsync", - "Parameters": [ - { - "Name": "sourceSnapshotUri", - "Type": "System.Uri" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "destAccessCondition", @@ -588810,41 +592454,19 @@ "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "SetPremiumBlobTier", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { "Name": "callback", @@ -588858,11 +592480,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -588884,63 +592514,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPremiumBlobTier", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPremiumBlobTierAsync", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPremiumBlobTierAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPremiumBlobTierAsync", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPremiumBlobTierAsync", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -588951,49 +592541,57 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -589001,7 +592599,7 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { "Name": "GetSharedAccessSignature", @@ -589112,90 +592710,32 @@ "ReturnType": "System.String" }, { - "Name": "OpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenRead", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -589210,10 +592750,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "UndeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -589232,14 +592772,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -589254,14 +592798,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -589275,11 +592823,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -589305,45 +592857,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -589358,14 +592922,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -589384,15 +592952,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -589404,39 +592968,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -589449,7 +592991,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -589475,7 +593017,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -589485,13 +593027,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -589500,7 +593051,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -589518,7 +593069,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -589540,16 +593091,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -589563,18 +593110,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -589588,16 +593135,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -589622,58 +593165,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -589687,19 +593226,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -589717,19 +593252,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -589741,58 +593268,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -589802,32 +593351,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -589848,15 +593391,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -589871,18 +593410,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -589896,15 +593431,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -589930,57 +593461,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -589995,18 +593514,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -590025,59 +593540,21 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -590089,22 +593566,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "callback", @@ -590118,22 +593587,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -590156,72 +593621,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -590233,25 +593678,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -590267,25 +593708,25 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "premiumPageBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -590296,38 +593737,34 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "source", + "Type": "System.Uri" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "standardBlockBlobTier", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "rehydratePriority", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -590337,28 +593774,42 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -590372,23 +593823,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -590414,81 +593853,93 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", + "Type": "System.String" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "copyId", + "Type": "System.String" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -590503,26 +593954,28 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -590537,30 +593990,47 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -590573,21 +594043,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "Exists", + "Name": "SnapshotAsync", "Parameters": [ + { + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -590595,12 +594065,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -590614,10 +594088,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -590636,35 +594110,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -590672,13 +594146,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -590690,32 +594164,24 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "FetchAttributes", + "Name": "OpenRead", "Parameters": [ { "Name": "accessCondition", @@ -590730,10 +594196,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -590747,7 +594213,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "accessCondition", @@ -590773,32 +594239,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -590813,10 +594279,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "FetchAttributesAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "accessCondition", @@ -590835,11 +594301,15 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "SetMetadata", + "Name": "DownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -590856,8 +594326,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -590870,8 +594344,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -590896,7 +594374,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -590906,13 +594384,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -590921,8 +594408,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -590939,8 +594430,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -590961,7 +594456,37 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKey", "Parameters": [ { "Name": "accessCondition", @@ -590979,7 +594504,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "callback", @@ -590993,7 +594518,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { "Name": "accessCondition", @@ -591019,7 +594544,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -591029,12 +594554,12 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "cancellationToken", @@ -591044,7 +594569,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "accessCondition", @@ -591062,7 +594587,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { "Name": "accessCondition", @@ -591084,11 +594609,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -591106,8 +594635,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -591120,11 +594657,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -591150,7 +594691,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -591160,13 +594701,30 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -591175,11 +594733,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -591197,11 +594759,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -591223,11 +594789,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "accessCondition", @@ -591240,107 +594810,92 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndDeleteIfExists", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, + { + "Name": "parallelIOCount", + "Type": "System.Int32" + }, + { + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "path", + "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" + }, { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -591359,11 +594914,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -591377,11 +594940,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginUndelete", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -591394,8 +594965,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUndelete", + "Name": "BeginDownloadToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -591420,33 +594999,84 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -591458,13 +595088,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -591477,23 +595119,31 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLease", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -591508,18 +595158,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -591533,15 +595187,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -591567,57 +595225,69 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -591632,18 +595302,22 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -591662,11 +595336,23 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -591678,17 +595364,71 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginRenewLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -591701,8 +595441,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -591727,42 +595483,82 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -591776,11 +595572,27 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -591798,14 +595610,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -591818,21 +595642,35 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginChangeLease", + "Name": "Exists", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -591845,16 +595683,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -591875,58 +595705,47 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -591934,20 +595753,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ChangeLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -591962,10 +595781,10 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLease", + "Name": "FetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -591983,12 +595802,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -592001,7 +595816,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -592027,7 +595842,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -592037,22 +595852,13 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -592061,7 +595867,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -592079,7 +595885,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -592101,12 +595907,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -592120,15 +595922,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -592141,12 +595939,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -592171,46 +595965,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -592224,15 +596005,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -592250,21 +596027,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -592276,15 +596045,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -592297,18 +596062,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -592331,112 +596088,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -592446,35 +596126,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -592490,14 +596150,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "Delete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -592515,12 +596175,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -592533,11 +596189,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -592563,7 +596219,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -592573,22 +596229,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "DeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -592597,11 +596244,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -592619,11 +596266,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.String" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -592645,11 +596292,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -592664,10 +596311,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -592681,11 +596328,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -592711,36 +596358,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Boolean" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -592755,14 +596402,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -592781,10 +596428,28 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Undelete", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUndelete", "Parameters": [ { "Name": "callback", @@ -592798,10 +596463,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -592820,29 +596489,9 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -592863,11 +596512,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -592983,495 +596627,143 @@ } ] }, - "Microsoft.Azure.Storage.Blob.CloudBlobStream": { + "Microsoft.Azure.Storage.Blob.CopyState": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobStream", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.CopyState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyState, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CanRead": "System.Boolean", - "CanSeek": "System.Boolean", - "CanTimeout": "System.Boolean", - "CanWrite": "System.Boolean", - "ReadTimeout": "System.Int32", - "WriteTimeout": "System.Int32", - "Length": "System.Int64", - "Position": "System.Int64" + "Status": "Microsoft.Azure.Storage.Blob.CopyStatus", + "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", + "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "BytesCopied": "System.Nullable`1[System.Int64]", + "TotalBytes": "System.Nullable`1[System.Int64]", + "CopyId": "System.String", + "StatusDescription": "System.String", + "Source": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Commit", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCommit", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCommit", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFlush", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFlush", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" + "ReturnType": "System.Type" }, { - "Name": "CommitAsync", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "bufferSize", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "bufferSize", - "Type": "System.Int32" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyTo", - "Parameters": [ - { - "Name": "destination", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "CopyTo", + "Name": "Equals", "Parameters": [ { - "Name": "destination", - "Type": "System.IO.Stream" - }, - { - "Name": "bufferSize", - "Type": "System.Int32" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Void" - }, - { - "Name": "Close", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Dispose", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "Flush", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Void" - }, + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "FlushAsync", + "Name": "", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FlushAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Storage.Blob.CopyStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CopyStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyStatus, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "BeginRead", + "Name": "Equals", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Object" } ], - "ReturnType": "System.IAsyncResult" - }, - { - "Name": "EndRead", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ReadAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "ReadAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "ReadAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "buffer", - "Type": "System.Memory`1[System.Byte]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "flag", + "Type": "System.Enum" } ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "BeginWrite", + "Name": "CompareTo", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Object" } ], - "ReturnType": "System.IAsyncResult" - }, - { - "Name": "EndWrite", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.ReadOnlyMemory`1[System.Byte]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.ValueTask" - }, - { - "Name": "Seek", - "Parameters": [ - { - "Name": "offset", - "Type": "System.Int64" - }, - { - "Name": "origin", - "Type": "System.IO.SeekOrigin" - } - ], - "ReturnType": "System.Int64" - }, - { - "Name": "SetLength", - "Parameters": [ - { - "Name": "value", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Read", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" - }, - { - "Name": "count", - "Type": "System.Int32" - } - ], "ReturnType": "System.Int32" }, { - "Name": "Read", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Span`1[System.Byte]" - } - ], + "Name": "GetHashCode", + "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "ReadByte", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "Write", + "Name": "ToString", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "offset", - "Type": "System.Int32" + "Name": "format", + "Type": "System.String" }, { - "Name": "count", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Write", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.ReadOnlySpan`1[System.Byte]" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "WriteByte", + "Name": "ToString", "Parameters": [ { - "Name": "value", - "Type": "System.Byte" + "Name": "format", + "Type": "System.String" } ], - "ReturnType": "System.Void" - }, - { - "Name": "GetLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "InitializeLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "ToString", - "Parameters": [], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", - "Type": "System.Object" + "Name": "provider", + "Type": "System.IFormatProvider" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -593481,120 +596773,35 @@ ], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlobStream" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]": { + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PageRange" + "Microsoft.Azure.Storage.Blob.ListBlockItem" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.PageRange": { + "Microsoft.Azure.Storage.Blob.ListBlockItem": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PageRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.ListBlockItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" + "Committed": "System.Boolean", + "Length": "System.Int64", + "Name": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "start", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "end", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PageDiffRange" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.PageDiffRange": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PageDiffRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsClearedPageRange": "System.Boolean", - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + }, { "Name": "ToString", "Parameters": [], @@ -593614,143 +596821,65 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ { "Name": "", - "Parameters": [ - { - "Name": "start", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "end", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "isCleared", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": null } ] }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]": { + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" ], "Methods": [], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlob" + "Microsoft.Azure.Storage.Blob.CloudBlockBlob" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.CloudBlockBlob": { + "Microsoft.Azure.Storage.Blob.CloudBlobStream": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlockBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobStream", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" + "CanRead": "System.Boolean", + "CanSeek": "System.Boolean", + "CanTimeout": "System.Boolean", + "CanWrite": "System.Boolean", + "ReadTimeout": "System.Int32", + "WriteTimeout": "System.Int32", + "Length": "System.Int64", + "Position": "System.Int64" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "OpenWrite", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" - }, - { - "Name": "BeginOpenWrite", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "Name": "Commit", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "BeginCommit", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -593763,211 +596892,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndCommit", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", + "Name": "BeginFlush", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -593980,7 +596916,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndFlush", "Parameters": [ { "Name": "asyncResult", @@ -593990,100 +596926,41 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], + "Name": "CommitAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "source", + "Name": "destination", "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "source", + "Name": "destination", "Type": "System.IO.Stream" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "bufferSize", + "Type": "System.Int32" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "source", + "Name": "destination", "Type": "System.IO.Stream" }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -594092,29 +596969,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "source", + "Name": "destination", "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "bufferSize", + "Type": "System.Int32" }, { "Name": "cancellationToken", @@ -594124,316 +596987,127 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", + "Name": "CopyTo", "Parameters": [ { - "Name": "source", + "Name": "destination", "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "CopyTo", "Parameters": [ { - "Name": "source", + "Name": "destination", "Type": "System.IO.Stream" }, { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "bufferSize", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], + "Name": "Close", + "Parameters": [], "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "Name": "DisposeAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.ValueTask" }, { - "Name": "EndUploadFromFile", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], + "Name": "Flush", + "Parameters": [], "ReturnType": "System.Void" }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], + { + "Name": "FlushAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "FlushAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "BeginRead", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "offset", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IAsyncResult" }, { - "Name": "UploadFromFileAsync", + "Name": "EndRead", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "UploadFromByteArray", + "Name": "ReadAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { "Name": "count", "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "ReadAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { @@ -594441,43 +597115,41 @@ "Type": "System.Int32" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Memory`1[System.Byte]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginWrite", "Parameters": [ { "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { "Name": "count", "Type": "System.Int32" }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -594487,10 +597159,10 @@ "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.IAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndWrite", "Parameters": [ { "Name": "asyncResult", @@ -594500,14 +597172,14 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { @@ -594518,14 +597190,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { @@ -594540,117 +597212,212 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Type": "System.ReadOnlyMemory`1[System.Byte]" }, { - "Name": "count", - "Type": "System.Int32" - }, + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.ValueTask" + }, + { + "Name": "Seek", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "offset", + "Type": "System.Int64" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "origin", + "Type": "System.IO.SeekOrigin" + } + ], + "ReturnType": "System.Int64" + }, + { + "Name": "SetLength", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "value", + "Type": "System.Int64" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "Read", "Parameters": [ { "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { "Name": "count", "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "Read", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "buffer", + "Type": "System.Span`1[System.Byte]" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ReadByte", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Write", "Parameters": [ { "Name": "buffer", "Type": "System.Byte[]" }, { - "Name": "index", + "Name": "offset", "Type": "System.Int32" }, { "Name": "count", "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Write", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, + "Name": "buffer", + "Type": "System.ReadOnlySpan`1[System.Byte]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteByte", + "Parameters": [ { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, + "Name": "value", + "Type": "System.Byte" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "InitializeLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadText", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlobStream" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudAppendBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudAppendBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -594663,16 +597430,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadText", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" }, { "Name": "callback", @@ -594686,18 +597443,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "offset", + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -594720,30 +597489,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndAppendBlock", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int64" }, { - "Name": "UploadTextAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "content", + "Name": "blockData", + "Type": "System.IO.Stream" + }, + { + "Name": "contentMD5", "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "UploadTextAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "content", + "Name": "blockData", + "Type": "System.IO.Stream" + }, + { + "Name": "contentMD5", "Type": "System.String" }, { @@ -594751,18 +597528,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "UploadTextAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -594777,18 +597554,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "UploadTextAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -594807,18 +597584,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "UploadTextAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "blockData", + "Type": "System.IO.Stream" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "contentMD5", + "Type": "System.String" }, { "Name": "accessCondition", @@ -594841,7 +597618,49 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + }, + { + "Name": "AppendBlockAsync", + "Parameters": [ + { + "Name": "sourceUri", + "Type": "System.Uri" + }, + { + "Name": "offset", + "Type": "System.Int64" + }, + { + "Name": "count", + "Type": "System.Int64" + }, + { + "Name": "sourceContentMd5", + "Type": "System.String" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { "Name": "DownloadText", @@ -595013,98 +597832,18 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "PutBlock", - "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "PutBlock", + "Name": "StartCopy", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "PutBlock", - "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -595116,22 +597855,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginPutBlock", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { "Name": "callback", @@ -595145,22 +597876,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPutBlock", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -595183,236 +597910,42 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPutBlock", - "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndPutBlock", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "PutBlockAsync", - "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "PutBlockAsync", - "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "PutBlockAsync", - "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentMD5", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "PutBlockAsync", - "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "PutBlockAsync", - "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "PutBlockAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "PutBlockAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "PutBlockAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "contentMD5", - "Type": "System.String" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -595424,25 +597957,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "PutBlockAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" + "Name": "source", + "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -595452,32 +597981,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "PutBlockAsync", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -595492,60 +598009,28 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "PutBlockAsync", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "PutBlockAsync", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -595560,110 +598045,47 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "PutBlockAsync", + "Name": "EndCreateSnapshot", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "PutBlockAsync", + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + }, + { + "Name": "CreateSnapshotAsync", "Parameters": [ - { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "count", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "PutBlockAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -595676,32 +598098,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "PutBlockAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.String" - }, - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -595715,27 +598121,19 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "SetStandardBlobTier", + "Name": "OpenWrite", "Parameters": [ { - "Name": "standardBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "createNew", + "Type": "System.Boolean" }, { "Name": "accessCondition", @@ -595750,14 +598148,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "BeginSetStandardBlobTier", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "standardBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" + "Name": "createNew", + "Type": "System.Boolean" }, { "Name": "callback", @@ -595771,11 +598169,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetStandardBlobTier", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "standardBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" + "Name": "createNew", + "Type": "System.Boolean" }, { "Name": "accessCondition", @@ -595801,45 +598199,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetStandardBlobTier", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "standardBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" + "Name": "createNew", + "Type": "System.Boolean" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "standardBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" + "Name": "createNew", + "Type": "System.Boolean" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "standardBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" + "Name": "createNew", + "Type": "System.Boolean" }, { "Name": "accessCondition", @@ -595854,18 +598252,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "standardBlobTier", - "Type": "Microsoft.Azure.Storage.Blob.StandardBlobTier" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Name": "createNew", + "Type": "System.Boolean" }, { "Name": "accessCondition", @@ -595884,29 +598278,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "StartCopy", + "Name": "UploadFromStream", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Type": "System.IO.Stream" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -595918,37 +598300,21 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopy", + "Name": "UploadFromStream", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "syncCopy", - "Type": "System.Boolean" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" + "Type": "System.IO.Stream" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -595960,39 +598326,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "AppendFromStream", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Type": "System.IO.Stream" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -596002,35 +598346,23 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "AppendFromStream", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" + "Type": "System.IO.Stream" }, { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -596040,55 +598372,37 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + "Type": "System.IO.Stream" + }, { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Type": "System.IO.Stream" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -596098,104 +598412,50 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "incrementalCopy", - "Type": "System.Boolean" - }, - { - "Name": "syncCopy", - "Type": "System.Boolean" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadBlockList", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "blockListingFilter", - "Type": "Microsoft.Azure.Storage.Blob.BlockListingFilter" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -596208,13 +598468,7 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" - }, - { - "Name": "BeginDownloadBlockList", - "Parameters": [ + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -596227,23 +598481,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadBlockList", + "Name": "BeginAppendFromStream", "Parameters": [ { - "Name": "blockListingFilter", - "Type": "Microsoft.Azure.Storage.Blob.BlockListingFilter" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "callback", @@ -596257,36 +598499,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadBlockList", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" - }, - { - "Name": "DownloadBlockListAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" - }, - { - "Name": "DownloadBlockListAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" - }, - { - "Name": "DownloadBlockListAsync", + "Name": "BeginAppendFromStream", "Parameters": [ { - "Name": "blockListingFilter", - "Type": "Microsoft.Azure.Storage.Blob.BlockListingFilter" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -596299,61 +598516,29 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" - }, - { - "Name": "DownloadBlockListAsync", - "Parameters": [ - { - "Name": "blockListingFilter", - "Type": "Microsoft.Azure.Storage.Blob.BlockListingFilter" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CreateSnapshot", + "Name": "BeginAppendFromStream", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "length", + "Type": "System.Int64" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "BeginCreateSnapshot", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -596366,11 +598551,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginAppendFromStream", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" }, { "Name": "accessCondition", @@ -596396,124 +598585,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateSnapshot", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Void" }, { - "Name": "PutBlockList", + "Name": "EndAppendFromStream", "Parameters": [ { - "Name": "blockList", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Void" }, { - "Name": "BeginPutBlockList", + "Name": "UploadFromStreamAsyncHelper", "Parameters": [ { - "Name": "blockList", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginPutBlockList", - "Parameters": [ - { - "Name": "blockList", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" + "Name": "createNew", + "Type": "System.Boolean" }, { "Name": "accessCondition", @@ -596528,42 +598632,32 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndPutBlockList", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockListAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blockList", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" + "Name": "source", + "Type": "System.IO.Stream" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockListAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blockList", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "cancellationToken", @@ -596573,11 +598667,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockListAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blockList", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -596595,11 +598689,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockListAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blockList", - "Type": "System.Collections.Generic.IEnumerable`1[System.String]" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -596621,162 +598715,104 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ + }, { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetSharedAccessSignature", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "length", + "Type": "System.Int64" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetSharedAccessSignature", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetSharedAccessSignature", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "length", + "Type": "System.Int64" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "length", + "Type": "System.Int64" }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "OpenRead", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -596788,27 +598824,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginOpenRead", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "System.IO.Stream" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenRead", - "Parameters": [ + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -596822,62 +598856,47 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndOpenRead", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "source", + "Type": "System.IO.Stream" } ], - "ReturnType": "System.IO.Stream" - }, - { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "source", + "Type": "System.IO.Stream" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, - { - "Name": "OpenReadAsync", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -596889,19 +598908,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.IO.Stream" }, { @@ -596915,33 +598930,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadToStream", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.IO.Stream" }, { @@ -596957,43 +598958,41 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadToStream", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.IO.Stream" }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -597002,12 +599001,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.IO.Stream" }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597024,12 +599027,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.IO.Stream" }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597050,12 +599057,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStreamAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.IO.Stream" }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597080,8 +599091,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKey", + "Name": "UploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597098,22 +599113,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "AppendFromFile", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "path", + "Type": "System.String" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597125,6 +599130,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" }, { "Name": "callback", @@ -597138,33 +599153,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RotateEncryptionKeyAsync", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [ + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597176,43 +599170,43 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "BeginAppendFromFile", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "path", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFile", + "Name": "BeginAppendFromFile", "Parameters": [ { "Name": "path", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597224,20 +599218,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDownloadToFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" }, { "Name": "callback", @@ -597251,16 +599231,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginAppendFromFile", "Parameters": [ { "Name": "path", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597273,6 +599249,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -597285,7 +599265,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -597295,30 +599275,32 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadToFileAsync", + "Name": "EndAppendFromFile", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -597327,16 +599309,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597353,16 +599331,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597383,16 +599357,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597417,46 +599387,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -597465,31 +599411,33 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "offset", - "Type": "System.Int64" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendFromFileAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -597511,15 +599459,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "path", + "Type": "System.String" }, { "Name": "accessCondition", @@ -597532,43 +599476,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadToByteArray", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { "Name": "index", "Type": "System.Int32" }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597580,47 +599514,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadToByteArray", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "AppendFromByteArray", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { @@ -597628,21 +599530,7 @@ "Type": "System.Int32" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", + "Name": "count", "Type": "System.Int32" }, { @@ -597658,13 +599546,13 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { @@ -597672,35 +599560,35 @@ "Type": "System.Int32" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { "Name": "index", "Type": "System.Int32" }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -597714,60 +599602,40 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToStream", + "Name": "EndUploadFromByteArray", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginAppendFromByteArray", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "callback", @@ -597781,19 +599649,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginAppendFromByteArray", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -597819,7 +599687,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndAppendFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -597829,37 +599697,37 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "cancellationToken", @@ -597869,19 +599737,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -597899,19 +599767,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -597933,19 +599801,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "buffer", + "Type": "System.Byte[]" }, { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -597971,10 +599839,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArray", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { @@ -597982,33 +599850,17 @@ "Type": "System.Int32" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "count", + "Type": "System.Int32" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { @@ -598016,29 +599868,21 @@ "Type": "System.Int32" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { @@ -598046,12 +599890,8 @@ "Type": "System.Int32" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -598064,33 +599904,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadRangeToByteArray", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { @@ -598098,47 +599920,33 @@ "Type": "System.Int32" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" + "Name": "count", + "Type": "System.Int32" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "target", + "Name": "buffer", "Type": "System.Byte[]" }, { @@ -598146,12 +599954,8 @@ "Type": "System.Int32" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -598164,28 +599968,28 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "UploadText", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "content", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -598198,32 +600002,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "AppendText", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "content", + "Type": "System.String" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "encoding", + "Type": "System.Text.Encoding" }, { "Name": "accessCondition", @@ -598236,35 +600028,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "Exists", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "content", + "Type": "System.String" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -598277,8 +600051,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginUploadText", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -598299,105 +600085,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "primaryOnly", - "Type": "System.Boolean" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "FetchAttributes", + "Name": "BeginAppendText", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "content", + "Type": "System.String" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -598410,8 +600113,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginAppendText", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598436,7 +600147,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndAppendText", "Parameters": [ { "Name": "asyncResult", @@ -598446,13 +600157,22 @@ "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -598461,8 +600181,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598479,8 +600207,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "UploadTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "encoding", + "Type": "System.Text.Encoding" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598501,40 +600237,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "content", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "encoding", + "Type": "System.Text.Encoding" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598548,34 +600260,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndSetMetadata", + "Name": "AppendTextAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "content", + "Type": "System.String" } ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "AppendTextAsync", "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -598584,26 +600295,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "AppendTextAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "content", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "encoding", + "Type": "System.Text.Encoding" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598615,49 +600316,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "AppendTextAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "content", + "Type": "System.String" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "encoding", + "Type": "System.Text.Encoding" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598670,35 +600343,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -598707,26 +600351,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "AppendTextAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "content", + "Type": "System.String" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "encoding", + "Type": "System.Text.Encoding" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598739,6 +600373,10 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -598747,12 +600385,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "CreateOrReplace", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598769,7 +600403,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginCreateOrReplace", "Parameters": [ { "Name": "callback", @@ -598783,12 +600417,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginCreateOrReplace", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598813,7 +600443,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndCreateOrReplace", "Parameters": [ { "Name": "asyncResult", @@ -598823,12 +600453,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ { "Name": "cancellationToken", @@ -598838,12 +600468,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598860,12 +600486,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -598886,11 +600508,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "AppendBlock", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "blockData", + "Type": "System.IO.Stream" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" }, { "Name": "accessCondition", @@ -598905,31 +600531,33 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int64" }, { - "Name": "BeginDeleteIfExists", + "Name": "AppendBlock", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "sourceUri", + "Type": "System.Uri" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + "Name": "offset", + "Type": "System.Int64" + }, { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "count", + "Type": "System.Int64" }, { - "Name": "accessCondition", + "Name": "sourceContentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "sourceAccessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "destAccessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -598939,6 +600567,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Int64" + }, + { + "Name": "BeginAppendBlock", + "Parameters": [ + { + "Name": "blockData", + "Type": "System.IO.Stream" }, { "Name": "callback", @@ -598952,135 +600590,134 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "blockData", + "Type": "System.IO.Stream" + }, + { + "Name": "contentChecksum", + "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "Undelete", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginUndelete", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "state", - "Type": "System.Object" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginUndelete", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "delegationKey", + "Type": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "state", - "Type": "System.Object" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { "Name": "EndUndelete", @@ -600421,905 +602058,11 @@ "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "SnapshotAsync", - "Parameters": [ - { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.ListBlockItem" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.ListBlockItem": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.ListBlockItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Committed": "System.Boolean", - "Length": "System.Int64", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudAppendBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudAppendBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "OpenWrite", - "Parameters": [ - { - "Name": "createNew", - "Type": "System.Boolean" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" - }, - { - "Name": "BeginOpenWrite", - "Parameters": [ - { - "Name": "createNew", - "Type": "System.Boolean" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginOpenWrite", - "Parameters": [ - { - "Name": "createNew", - "Type": "System.Boolean" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndOpenWrite", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "createNew", - "Type": "System.Boolean" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "createNew", - "Type": "System.Boolean" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "createNew", - "Type": "System.Boolean" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "createNew", - "Type": "System.Boolean" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" - }, - { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AppendFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AppendFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAppendFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAppendFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAppendFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginAppendFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUploadFromStream", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "EndAppendFromStream", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStreamAsyncHelper", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "createNew", - "Type": "System.Boolean" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "metadata", + "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, { "Name": "accessCondition", @@ -601338,21 +602081,27 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -601360,65 +602109,78 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Int64" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -601426,19 +602188,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "UploadFromStreamAsync", + "Name": "OpenRead", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601450,25 +602204,27 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IO.Stream" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginOpenRead", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "length", - "Type": "System.Int64" - }, + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601482,47 +602238,62 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AppendFromStreamAsync", + "Name": "EndOpenRead", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.IO.Stream" }, { - "Name": "AppendFromStreamAsync", + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.IO.Stream" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "AppendFromStreamAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601534,15 +602305,19 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "AppendFromStreamAsync", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.IO.Stream" }, { @@ -601556,19 +602331,33 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AppendFromStreamAsync", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.IO.Stream" }, { @@ -601584,41 +602373,43 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AppendFromStreamAsync", + "Name": "EndDownloadToStream", "Parameters": [ { - "Name": "source", - "Type": "System.IO.Stream" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DownloadToStreamAsync", + "Parameters": [ { - "Name": "length", - "Type": "System.Int64" + "Name": "target", + "Type": "System.IO.Stream" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.IO.Stream" }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -601627,16 +602418,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.IO.Stream" }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601653,16 +602440,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.IO.Stream" }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601683,16 +602466,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.IO.Stream" }, - { - "Name": "length", - "Type": "System.Int64" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601717,12 +602496,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "RotateEncryptionKey", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601739,12 +602514,22 @@ "ReturnType": "System.Void" }, { - "Name": "AppendFromFile", + "Name": "BeginRotateEncryptionKey", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginRotateEncryptionKey", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601756,16 +602541,6 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" }, { "Name": "callback", @@ -601779,12 +602554,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "EndRotateEncryptionKey", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "RotateEncryptionKeyAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKeyAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RotateEncryptionKeyAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601796,43 +602592,43 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginAppendFromFile", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "state", - "Type": "System.Object" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginAppendFromFile", + "Name": "DownloadToFile", "Parameters": [ { "Name": "path", "Type": "System.String" }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601844,6 +602640,20 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToFile", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" }, { "Name": "callback", @@ -601857,12 +602667,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAppendFromFile", + "Name": "BeginDownloadToFile", "Parameters": [ { "Name": "path", "Type": "System.String" }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601875,10 +602689,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -601891,17 +602701,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "EndAppendFromFile", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -601911,22 +602711,30 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -601935,12 +602743,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601957,12 +602769,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -601983,12 +602799,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -602013,69 +602833,45 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AppendFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AppendFromFileAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromFileAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -602085,49 +602881,31 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromFileAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", "Type": "System.String" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "mode", + "Type": "System.IO.FileMode" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "parallelIOCount", + "Type": "System.Int32" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "rangeSizeInBytes", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "offset", + "Type": "System.Int64" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602140,25 +602918,25 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromByteArray", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "buffer", + "Name": "target", "Type": "System.Byte[]" }, { "Name": "index", "Type": "System.Int32" }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -602172,23 +602950,19 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "buffer", + "Name": "target", "Type": "System.Byte[]" }, { "Name": "index", "Type": "System.Int32" }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -602201,20 +602975,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "buffer", + "Name": "target", "Type": "System.Byte[]" }, { "Name": "index", "Type": "System.Int32" }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -602239,56 +603009,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginAppendFromByteArray", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "buffer", + "Name": "target", "Type": "System.Byte[]" }, { "Name": "index", "Type": "System.Int32" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ { - "Name": "count", - "Type": "System.Int32" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginAppendFromByteArray", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "buffer", + "Name": "target", "Type": "System.Byte[]" }, { "Name": "index", "Type": "System.Int32" }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -602300,33 +603072,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAppendFromByteArray", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "buffer", + "Name": "target", "Type": "System.Byte[]" }, { @@ -602334,49 +603088,35 @@ "Type": "System.Int32" }, { - "Name": "count", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "buffer", + "Name": "target", "Type": "System.Byte[]" }, { "Name": "index", "Type": "System.Int32" }, - { - "Name": "count", - "Type": "System.Int32" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -602388,24 +603128,32 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "progressHandler", + "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602418,28 +603166,50 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602454,48 +603224,58 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "EndDownloadRangeToStream", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -602505,19 +603285,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602535,19 +603315,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602569,19 +603349,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Byte[]" + "Name": "target", + "Type": "System.IO.Stream" }, { - "Name": "index", - "Type": "System.Int32" + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "count", - "Type": "System.Int32" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602607,15 +603387,23 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadText", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602630,40 +603418,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "AppendText", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadText", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -602677,15 +603451,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602711,111 +603493,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "BeginAppendText", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "state", - "Type": "System.Object" + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginAppendText", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "index", + "Type": "System.Int32" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAppendText", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", - "Parameters": [ + "Name": "index", + "Type": "System.Int32" + }, { - "Name": "content", - "Type": "System.String" + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602830,18 +603582,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602860,18 +603620,26 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -602894,47 +603662,86 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AppendTextAsync", + "Name": "Exists", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "AppendTextAsync", + "Name": "BeginExists", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AppendTextAsync", + "Name": "BeginExists", "Parameters": [ { - "Name": "content", - "Type": "System.String" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "callback", + "Type": "System.AsyncCallback" }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -602944,23 +603751,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "AppendTextAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -602974,22 +603769,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "AppendTextAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "primaryOnly", + "Type": "System.Boolean" }, { "Name": "options", @@ -602999,19 +603786,15 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateOrReplace", + "Name": "FetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -603029,7 +603812,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginCreateOrReplace", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "callback", @@ -603043,7 +603826,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateOrReplace", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -603069,7 +603852,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateOrReplace", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -603079,12 +603862,12 @@ "ReturnType": "System.Void" }, { - "Name": "CreateOrReplaceAsync", + "Name": "FetchAttributesAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateOrReplaceAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "cancellationToken", @@ -603094,7 +603877,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateOrReplaceAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -603112,7 +603895,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateOrReplaceAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -603134,16 +603917,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendBlock", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -603157,75 +603932,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int64" - }, - { - "Name": "AppendBlock", - "Parameters": [ - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Int64" - }, - { - "Name": "BeginAppendBlock", - "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginAppendBlock", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -603238,16 +603949,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAppendBlock", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -603272,130 +603975,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAppendBlock", - "Parameters": [ - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "sourceContentChecksum", - "Type": "Microsoft.Azure.Storage.Shared.Protocol.Checksum" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAppendBlock", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int64" + "ReturnType": "System.Void" }, { - "Name": "AppendBlockAsync", - "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendBlockAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" - }, - { - "Name": "AppendBlockAsync", - "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendBlockAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -603407,25 +604013,13 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AppendBlockAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "blockData", - "Type": "System.IO.Stream" - }, - { - "Name": "contentMD5", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -603438,66 +604032,16 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" - }, - { - "Name": "AppendBlockAsync", - "Parameters": [ - { - "Name": "sourceUri", - "Type": "System.Uri" - }, - { - "Name": "offset", - "Type": "System.Int64" - }, - { - "Name": "count", - "Type": "System.Int64" - }, - { - "Name": "sourceContentMd5", - "Type": "System.String" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "SetProperties", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -603511,10 +604055,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadText", + "Name": "BeginSetProperties", "Parameters": [ { "Name": "callback", @@ -603528,12 +604072,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -603558,37 +604098,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "DownloadTextAsync", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -603602,15 +604138,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Text.Encoding" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -603628,14 +604160,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "Delete", "Parameters": [ { - "Name": "encoding", - "Type": "System.Text.Encoding" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -603645,54 +604177,16 @@ "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopy", - "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -603705,18 +604199,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -603739,42 +604229,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "EndDelete", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "Name": "asyncResult", + "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ - { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -603786,21 +604273,17 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", - "Type": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -603816,14 +604299,14 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateSnapshot", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -603838,10 +604321,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Boolean" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -603855,11 +604338,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -603885,36 +604368,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateSnapshot", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Boolean" }, { - "Name": "CreateSnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateSnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateSnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -603929,14 +604412,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateSnapshotAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -603955,13 +604438,17 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "Undelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -603969,299 +604456,415 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Void" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountProperties", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - } - ], + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "Equals", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "GetSharedAccessSignature", + "Name": "", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", - "Type": "System.String" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "GetSharedAccessSignature", + "Name": "", "Parameters": [ { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "", "Parameters": [ { - "Name": "delegationKey", - "Type": "Microsoft.Azure.Storage.UserDelegationKey" - }, - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - }, - { - "Name": "headers", - "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": null }, { - "Name": "OpenRead", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": null }, { - "Name": "BeginOpenRead", + "Name": "", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null }, { - "Name": "BeginOpenRead", + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Object" + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[System.Int64]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Int64]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PageRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PageRange": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PageRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "EndOpenRead", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Boolean" }, { - "Name": "OpenReadAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, + "ReturnType": "System.Int32" + } + ], + "Constructors": [ { - "Name": "OpenReadAsync", + "Name": "", "Parameters": [ { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "start", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "end", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PageDiffRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PageDiffRange": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PageDiffRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsClearedPageRange": "System.Boolean", + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "OpenReadAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "obj", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Boolean" }, { - "Name": "OpenReadAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "start", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "end", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "isCleared", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" - }, + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudPageBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.ICloudBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.ICloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "DownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "callback", @@ -604275,11 +604878,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -604305,45 +604912,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -604358,14 +604977,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" + }, + { + "Name": "proposedLeaseId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -604384,15 +605007,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "RenewLease", "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -604404,39 +605023,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRotateEncryptionKey", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -604449,7 +605046,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -604475,7 +605072,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -604485,13 +605082,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -604500,7 +605106,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -604518,7 +605124,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -604540,16 +605146,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -604563,18 +605165,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "callback", @@ -604588,16 +605190,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -604622,58 +605220,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -604687,19 +605281,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.String" }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -604717,19 +605307,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToFileAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -604741,58 +605323,80 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "callback", + "Type": "System.AsyncCallback" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "mode", - "Type": "System.IO.FileMode" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "parallelIOCount", - "Type": "System.Int32" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "cancellationToken", @@ -604802,32 +605406,26 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.String" - }, - { - "Name": "mode", - "Type": "System.IO.FileMode" - }, - { - "Name": "parallelIOCount", - "Type": "System.Int32" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Nullable`1[System.Int64]" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "offset", - "Type": "System.Int64" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -604848,15 +605446,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArray", + "Name": "BreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -604871,18 +605465,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "callback", @@ -604896,15 +605486,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -604930,83 +605516,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -605019,24 +605567,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "breakPeriod", + "Type": "System.Nullable`1[System.TimeSpan]" }, { "Name": "accessCondition", @@ -605050,31 +605590,19 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadRangeToStream", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -605092,19 +605620,11 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "callback", @@ -605118,19 +605638,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -605156,7 +605668,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -605166,37 +605678,21 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "cancellationToken", @@ -605206,49 +605702,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -605261,28 +605719,16 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.IO.Stream" - }, - { - "Name": "offset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "copyId", + "Type": "System.String" }, { "Name": "accessCondition", @@ -605296,10 +605742,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -605308,58 +605750,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArray", - "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginGetAccountProperties", "Parameters": [ - { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -605372,30 +605764,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -605414,88 +605786,67 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "index", - "Type": "System.Int32" - }, + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "requestOptions", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -605503,91 +605854,97 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" - }, - { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" - }, - { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "target", - "Type": "System.Byte[]" - }, - { - "Name": "index", - "Type": "System.Int32" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "blobOffset", - "Type": "System.Nullable`1[System.Int64]" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "length", - "Type": "System.Nullable`1[System.Int64]" - }, + "Name": "groupPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" }, { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + "Name": "headers", + "Type": "Microsoft.Azure.Storage.Blob.SharedAccessBlobHeaders" }, { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "groupPolicyIdentifier", + "Type": "System.String" }, { - "Name": "progressHandler", - "Type": "System.IProgress`1[Microsoft.Azure.Storage.Core.Util.StorageProgress]" + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.String" }, { - "Name": "Exists", + "Name": "OpenRead", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -605597,10 +605954,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginExists", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -605614,8 +605971,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginOpenRead", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -605636,33 +605997,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.IO.Stream" }, { - "Name": "ExistsAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ExistsAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ExistsAsync", + "Name": "OpenReadAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -605672,11 +606037,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ExistsAsync", + "Name": "OpenReadAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -605690,14 +606059,18 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "ExistsAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "primaryOnly", - "Type": "System.Boolean" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { "Name": "options", @@ -605706,17 +606079,21 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "FetchAttributes", + "Name": "UploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -605733,8 +606110,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -605747,8 +606128,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -605773,33 +606158,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + "Name": "source", + "Type": "System.IO.Stream" + }, { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" + "Name": "length", + "Type": "System.Int64" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "FetchAttributesAsync", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -605811,24 +606201,44 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "FetchAttributesAsync", + "Name": "EndUploadFromStream", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, + "Name": "source", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "source", + "Type": "System.IO.Stream" }, { "Name": "cancellationToken", @@ -605838,8 +606248,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -605853,25 +606267,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetMetadata", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "source", + "Type": "System.IO.Stream" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -605885,34 +606289,37 @@ "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndSetMetadata", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "asyncResult", - "Type": "System.IAsyncResult" + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" } ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -605921,8 +606328,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -605939,8 +606354,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.IO.Stream" + }, + { + "Name": "length", + "Type": "System.Int64" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -605961,8 +606384,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "UploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -605979,8 +606406,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginUploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -605993,8 +606424,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginUploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606019,7 +606454,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -606029,13 +606464,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -606044,8 +606488,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606062,8 +606510,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606084,11 +606536,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -606106,8 +606566,20 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -606120,11 +606592,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -606150,7 +606630,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -606160,13 +606640,38 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -606175,11 +606680,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -606197,11 +606710,19 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "buffer", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "count", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -606223,11 +606744,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -606242,11 +606763,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -606259,11 +606784,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -606289,36 +606814,45 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "DownloadToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -606333,14 +606867,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + "Name": "target", + "Type": "System.IO.Stream" }, { "Name": "accessCondition", @@ -606359,11 +606893,19 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Undelete", + "Name": "DownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606380,8 +606922,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUndelete", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -606394,8 +606944,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUndelete", + "Name": "BeginDownloadToFile", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606420,7 +606978,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUndelete", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -606430,13 +606988,30 @@ "ReturnType": "System.Void" }, { - "Name": "UndeleteAsync", - "Parameters": [], + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -606445,8 +607020,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606463,8 +607046,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "DownloadToFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.String" + }, + { + "Name": "mode", + "Type": "System.IO.FileMode" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606485,15 +607076,15 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -606508,18 +607099,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "callback", @@ -606533,15 +607124,15 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -606567,57 +607158,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -606632,18 +607223,18 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "AcquireLeaseAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Nullable`1[System.TimeSpan]" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "index", + "Type": "System.Int32" }, { "Name": "accessCondition", @@ -606662,11 +607253,23 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "RenewLease", + "Name": "DownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606683,11 +607286,19 @@ "ReturnType": "System.Void" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -606701,8 +607312,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606727,7 +607350,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", @@ -606737,21 +607360,37 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", @@ -606761,8 +607400,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606779,8 +607430,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ + { + "Name": "target", + "Type": "System.IO.Stream" + }, + { + "Name": "offset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" + }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -606801,11 +607464,23 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -606820,18 +607495,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "callback", @@ -606845,11 +607528,23 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -606875,53 +607570,81 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" }, { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -606936,14 +607659,26 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ChangeLeaseAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.String" + "Name": "target", + "Type": "System.Byte[]" + }, + { + "Name": "index", + "Type": "System.Int32" + }, + { + "Name": "blobOffset", + "Type": "System.Nullable`1[System.Int64]" + }, + { + "Name": "length", + "Type": "System.Nullable`1[System.Int64]" }, { "Name": "accessCondition", @@ -606962,15 +607697,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ReleaseLease", + "Name": "Exists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -606980,15 +607711,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -607001,12 +607728,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -607027,46 +607750,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -607076,15 +607786,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" @@ -607098,15 +607804,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BreakLease", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -607120,15 +607822,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -607141,12 +607839,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -607171,46 +607865,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Void" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -607224,15 +607905,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Nullable`1[System.TimeSpan]" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -607250,21 +607927,13 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -607276,15 +607945,11 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -607297,18 +607962,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -607331,112 +607988,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartCopy", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "premiumPageBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -607446,35 +608026,15 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Uri" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]" - }, - { - "Name": "rehydratePriority", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydratePriority]" - }, - { - "Name": "sourceAccessCondition", - "Type": "Microsoft.Azure.Storage.AccessCondition" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" }, { @@ -607490,15 +608050,11 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "SetProperties", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -607515,12 +608071,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "callback", "Type": "System.AsyncCallback" @@ -607533,12 +608085,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -607563,7 +608111,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", @@ -607573,22 +608121,13 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - } - ], + "Name": "SetPropertiesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -607597,12 +608136,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -607619,12 +608154,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "copyId", - "Type": "System.String" - }, { "Name": "accessCondition", "Type": "Microsoft.Azure.Storage.AccessCondition" @@ -607645,11 +608176,11 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "Delete", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -607664,10 +608195,10 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "BeginSnapshot", + "Name": "BeginDelete", "Parameters": [ { "Name": "callback", @@ -607681,11 +608212,11 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginDelete", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -607711,36 +608242,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -607755,14 +608286,14 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "metadata", - "Type": "System.Collections.Generic.IDictionary`2[System.String,System.String]" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { "Name": "accessCondition", @@ -607781,10 +608312,32 @@ "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetAccountProperties", + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -607798,10 +608351,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "requestOptions", + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" + }, + { + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, + { + "Name": "options", "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { @@ -607820,189 +608381,115 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Boolean" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" + }, { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "deleteSnapshotsOption", + "Type": "Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" } ], - "ReturnType": null + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", + "Name": "AcquireLease", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "leaseTime", + "Type": "System.Nullable`1[System.TimeSpan]" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "proposedLeaseId", + "Type": "System.String" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "accessCondition", + "Type": "Microsoft.Azure.Storage.AccessCondition" }, { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "options", + "Type": "Microsoft.Azure.Storage.Blob.BlobRequestOptions" }, { - "Name": "client", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": null + "ReturnType": "System.String" } - ] - }, - "System.Threading.Tasks.Task`1[System.Int64]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Int64]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" ], - "Methods": [], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "Microsoft.Azure.Storage.Blob.ICloudBlob" ], "Methods": [], "Constructors": [] @@ -608018,6 +608505,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608037,11 +608529,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608168,6 +608655,11 @@ "Parameters": [], "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608187,11 +608679,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608234,6 +608721,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608253,11 +608745,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608286,6 +608773,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -608310,16 +608817,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -608340,16 +608837,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -608423,6 +608910,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608442,11 +608934,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608494,6 +608981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608513,11 +609005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608578,6 +609065,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608597,11 +609089,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608679,6 +609166,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608698,11 +609190,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608725,6 +609212,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608744,11 +609236,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608787,6 +609274,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -608811,16 +609318,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -608841,16 +609338,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -608876,6 +609363,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608895,11 +609387,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -608932,6 +609419,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608951,11 +609443,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -608971,6 +609458,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -608990,11 +609482,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -609017,6 +609504,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -609041,16 +609548,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -609071,16 +609568,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -609142,6 +609629,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609161,11 +609653,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -609186,7 +609673,7 @@ "System.Net.HttpStatusCode": { "Namespace": "System.Net", "Name": "System.Net.HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -609196,7 +609683,7 @@ "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -609219,6 +609706,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609238,11 +609730,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609285,6 +609772,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609304,11 +609796,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609344,7 +609831,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "RetentionDays": "System.Nullable`1[System.Int32]" @@ -609362,6 +609849,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609381,11 +609873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609399,7 +609886,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "IndexDocument": "System.String", @@ -609418,6 +609905,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609437,11 +609929,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609455,7 +609942,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSChangeFeed, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "RetentionInDays": "System.Nullable`1[System.Int32]" @@ -609468,6 +609955,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ChangeFeed" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609487,11 +609979,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609528,6 +610015,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609547,11 +610039,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609579,7 +610066,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CorsRulesProperty": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]" }, @@ -609591,6 +610078,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.CorsRules" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609610,11 +610102,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609638,7 +610125,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", "GenericTypeArguments": [], @@ -609648,7 +610135,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -609664,6 +610151,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.CorsRule" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609683,11 +610175,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609727,6 +610214,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609746,11 +610238,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609797,6 +610284,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609816,11 +610308,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609856,7 +610343,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -609869,6 +610356,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609888,11 +610380,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -609916,7 +610403,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MinRestoreTime": "System.Nullable`1[System.DateTime]", @@ -609930,6 +610417,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -609949,11 +610441,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -610001,6 +610488,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -610020,11 +610512,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -610111,6 +610598,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -610130,11 +610622,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -611356,6 +611843,11 @@ ], "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -611375,11 +611867,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -613266,6 +613753,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -613285,11 +613777,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -613478,6 +613965,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -613497,11 +613989,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -613567,6 +614054,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -613586,11 +614078,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -613639,6 +614126,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -613658,11 +614150,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -613717,6 +614204,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -613741,16 +614248,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -613771,16 +614268,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -613834,6 +614321,11 @@ ], "ReturnType": "Azure.Storage.Files.DataLake.Models.PathAccessControlItem" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -613848,11 +614340,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -613903,6 +614390,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -613927,16 +614434,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -613957,16 +614454,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -614042,6 +614529,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -614061,11 +614553,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -614088,6 +614575,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -614112,16 +614619,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -614142,16 +614639,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -614183,6 +614670,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -614207,16 +614714,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -614237,16 +614734,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -614278,6 +614765,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -614302,16 +614809,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -614332,16 +614829,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -614373,6 +614860,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -614397,16 +614904,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -614427,16 +614924,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -614487,6 +614974,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -614506,11 +614998,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -614545,6 +615032,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -614564,11 +615056,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -615280,6 +615767,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -615299,11 +615791,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -615702,6 +616189,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -615721,11 +616213,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -615745,7 +616232,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", "GenericTypeArguments": [], @@ -615755,7 +616242,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -615795,6 +616282,11 @@ "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -615814,11 +616306,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -615927,6 +616414,11 @@ ], "ReturnType": "System.Collections.Generic.IList`1[Azure.Storage.Files.DataLake.Models.RemovePathAccessControlItem]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -615941,11 +616433,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616011,6 +616498,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -616035,16 +616542,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -616065,16 +616562,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -616091,7 +616578,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -616101,7 +616588,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -616135,6 +616622,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616154,11 +616646,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616182,7 +616669,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter" @@ -616205,6 +616692,11 @@ ], "ReturnType": "System.String[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616224,11 +616716,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616252,7 +616739,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", @@ -616266,6 +616753,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.ManagementPolicyAction" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616285,11 +616777,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616313,7 +616800,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -616346,6 +616833,11 @@ ], "ReturnType": "System.Collections.Generic.List`1[System.String]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616365,11 +616857,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616407,6 +616894,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616426,11 +616918,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616488,6 +616975,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616507,11 +616999,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616568,6 +617055,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616587,11 +617079,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616634,6 +617121,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616653,11 +617145,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616728,6 +617215,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -616752,16 +617259,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -616782,16 +617279,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -616808,7 +617295,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", "GenericTypeArguments": [], @@ -616818,7 +617305,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition", "Enabled": "System.Boolean", @@ -616833,6 +617320,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616852,11 +617344,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616880,7 +617367,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter", "Format": "System.String", @@ -616896,6 +617383,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyDefinition" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616915,11 +617407,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -616943,7 +617430,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobInventoryPolicyFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludeBlobVersions": "System.Nullable`1[System.Boolean]", "IncludeSnapshots": "System.Nullable`1[System.Boolean]", @@ -616958,6 +617445,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyFilter" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -616977,11 +617469,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617015,6 +617502,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617034,11 +617526,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617090,6 +617577,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617109,11 +617601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617168,6 +617655,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617187,11 +617679,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617227,7 +617714,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -617244,6 +617731,11 @@ "Parameters": [], "ReturnType": "Microsoft.Azure.Management.Storage.Models.SystemData" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617263,11 +617755,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617303,6 +617790,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617322,11 +617814,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617387,6 +617874,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617406,11 +617898,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617468,6 +617955,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617487,11 +617979,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617543,7 +618030,7 @@ "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[]": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError", "GenericTypeArguments": [], @@ -617553,7 +618040,7 @@ "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.PSBlobQueryError, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsFatal": "System.Boolean", "Position": "System.Int64", @@ -617563,6 +618050,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617582,11 +618074,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617625,6 +618112,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617644,11 +618136,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -617699,6 +618186,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617718,11 +618210,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -617793,6 +618280,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -617817,16 +618324,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -617847,16 +618344,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -617907,6 +618394,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617926,11 +618418,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -617964,6 +618451,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -617983,11 +618475,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -618012,6 +618499,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -618031,11 +618523,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -618088,6 +618575,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -618107,11 +618599,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -618162,6 +618649,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -618181,11 +618673,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -618304,6 +618791,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -618328,16 +618835,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -618358,16 +618855,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -618435,6 +618922,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -618459,16 +618966,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -618489,16 +618986,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -618549,6 +619036,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -618568,11 +619060,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -618592,7 +619079,7 @@ "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType": { "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.BlobQueryConfigType, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -618607,6 +619094,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -618631,16 +619138,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -618661,16 +619158,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -618692,6 +619179,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -618711,11 +619203,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -619359,6 +619846,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -619378,11 +619870,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -619491,7 +619978,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", "GenericTypeArguments": [], @@ -619501,7 +619988,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -619532,6 +620019,11 @@ ], "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -619551,11 +620043,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -619569,13 +620056,18 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSEncryptionScopeKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "keyUri": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -619595,11 +620087,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -619645,6 +620132,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -619664,11 +620156,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -619691,6 +620178,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -619715,16 +620222,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -619745,16 +620242,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -619800,14 +620287,14 @@ "ReturnType": "System.Int32" }, { - "Name": "ToString", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Type" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.String" } ], "Constructors": [ @@ -619848,6 +620335,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -619872,16 +620379,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -619902,16 +620399,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -619943,6 +620430,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -619967,16 +620474,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -619997,16 +620494,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -620038,6 +620525,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -620062,16 +620569,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -620092,16 +620589,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -620133,6 +620620,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -620157,16 +620664,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -620187,16 +620684,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -620237,6 +620724,30 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GenerateSasUri", + "Parameters": [ + { + "Name": "permissions", + "Type": "Azure.Storage.Sas.ShareFileSasPermissions" + }, + { + "Name": "expiresOn", + "Type": "System.DateTimeOffset" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "GenerateSasUri", + "Parameters": [ + { + "Name": "builder", + "Type": "Azure.Storage.Sas.ShareSasBuilder" + } + ], + "ReturnType": "System.Uri" + }, { "Name": "WithSnapshot", "Parameters": [ @@ -621640,28 +622151,9 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GenerateSasUri", - "Parameters": [ - { - "Name": "permissions", - "Type": "Azure.Storage.Sas.ShareFileSasPermissions" - }, - { - "Name": "expiresOn", - "Type": "System.DateTimeOffset" - } - ], - "ReturnType": "System.Uri" - }, - { - "Name": "GenerateSasUri", - "Parameters": [ - { - "Name": "builder", - "Type": "Azure.Storage.Sas.ShareSasBuilder" - } - ], - "ReturnType": "System.Uri" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -621682,11 +622174,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -621807,6 +622294,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -621826,11 +622318,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -621872,6 +622359,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -621891,11 +622383,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -621943,6 +622430,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -621962,11 +622454,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -622001,6 +622488,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622020,11 +622512,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -622090,6 +622577,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622109,11 +622601,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -622156,6 +622643,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622175,11 +622667,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -622301,6 +622788,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622320,11 +622812,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -622364,6 +622851,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622383,11 +622875,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -622416,26 +622903,20 @@ "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Management.Storage.Models.FileServiceProperties": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSProtocolSettings, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Cors": "Microsoft.Azure.Management.Storage.Models.CorsRules", - "ShareDeleteRetentionPolicy": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy", - "ProtocolSettings": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings", - "Sku": "Microsoft.Azure.Management.Storage.Models.Sku", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String" + "Smb": "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Validate", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -622456,65 +622937,36 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, { "Name": "", "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "name", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "type", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cors", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "shareDeleteRetentionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "protocolSettings", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sku", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null } ] }, - "Microsoft.Azure.Management.Storage.Models.ProtocolSettings": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSmbSetting, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Smb": "Microsoft.Azure.Management.Storage.Models.SmbSetting" + "Multichannel": "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622534,24 +622986,14 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, { "Name": "", "Parameters": [ { - "Name": "smb", + "Name": "smbSetting", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -622559,20 +623001,21 @@ } ] }, - "Microsoft.Azure.Management.Storage.Models.SmbSetting": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.SmbSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SmbSetting, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSMultichannel, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Multichannel": "Microsoft.Azure.Management.Storage.Models.Multichannel", - "Versions": "System.String", - "AuthenticationMethods": "System.String", - "KerberosTicketEncryption": "System.String", - "ChannelEncryption": "System.String" + "Enabled": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622592,57 +623035,47 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ - { - "Name": "", - "Parameters": [], - "ReturnType": null - }, { "Name": "", "Parameters": [ { "Name": "multichannel", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "versions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "authenticationMethods", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "kerberosTicketEncryption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "channelEncryption", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": null } ] }, - "Microsoft.Azure.Management.Storage.Models.Multichannel": { + "Microsoft.Azure.Management.Storage.Models.FileServiceProperties": { "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.Multichannel", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Multichannel, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.FileServiceProperties, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Enabled": "System.Nullable`1[System.Boolean]" + "Cors": "Microsoft.Azure.Management.Storage.Models.CorsRules", + "ShareDeleteRetentionPolicy": "Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy", + "ProtocolSettings": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings", + "Sku": "Microsoft.Azure.Management.Storage.Models.Sku", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622662,11 +623095,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -622679,7 +623107,31 @@ "Name": "", "Parameters": [ { - "Name": "enabled", + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cors", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "shareDeleteRetentionPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocolSettings", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sku", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -622687,53 +623139,20 @@ } ] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Management.Storage.Models.ProtocolSettings": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ProtocolSettings, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter", - "RuleId": "System.String", - "SourceContainer": "System.String", - "DestinationContainer": "System.String" + "Smb": "Microsoft.Azure.Management.Storage.Models.SmbSetting" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ParseObjectReplicationPolicyRule", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule" - }, - { - "Name": "GetPSObjectReplicationPolicyRules", - "Parameters": [ - { - "Name": "rules", - "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]" - }, - { - "Name": "ParseObjectReplicationPolicyRules", - "Parameters": [ - { - "Name": "psrules", - "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]" - } - ], - "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -622754,11 +623173,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -622771,7 +623185,7 @@ "Name": "", "Parameters": [ { - "Name": "rule", + "Name": "smb", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -622779,20 +623193,24 @@ } ] }, - "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter": { - "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", - "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Management.Storage.Models.SmbSetting": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.SmbSetting", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.SmbSetting, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrefixMatch": "System.String[]" + "Multichannel": "Microsoft.Azure.Management.Storage.Models.Multichannel", + "Versions": "System.String", + "AuthenticationMethods": "System.String", + "KerberosTicketEncryption": "System.String", + "ChannelEncryption": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ParseObjectReplicationPolicyFilter", + "Name": "GetType", "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -622813,11 +623231,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -622830,7 +623243,23 @@ "Name": "", "Parameters": [ { - "Name": "filter", + "Name": "multichannel", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "versions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "authenticationMethods", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "kerberosTicketEncryption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "channelEncryption", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -622838,17 +623267,21 @@ } ] }, - "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter": { + "Microsoft.Azure.Management.Storage.Models.Multichannel": { "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.Storage.Models.Multichannel", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.Multichannel, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrefixMatch": "System.Collections.Generic.IList`1[System.String]", - "MinCreationTime": "System.String" + "Enabled": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -622868,11 +623301,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -622885,11 +623313,7 @@ "Name": "", "Parameters": [ { - "Name": "prefixMatch", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "minCreationTime", + "Name": "enabled", "Type": "System.Reflection.RuntimeParameterInfo" } ], @@ -622897,12 +623321,22 @@ } ] }, - "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule": { - "Namespace": "Microsoft.Azure.Management.Storage.Models", - "Name": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Filters": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter", + "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter", "RuleId": "System.String", "SourceContainer": "System.String", "DestinationContainer": "System.String" @@ -622911,9 +623345,34 @@ "GenericTypeArguments": [], "Methods": [ { - "Name": "Validate", + "Name": "ParseObjectReplicationPolicyRule", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule" + }, + { + "Name": "GetPSObjectReplicationPolicyRules", + "Parameters": [ + { + "Name": "rules", + "Type": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]" + }, + { + "Name": "ParseObjectReplicationPolicyRules", + "Parameters": [ + { + "Name": "psrules", + "Type": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]" + } + ], + "ReturnType": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule]" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -622934,11 +623393,186 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "rule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter": { + "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", + "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrefixMatch": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseObjectReplicationPolicyFilter", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "filter", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrefixMatch": "System.Collections.Generic.IList`1[System.String]", + "MinCreationTime": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "prefixMatch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "minCreationTime", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule": { + "Namespace": "Microsoft.Azure.Management.Storage.Models", + "Name": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule, Microsoft.Azure.Management.Storage, Version=22.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Filters": "Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyFilter", + "RuleId": "System.String", + "SourceContainer": "System.String", + "DestinationContainer": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" }, { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -623005,6 +623639,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -623024,11 +623663,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -623092,7 +623726,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", "GenericTypeArguments": [], @@ -623102,7 +623736,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[]", "EnabledTime": "System.Nullable`1[System.DateTime]", @@ -623141,6 +623775,11 @@ ], "ReturnType": "Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicy[]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -623160,11 +623799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -623204,6 +623838,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -623223,11 +623862,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -623927,6 +624561,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -623946,11 +624585,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -624097,6 +624731,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -624116,11 +624755,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -624143,6 +624777,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -624162,11 +624801,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -624215,6 +624849,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -624234,11 +624873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -624304,6 +624938,11 @@ ], "ReturnType": "Azure.Storage.Queues.Models.QueueMessage" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -624323,11 +624962,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -624395,6 +625029,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -624414,11 +625053,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -624492,6 +625126,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -624511,11 +625150,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -624548,6 +625182,330 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Int32" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Int32" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Int32" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Int32" + }, + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessage", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "BeginPeekMessage", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginPeekMessage", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndPeekMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "Clear", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginClear", + "Parameters": [ + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginClear", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "state", + "Type": "System.Object" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndClear", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ClearAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "options", + "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + }, + { + "Name": "operationContext", + "Type": "Microsoft.Azure.Storage.OperationContext" + }, + { + "Name": "cancellationToken", + "Type": "System.Threading.CancellationToken" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Storage.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, { "Name": "Create", "Parameters": [ @@ -626401,209 +627359,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetMessage", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - }, - { - "Name": "GetMessageAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessageAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessageAsync", - "Parameters": [ - { - "Name": "visibilityTimeout", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessageAsync", - "Parameters": [ - { - "Name": "visibilityTimeout", - "Type": "System.Nullable`1[System.TimeSpan]" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "PeekMessages", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Int32" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "BeginPeekMessages", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Int32" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginPeekMessages", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Int32" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndPeekMessages", + "Name": "EndGetMessage", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" }, { - "Name": "PeekMessagesAsync", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Int32" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "Name": "GetMessageAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" }, { - "Name": "PeekMessagesAsync", + "Name": "GetMessageAsync", "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Int32" - }, { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "PeekMessagesAsync", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Int32" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" }, { - "Name": "PeekMessagesAsync", + "Name": "GetMessageAsync", "Parameters": [ { - "Name": "messageCount", - "Type": "System.Int32" - }, - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" + "Name": "visibilityTimeout", + "Type": "System.Nullable`1[System.TimeSpan]" }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "PeekMessage", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" @@ -626613,25 +627399,15 @@ "Type": "Microsoft.Azure.Storage.OperationContext" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" }, { - "Name": "BeginPeekMessage", + "Name": "GetMessageAsync", "Parameters": [ { - "Name": "callback", - "Type": "System.AsyncCallback" + "Name": "visibilityTimeout", + "Type": "System.Nullable`1[System.TimeSpan]" }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginPeekMessage", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" @@ -626640,35 +627416,6 @@ "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" }, - { - "Name": "callback", - "Type": "System.AsyncCallback" - }, - { - "Name": "state", - "Type": "System.Object" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndPeekMessage", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.IAsyncResult" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - }, - { - "Name": "PeekMessageAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "PeekMessageAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Threading.CancellationToken" @@ -626677,22 +627424,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" }, { - "Name": "PeekMessageAsync", + "Name": "PeekMessages", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + "Name": "messageCount", + "Type": "System.Int32" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "PeekMessageAsync", - "Parameters": [ { "Name": "options", "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" @@ -626700,31 +627437,17 @@ { "Name": "operationContext", "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" }, { - "Name": "Clear", + "Name": "BeginPeekMessages", "Parameters": [ { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" + "Name": "messageCount", + "Type": "System.Int32" }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginClear", - "Parameters": [ { "Name": "callback", "Type": "System.AsyncCallback" @@ -626737,8 +627460,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClear", + "Name": "BeginPeekMessages", "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Int32" + }, { "Name": "options", "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" @@ -626759,107 +627486,19 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClear", + "Name": "EndPeekMessages", "Parameters": [ { "Name": "asyncResult", "Type": "System.IAsyncResult" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" }, { - "Name": "ClearAsync", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ClearAsync", - "Parameters": [ - { - "Name": "options", - "Type": "Microsoft.Azure.Storage.Queue.QueueRequestOptions" - }, - { - "Name": "operationContext", - "Type": "Microsoft.Azure.Storage.OperationContext" - }, - { - "Name": "cancellationToken", - "Type": "System.Threading.CancellationToken" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" - }, - { - "Name": "accessPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" - }, - { - "Name": "accessPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Storage.IPAddressOrRange" - } - ], - "ReturnType": "System.String" + "ReturnType": "System.Type" }, { "Name": "ToString", @@ -626880,11 +627519,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -627587,6 +628221,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueue" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -627606,11 +628245,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -627668,6 +628302,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -627687,11 +628326,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -627713,6 +628347,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -627732,11 +628371,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -627779,6 +628413,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -627798,11 +628437,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -627843,6 +628477,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -627862,11 +628501,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -627889,16 +628523,99 @@ "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions": { - "Namespace": "Microsoft.Azure.Storage.Queue.Protocol", - "Name": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.CloudQueueMessage": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.CloudQueueMessage", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SharedAccessPolicies": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies" + "AsBytes": "System.Byte[]", + "MaxNumberOfMessagesToPeek": "System.Int32", + "DequeueCount": "System.Int32", + "MaxMessageSize": "System.Int64", + "InsertionTime": "System.Nullable`1[System.DateTimeOffset]", + "ExpirationTime": "System.Nullable`1[System.DateTimeOffset]", + "NextVisibleTime": "System.Nullable`1[System.DateTimeOffset]", + "Id": "System.String", + "PopReceipt": "System.String", + "AsString": "System.String", + "MaxVisibilityTimeout": "System.TimeSpan" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "SetMessageContent", + "Parameters": [ + { + "Name": "content", + "Type": "System.Byte[]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent2", + "Parameters": [ + { + "Name": "content", + "Type": "System.Byte[]" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent2", + "Parameters": [ + { + "Name": "content", + "Type": "System.String" + }, + { + "Name": "isBase64Encoded", + "Type": "System.Boolean" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -627918,11 +628635,95 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null }, + { + "Name": "", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + }, + { + "Name": "", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "isBase64Encoded", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": null + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions": { + "Namespace": "Microsoft.Azure.Storage.Queue.Protocol", + "Name": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SharedAccessPolicies": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "GetType", "Parameters": [], "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" } ], "Constructors": [ @@ -628049,6 +628850,11 @@ "Parameters": [], "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -628068,11 +628874,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -628115,6 +628916,11 @@ ], "ReturnType": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -628134,11 +628940,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -628167,6 +628968,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -628191,16 +629012,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -628221,16 +629032,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -628293,173 +629094,6 @@ "Methods": [], "Constructors": [] }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.CloudQueueMessage": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.CloudQueueMessage", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AsBytes": "System.Byte[]", - "MaxNumberOfMessagesToPeek": "System.Int32", - "DequeueCount": "System.Int32", - "MaxMessageSize": "System.Int64", - "InsertionTime": "System.Nullable`1[System.DateTimeOffset]", - "ExpirationTime": "System.Nullable`1[System.DateTimeOffset]", - "NextVisibleTime": "System.Nullable`1[System.DateTimeOffset]", - "Id": "System.String", - "PopReceipt": "System.String", - "AsString": "System.String", - "MaxVisibilityTimeout": "System.TimeSpan" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "SetMessageContent", - "Parameters": [ - { - "Name": "content", - "Type": "System.Byte[]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMessageContent", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMessageContent2", - "Parameters": [ - { - "Name": "content", - "Type": "System.Byte[]" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMessageContent2", - "Parameters": [ - { - "Name": "content", - "Type": "System.String" - }, - { - "Name": "isBase64Encoded", - "Type": "System.Boolean" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - }, - { - "Name": "", - "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "isBase64Encoded", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": null - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - ], - "Methods": [], - "Constructors": [] - }, "Azure.Storage.Files.Shares.Models.ShareProperties": { "Namespace": "Azure.Storage.Files.Shares.Models", "Name": "Azure.Storage.Files.Shares.Models.ShareProperties", @@ -628487,6 +629121,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -628506,11 +629145,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -628581,6 +629215,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -628605,16 +629259,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -628635,16 +629279,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -628688,6 +629322,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -628712,16 +629366,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -628742,16 +629386,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -629615,6 +630249,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -629634,11 +630273,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -630427,6 +631061,11 @@ ], "ReturnType": "System.Uri" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -630446,11 +631085,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -630570,6 +631204,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -630589,11 +631228,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -630636,6 +631270,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -630655,11 +631294,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -630700,6 +631334,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -630719,11 +631358,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -630811,6 +631445,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -630830,11 +631469,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -630875,6 +631509,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -630894,11 +631533,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -630974,6 +631608,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -630993,11 +631632,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -631022,6 +631656,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -631041,11 +631680,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -631091,6 +631725,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -631110,11 +631749,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -631177,6 +631811,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -631196,11 +631835,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -631230,6 +631864,88 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "startPartitionKey", + "Type": "System.String" + }, + { + "Name": "startRowKey", + "Type": "System.String" + }, + { + "Name": "endPartitionKey", + "Type": "System.String" + }, + { + "Name": "endRowKey", + "Type": "System.String" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.String" + }, + { + "Name": "startPartitionKey", + "Type": "System.String" + }, + { + "Name": "startRowKey", + "Type": "System.String" + }, + { + "Name": "endPartitionKey", + "Type": "System.String" + }, + { + "Name": "endRowKey", + "Type": "System.String" + }, + { + "Name": "protocols", + "Type": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.SharedAccessProtocol]" + }, + { + "Name": "ipAddressOrRange", + "Type": "Microsoft.Azure.Cosmos.Table.IPAddressOrRange" + } + ], + "ReturnType": "System.String" + }, { "Name": "ToString", "Parameters": [], @@ -632577,86 +633293,9 @@ "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" - }, - { - "Name": "accessPolicyIdentifier", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" - }, - { - "Name": "accessPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "startPartitionKey", - "Type": "System.String" - }, - { - "Name": "startRowKey", - "Type": "System.String" - }, - { - "Name": "endPartitionKey", - "Type": "System.String" - }, - { - "Name": "endRowKey", - "Type": "System.String" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ - { - "Name": "policy", - "Type": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" - }, - { - "Name": "accessPolicyIdentifier", - "Type": "System.String" - }, - { - "Name": "startPartitionKey", - "Type": "System.String" - }, - { - "Name": "startRowKey", - "Type": "System.String" - }, - { - "Name": "endPartitionKey", - "Type": "System.String" - }, - { - "Name": "endRowKey", - "Type": "System.String" - }, - { - "Name": "protocols", - "Type": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.SharedAccessProtocol]" - }, - { - "Name": "ipAddressOrRange", - "Type": "Microsoft.Azure.Cosmos.Table.IPAddressOrRange" - } - ], - "ReturnType": "System.String" + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" }, { "Name": "Equals", @@ -632672,11 +633311,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -633162,6 +633796,11 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -633181,11 +633820,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -633322,6 +633956,11 @@ ], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -633341,11 +633980,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -633494,6 +634128,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -633513,11 +634152,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -633544,6 +634178,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -633563,11 +634202,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -633608,6 +634242,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -633632,16 +634286,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -633662,16 +634306,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -633696,6 +634330,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -633715,11 +634354,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -633733,7 +634367,7 @@ "System.Net.Http.DelegatingHandler": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.DelegatingHandler", - "AssemblyQualifiedName": "System.Net.Http.DelegatingHandler, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.Http.DelegatingHandler, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -633763,6 +634397,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -633782,11 +634421,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -633883,6 +634517,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -633907,16 +634561,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -633937,16 +634581,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -633990,6 +634624,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -634014,16 +634668,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -634044,16 +634688,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -634097,6 +634731,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -634121,16 +634775,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -634151,16 +634795,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -634202,6 +634836,11 @@ "Parameters": [], "ReturnType": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -634221,11 +634860,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -634243,6 +634877,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -634262,11 +634901,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -634307,6 +634941,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -634331,16 +634985,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -634361,16 +635005,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -634434,6 +635068,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -634453,11 +635092,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -634500,6 +635134,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -634519,11 +635158,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -634560,6 +635194,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -634579,11 +635218,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -634612,6 +635246,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -634636,16 +635290,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -634666,16 +635310,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -634701,6 +635335,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -634720,11 +635359,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -634763,6 +635397,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -634787,16 +635441,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -634817,16 +635461,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -634852,6 +635486,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -634871,11 +635510,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -634914,6 +635548,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -634938,16 +635592,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -634968,16 +635612,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -635013,6 +635647,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -635032,11 +635671,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -635052,6 +635686,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -635071,11 +635710,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -635098,6 +635732,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -635122,16 +635776,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -635152,16 +635796,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -635202,6 +635836,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -635221,11 +635860,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -635795,6 +636429,11 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -635814,11 +636453,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -635960,6 +636594,11 @@ ], "ReturnType": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -635979,11 +636618,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -636326,6 +636960,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -636345,11 +636984,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -636398,6 +637032,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -636417,11 +637056,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -636472,6 +637106,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -636491,11 +637130,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -636622,6 +637256,11 @@ "Parameters": [], "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -636641,11 +637280,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -636688,6 +637322,11 @@ ], "ReturnType": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -636707,11 +637346,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -636740,6 +637374,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -636764,16 +637418,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -636794,16 +637438,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -636896,6 +637530,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -636920,16 +637574,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -636950,16 +637594,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -636991,6 +637625,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -637015,16 +637669,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -637045,16 +637689,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -637130,6 +637764,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -637144,11 +637783,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -637305,6 +637939,11 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "Equals", "Parameters": [ @@ -637319,11 +637958,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -637438,7 +638072,7 @@ "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage", "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", @@ -637458,6 +638092,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -637477,11 +638116,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -637512,7 +638146,7 @@ "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential": { "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -637545,6 +638179,11 @@ ], "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Core.AccessToken]" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -637564,11 +638203,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -637672,6 +638306,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -637696,16 +638350,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -637726,16 +638370,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Websites.json b/tools/Tools.Common/SerializedCmdlets/Az.Websites.json index 20c41c9d33bb..2dc1ab15c908 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Websites.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Websites.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -26,6 +26,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45,11 +50,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -195,7 +195,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -285,7 +285,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303,7 +303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -339,7 +339,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -567,7 +567,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -615,7 +615,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -639,7 +639,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -878,7 +878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -926,7 +926,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -950,7 +950,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1189,7 +1189,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1261,7 +1261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1285,7 +1285,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1309,7 +1309,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1548,7 +1548,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1596,7 +1596,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1620,7 +1620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1644,7 +1644,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1712,7 +1712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1736,7 +1736,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1825,6 +1825,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -1844,11 +1849,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -1945,7 +1945,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2050,7 +2050,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2169,7 +2169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "KeepAtLeastOneBackup": "System.Nullable`1[System.Boolean]", @@ -2185,6 +2185,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2204,11 +2209,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2303,7 +2303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2375,7 +2375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -2437,6 +2437,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -2456,11 +2461,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -2658,7 +2658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2942,7 +2942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3058,7 +3058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -3120,6 +3120,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3139,11 +3144,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3272,7 +3272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3414,7 +3414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3432,7 +3432,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3504,7 +3504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -3566,6 +3566,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3585,11 +3590,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -3655,7 +3655,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3679,7 +3679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3819,7 +3819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3843,7 +3843,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3911,7 +3911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -3973,6 +3973,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -3992,11 +3997,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4029,7 +4029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4053,7 +4053,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4128,7 +4128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ProvisioningState]", @@ -4142,6 +4142,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4161,11 +4166,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4411,7 +4411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -4449,6 +4449,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4468,11 +4473,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -4804,7 +4804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionTime": "System.DateTime", "DeletedSiteId": "System.Int32", @@ -4818,6 +4818,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -4837,11 +4842,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5131,7 +5131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -5193,6 +5193,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5212,11 +5217,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5280,7 +5280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -5318,6 +5318,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5337,11 +5342,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5517,7 +5517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -5555,6 +5555,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5574,11 +5579,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -5774,7 +5774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -5786,6 +5786,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -5805,11 +5810,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -6042,7 +6042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -6065,6 +6065,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6084,11 +6089,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6183,7 +6183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -6245,6 +6245,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6264,11 +6269,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6542,7 +6542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -6604,6 +6604,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6623,11 +6628,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6735,7 +6735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "KeepAtLeastOneBackup": "System.Nullable`1[System.Boolean]", @@ -6751,6 +6751,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6770,11 +6775,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -6851,7 +6851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -6913,6 +6913,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -6932,11 +6937,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7118,7 +7118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -7180,6 +7180,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7199,11 +7204,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7331,7 +7331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -7354,6 +7354,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7373,11 +7378,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7454,7 +7454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -7516,6 +7516,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7535,11 +7540,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7721,7 +7721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -7783,6 +7783,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7802,11 +7807,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -7934,7 +7934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "CerBlob": "System.Byte[]", @@ -7971,6 +7971,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -7990,11 +7995,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8269,7 +8269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -8331,6 +8331,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8350,11 +8355,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8536,7 +8536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -8598,6 +8598,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8617,11 +8622,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -8808,7 +8808,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8862,7 +8862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -8924,6 +8924,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -8943,11 +8948,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9065,7 +9065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9233,7 +9233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9301,7 +9301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -9363,6 +9363,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9382,11 +9387,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9471,7 +9471,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9546,7 +9546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -9608,6 +9608,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9627,11 +9632,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -9713,7 +9713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -9775,6 +9775,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -9794,11 +9799,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10048,7 +10048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -10110,6 +10110,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10129,11 +10134,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10254,6 +10254,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10273,11 +10278,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10370,7 +10370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -10432,6 +10432,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10451,11 +10456,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10613,7 +10613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -10675,6 +10675,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -10694,11 +10699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -10885,7 +10885,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10957,7 +10957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -11019,6 +11019,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11038,11 +11043,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11160,7 +11160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11352,7 +11352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11420,7 +11420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -11482,6 +11482,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11501,11 +11506,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11590,7 +11590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11665,7 +11665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -11675,6 +11675,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11694,11 +11699,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11721,7 +11721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11793,7 +11793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -11855,6 +11855,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -11874,11 +11879,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -11944,7 +11944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12084,7 +12084,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12152,7 +12152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -12214,6 +12214,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12233,11 +12238,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12270,7 +12270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12357,6 +12357,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12376,11 +12381,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12505,7 +12505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -12567,6 +12567,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12586,11 +12591,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -12864,7 +12864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -12926,6 +12926,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -12945,11 +12950,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13071,6 +13071,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13090,11 +13095,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13415,7 +13415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "CerBlob": "System.Byte[]", @@ -13452,6 +13452,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13471,11 +13476,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -13847,7 +13847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ProvisioningState]", @@ -13861,6 +13861,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -13880,11 +13885,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -14062,7 +14062,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14080,7 +14080,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14098,7 +14098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14116,7 +14116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14272,7 +14272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14296,7 +14296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14439,7 +14439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14463,7 +14463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14586,7 +14586,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14610,7 +14610,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14825,7 +14825,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14849,7 +14849,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14968,7 +14968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14992,7 +14992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15115,7 +15115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15139,7 +15139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15330,7 +15330,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15354,7 +15354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15538,7 +15538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15556,7 +15556,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15661,7 +15661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15685,7 +15685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15849,7 +15849,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15873,7 +15873,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16013,7 +16013,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16037,7 +16037,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16112,7 +16112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -16150,6 +16150,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16169,11 +16174,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16332,7 +16332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16350,7 +16350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16368,7 +16368,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16386,7 +16386,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16440,7 +16440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -16478,6 +16478,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -16497,11 +16502,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -16740,7 +16740,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16808,7 +16808,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16832,7 +16832,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16856,7 +16856,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17101,7 +17101,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17169,7 +17169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -17207,6 +17207,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17226,11 +17231,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17436,7 +17436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17511,7 +17511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -17573,6 +17573,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17592,11 +17597,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17698,7 +17698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -17760,6 +17760,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -17779,11 +17784,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -17903,7 +17903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17921,7 +17921,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17939,7 +17939,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17957,7 +17957,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18011,7 +18011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18029,7 +18029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18298,7 +18298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18322,7 +18322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18438,7 +18438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -18500,6 +18500,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -18519,11 +18524,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -18583,7 +18583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18607,7 +18607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18631,7 +18631,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18703,7 +18703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18777,7 +18777,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18801,7 +18801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19015,7 +19015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19039,7 +19039,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19157,7 +19157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19181,7 +19181,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19256,7 +19256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.AzureStorageType]", "Name": "System.String", @@ -19268,6 +19268,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19287,11 +19292,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19347,6 +19347,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19371,16 +19391,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19401,16 +19411,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19585,6 +19585,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -19609,16 +19629,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -19639,16 +19649,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -19826,7 +19826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -19849,6 +19849,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -19868,11 +19873,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -19967,7 +19967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -20029,6 +20029,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20048,11 +20053,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20458,7 +20458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -20520,6 +20520,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20539,11 +20544,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20699,7 +20699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "CerBlob": "System.Byte[]", @@ -20736,6 +20736,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -20755,11 +20760,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -20877,7 +20877,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21074,7 +21074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21219,7 +21219,7 @@ "Type": { "Namespace": "System.Management.Automation.Runspaces", "Name": "System.Management.Automation.Runspaces.PSSession", - "AssemblyQualifiedName": "System.Management.Automation.Runspaces.PSSession, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.Runspaces.PSSession, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21256,7 +21256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21310,7 +21310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21372,6 +21372,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21391,11 +21396,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21533,7 +21533,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21601,7 +21601,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21669,7 +21669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21731,6 +21731,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21750,11 +21755,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -21787,7 +21787,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21877,6 +21877,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -21896,11 +21901,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22203,7 +22203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -22265,6 +22265,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22284,11 +22289,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22388,7 +22388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -22450,6 +22450,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22469,11 +22474,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22500,7 +22500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22518,7 +22518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22536,7 +22536,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22662,7 +22662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22680,7 +22680,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22833,7 +22833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -22895,6 +22895,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -22914,11 +22919,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -22951,7 +22951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22975,7 +22975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22999,7 +22999,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23167,7 +23167,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23191,7 +23191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23278,6 +23278,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23297,11 +23302,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -23408,7 +23408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -23470,6 +23470,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -23489,11 +23494,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24055,7 +24055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -24117,6 +24117,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24136,11 +24141,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24315,7 +24315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -24377,6 +24377,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24396,11 +24401,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24652,7 +24652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -24714,6 +24714,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24733,11 +24738,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -24783,7 +24783,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24801,7 +24801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24891,7 +24891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -24953,6 +24953,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -24972,11 +24977,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25066,7 +25066,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25090,7 +25090,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25278,7 +25278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25302,7 +25302,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25394,7 +25394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -25456,6 +25456,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25475,11 +25480,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25536,7 +25536,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25560,7 +25560,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25714,7 +25714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25732,7 +25732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25750,7 +25750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25768,7 +25768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ProvisioningState]", @@ -25782,6 +25782,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -25801,11 +25806,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -25919,7 +25919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25943,7 +25943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25967,7 +25967,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26035,7 +26035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26059,7 +26059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26083,7 +26083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26151,7 +26151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ProvisioningState]", @@ -26165,6 +26165,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26184,11 +26189,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26221,7 +26221,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26245,7 +26245,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26269,7 +26269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26352,6 +26352,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26371,11 +26376,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26398,7 +26398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26416,7 +26416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26470,7 +26470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -26508,6 +26508,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26527,11 +26532,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26597,7 +26597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26621,7 +26621,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26737,7 +26737,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26761,7 +26761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26829,7 +26829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -26867,6 +26867,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -26886,11 +26891,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -26923,7 +26923,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26947,7 +26947,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27041,7 +27041,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27059,7 +27059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27113,7 +27113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -27175,6 +27175,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27194,11 +27199,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27264,7 +27264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27288,7 +27288,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27404,7 +27404,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27428,7 +27428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27496,7 +27496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -27558,6 +27558,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27577,11 +27582,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -27614,7 +27614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27638,7 +27638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27713,7 +27713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -27725,6 +27725,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -27744,11 +27749,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -27858,7 +27858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27966,7 +27966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28146,7 +28146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28290,7 +28290,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28389,6 +28389,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28408,11 +28413,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28585,7 +28585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -28647,6 +28647,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -28666,11 +28671,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -28944,7 +28944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29006,6 +29006,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29025,11 +29030,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29382,6 +29382,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29401,11 +29406,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29428,7 +29428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29446,7 +29446,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29518,7 +29518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29580,6 +29580,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -29599,11 +29604,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -29669,7 +29669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29693,7 +29693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29833,7 +29833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29857,7 +29857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29925,7 +29925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29987,6 +29987,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30006,11 +30011,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30043,7 +30043,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30067,7 +30067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30199,7 +30199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30271,7 +30271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -30333,6 +30333,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30352,11 +30357,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30472,7 +30472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30662,7 +30662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30730,7 +30730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -30792,6 +30792,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -30811,11 +30816,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -30898,7 +30898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31046,7 +31046,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31175,7 +31175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31243,7 +31243,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31373,7 +31373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -31435,6 +31435,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31454,11 +31459,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31616,7 +31616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -31678,6 +31678,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31697,11 +31702,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -31902,7 +31902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -31964,6 +31964,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -31983,11 +31988,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32169,7 +32169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -32231,6 +32231,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32250,11 +32255,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32382,7 +32382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -32444,6 +32444,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32463,11 +32468,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32531,7 +32531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -32593,6 +32593,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32612,11 +32617,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32774,7 +32774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -32836,6 +32836,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -32855,11 +32860,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -32987,7 +32987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -33049,6 +33049,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33068,11 +33073,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33154,7 +33154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -33216,6 +33216,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33235,11 +33240,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33421,7 +33421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -33483,6 +33483,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33502,11 +33507,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33634,7 +33634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -33696,6 +33696,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -33715,11 +33720,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -33909,7 +33909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33927,7 +33927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33945,7 +33945,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33963,7 +33963,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34014,7 +34014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionTime": "System.DateTime", "DeletedSiteId": "System.Int32", @@ -34028,6 +34028,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34047,11 +34052,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34304,7 +34304,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34328,7 +34328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34352,7 +34352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34376,7 +34376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34540,7 +34540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34564,7 +34564,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34588,7 +34588,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34612,7 +34612,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34680,7 +34680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionTime": "System.DateTime", "DeletedSiteId": "System.Int32", @@ -34694,6 +34694,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -34713,11 +34718,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -34850,7 +34850,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34874,7 +34874,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34898,7 +34898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34922,7 +34922,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35052,7 +35052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35124,7 +35124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -35186,6 +35186,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35205,11 +35210,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35305,7 +35305,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35377,7 +35377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35488,7 +35488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35637,7 +35637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35748,7 +35748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35777,7 +35777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -35839,6 +35839,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -35858,11 +35863,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -35943,7 +35943,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36054,7 +36054,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36109,7 +36109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36127,7 +36127,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36145,7 +36145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36163,7 +36163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36235,7 +36235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -36297,6 +36297,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36316,11 +36321,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36380,7 +36380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -36390,6 +36390,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36409,11 +36414,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36441,7 +36441,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36465,7 +36465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36489,7 +36489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36513,7 +36513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36653,7 +36653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -36663,6 +36663,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36682,11 +36687,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36714,7 +36714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36738,7 +36738,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36762,7 +36762,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36786,7 +36786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36854,7 +36854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -36916,6 +36916,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -36935,11 +36940,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -36972,7 +36972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -36982,6 +36982,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37001,11 +37006,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37033,7 +37033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37057,7 +37057,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37081,7 +37081,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37105,7 +37105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37180,7 +37180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -37218,6 +37218,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37237,11 +37242,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37359,7 +37359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37377,7 +37377,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37431,7 +37431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -37469,6 +37469,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37488,11 +37493,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37678,7 +37678,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37750,7 +37750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37818,7 +37818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37886,7 +37886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "Sku": "Microsoft.Azure.Management.WebSites.Models.SkuDescription", @@ -37924,6 +37924,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -37943,11 +37948,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -37980,7 +37980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38055,7 +38055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -38117,6 +38117,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38136,11 +38141,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -38294,7 +38294,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38312,7 +38312,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38551,7 +38551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38605,7 +38605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -38721,7 +38721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -38783,6 +38783,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -38802,11 +38807,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39040,7 +39040,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39064,7 +39064,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39357,7 +39357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -39581,7 +39581,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39721,7 +39721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39789,7 +39789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -39851,6 +39851,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -39870,11 +39875,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -39979,7 +39979,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40054,7 +40054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -40116,6 +40116,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40135,11 +40140,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -40293,7 +40293,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40311,7 +40311,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40532,7 +40532,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40586,7 +40586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -40738,7 +40738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -40800,6 +40800,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -40819,11 +40824,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -41057,7 +41057,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41081,7 +41081,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41254,7 +41254,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41490,7 +41490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -41858,7 +41858,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41882,7 +41882,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42055,7 +42055,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42123,7 +42123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -42185,6 +42185,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42204,11 +42209,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42409,7 +42409,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42433,7 +42433,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42606,7 +42606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42694,6 +42694,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42713,11 +42718,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -42810,7 +42810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42828,7 +42828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42882,7 +42882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -42944,6 +42944,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -42963,11 +42968,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43081,7 +43081,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43105,7 +43105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43269,7 +43269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43293,7 +43293,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43361,7 +43361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -43423,6 +43423,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43442,11 +43447,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43527,7 +43527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43551,7 +43551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43626,7 +43626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -43688,6 +43688,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43707,11 +43712,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -43775,7 +43775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -43837,6 +43837,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -43856,11 +43861,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44018,7 +44018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -44080,6 +44080,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44099,11 +44104,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44231,7 +44231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -44293,6 +44293,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44312,11 +44317,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44398,7 +44398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -44460,6 +44460,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44479,11 +44484,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44665,7 +44665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -44727,6 +44727,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44746,11 +44751,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -44878,7 +44878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -44940,6 +44940,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -44959,11 +44964,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45027,7 +45027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -45089,6 +45089,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45108,11 +45113,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45270,7 +45270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -45332,6 +45332,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45351,11 +45356,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45483,7 +45483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -45545,6 +45545,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45564,11 +45569,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45650,7 +45650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -45712,6 +45712,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45731,11 +45736,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -45917,7 +45917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -45979,6 +45979,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -45998,11 +46003,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46185,7 +46185,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46261,7 +46261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -46323,6 +46323,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46342,11 +46347,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46460,7 +46460,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46652,7 +46652,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46748,7 +46748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -46810,6 +46810,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -46829,11 +46834,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -46914,7 +46914,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47019,7 +47019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -47031,6 +47031,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47050,11 +47055,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -47107,7 +47107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47143,7 +47143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47161,7 +47161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -47173,6 +47173,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47192,11 +47197,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -47299,7 +47299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47347,7 +47347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47415,7 +47415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47483,7 +47483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -47495,6 +47495,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47514,11 +47519,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [] @@ -47540,7 +47540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47629,6 +47629,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -47648,11 +47653,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -47749,7 +47749,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47854,7 +47854,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47965,7 +47965,7 @@ "Name": "Get-AzStaticWebApp", "ClassName": "Get-AzStaticWebApp", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -48121,7 +48121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48139,7 +48139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48193,7 +48193,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48211,7 +48211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48229,7 +48229,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48328,7 +48328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48352,7 +48352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48424,7 +48424,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48448,7 +48448,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48472,7 +48472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48552,7 +48552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48576,7 +48576,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48648,7 +48648,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48672,7 +48672,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48696,7 +48696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48752,7 +48752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48776,7 +48776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48848,7 +48848,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48872,7 +48872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48896,7 +48896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48964,7 +48964,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48988,7 +48988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49060,7 +49060,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49084,7 +49084,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49108,7 +49108,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49140,7 +49140,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49164,7 +49164,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49236,7 +49236,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49260,7 +49260,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49284,7 +49284,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49312,7 +49312,7 @@ "Name": "Get-AzStaticWebAppBuild", "ClassName": "Get-AzStaticWebAppBuild", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -49453,7 +49453,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49471,7 +49471,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49525,7 +49525,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49543,7 +49543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49561,7 +49561,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49684,7 +49684,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49708,7 +49708,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49780,7 +49780,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49804,7 +49804,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49828,7 +49828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49932,7 +49932,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -49956,7 +49956,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50028,7 +50028,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50052,7 +50052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50076,7 +50076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50144,7 +50144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50168,7 +50168,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50240,7 +50240,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50264,7 +50264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50288,7 +50288,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50320,7 +50320,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50344,7 +50344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50416,7 +50416,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50440,7 +50440,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50464,7 +50464,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50491,7 +50491,7 @@ "NounName": "AzStaticWebAppBuildAppSetting", "Name": "Get-AzStaticWebAppBuildAppSetting", "ClassName": "Get-AzStaticWebAppBuildAppSetting", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "List", @@ -50596,7 +50596,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50614,7 +50614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50668,7 +50668,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50686,7 +50686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50704,7 +50704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50827,7 +50827,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50851,7 +50851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50923,7 +50923,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50947,7 +50947,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50971,7 +50971,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50999,7 +50999,7 @@ "Name": "Get-AzStaticWebAppBuildFunction", "ClassName": "Get-AzStaticWebAppBuildFunction", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -51104,7 +51104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51122,7 +51122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51176,7 +51176,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51194,7 +51194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51212,7 +51212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51335,7 +51335,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51359,7 +51359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51431,7 +51431,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51455,7 +51455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51479,7 +51479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51506,7 +51506,7 @@ "NounName": "AzStaticWebAppBuildFunctionAppSetting", "Name": "Get-AzStaticWebAppBuildFunctionAppSetting", "ClassName": "Get-AzStaticWebAppBuildFunctionAppSetting", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "List", @@ -51611,7 +51611,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51629,7 +51629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51683,7 +51683,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51701,7 +51701,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51719,7 +51719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51842,7 +51842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51866,7 +51866,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51938,7 +51938,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51962,7 +51962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51986,7 +51986,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52013,7 +52013,7 @@ "NounName": "AzStaticWebAppConfiguredRole", "Name": "Get-AzStaticWebAppConfiguredRole", "ClassName": "Get-AzStaticWebAppConfiguredRole", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "List", @@ -52100,7 +52100,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52118,7 +52118,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52172,7 +52172,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52190,7 +52190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52208,7 +52208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52307,7 +52307,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52331,7 +52331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52403,7 +52403,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52427,7 +52427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52451,7 +52451,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52479,7 +52479,7 @@ "Name": "Get-AzStaticWebAppCustomDomain", "ClassName": "Get-AzStaticWebAppCustomDomain", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -52617,7 +52617,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52635,7 +52635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52689,7 +52689,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52707,7 +52707,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52725,7 +52725,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52848,7 +52848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52872,7 +52872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52944,7 +52944,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52968,7 +52968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -52992,7 +52992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53096,7 +53096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53120,7 +53120,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53192,7 +53192,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53216,7 +53216,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53240,7 +53240,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53308,7 +53308,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53332,7 +53332,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53404,7 +53404,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53428,7 +53428,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53452,7 +53452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53484,7 +53484,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53508,7 +53508,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53580,7 +53580,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53604,7 +53604,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53628,7 +53628,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53656,7 +53656,7 @@ "Name": "Get-AzStaticWebAppFunction", "ClassName": "Get-AzStaticWebAppFunction", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List", "OutputTypes": [ @@ -53743,7 +53743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53761,7 +53761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53815,7 +53815,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53833,7 +53833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53851,7 +53851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53950,7 +53950,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53974,7 +53974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54046,7 +54046,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54070,7 +54070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54094,7 +54094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54121,7 +54121,7 @@ "NounName": "AzStaticWebAppFunctionAppSetting", "Name": "Get-AzStaticWebAppFunctionAppSetting", "ClassName": "Get-AzStaticWebAppFunctionAppSetting", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "List", @@ -54208,7 +54208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54226,7 +54226,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54280,7 +54280,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54298,7 +54298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54316,7 +54316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54415,7 +54415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54439,7 +54439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54511,7 +54511,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54535,7 +54535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54559,7 +54559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54586,7 +54586,7 @@ "NounName": "AzStaticWebAppSecret", "Name": "Get-AzStaticWebAppSecret", "ClassName": "Get-AzStaticWebAppSecret", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "List", @@ -54673,7 +54673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54691,7 +54691,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54745,7 +54745,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54763,7 +54763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54781,7 +54781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54880,7 +54880,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54904,7 +54904,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54976,7 +54976,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55000,7 +55000,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55024,7 +55024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55051,7 +55051,7 @@ "NounName": "AzStaticWebAppSetting", "Name": "Get-AzStaticWebAppSetting", "ClassName": "Get-AzStaticWebAppSetting", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "List", @@ -55138,7 +55138,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55156,7 +55156,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55210,7 +55210,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55228,7 +55228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55246,7 +55246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55345,7 +55345,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55369,7 +55369,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55441,7 +55441,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55465,7 +55465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55489,7 +55489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55516,7 +55516,7 @@ "NounName": "AzStaticWebAppUser", "Name": "Get-AzStaticWebAppUser", "ClassName": "Get-AzStaticWebAppUser", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "List", @@ -55624,7 +55624,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55642,7 +55642,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55696,7 +55696,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55714,7 +55714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55732,7 +55732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55855,7 +55855,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55879,7 +55879,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55951,7 +55951,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55975,7 +55975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55999,7 +55999,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56027,7 +56027,7 @@ "Name": "Get-AzStaticWebAppUserProvidedFunctionApp", "ClassName": "Get-AzStaticWebAppUserProvidedFunctionApp", "SupportsShouldProcess": false, - "ConfirmImpact": 2, + "ConfirmImpact": 0, "SupportsPaging": false, "DefaultParameterSetName": "List1", "OutputTypes": [ @@ -56181,7 +56181,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56199,7 +56199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56253,7 +56253,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56271,7 +56271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56289,7 +56289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56412,7 +56412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56436,7 +56436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56508,7 +56508,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56532,7 +56532,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56556,7 +56556,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56708,7 +56708,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56732,7 +56732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56804,7 +56804,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56828,7 +56828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56852,7 +56852,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56980,7 +56980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57004,7 +57004,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57076,7 +57076,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57100,7 +57100,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57124,7 +57124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57228,7 +57228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57252,7 +57252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57324,7 +57324,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57348,7 +57348,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57372,7 +57372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57440,7 +57440,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57464,7 +57464,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57536,7 +57536,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57560,7 +57560,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57584,7 +57584,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57616,7 +57616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57640,7 +57640,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57712,7 +57712,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57736,7 +57736,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57760,7 +57760,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57787,7 +57787,7 @@ "NounName": "AzStaticWebApp", "Name": "New-AzStaticWebApp", "ClassName": "New-AzStaticWebApp", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", @@ -57929,7 +57929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58171,7 +58171,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58261,7 +58261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58377,7 +58377,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58413,7 +58413,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58488,7 +58488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58506,7 +58506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58524,7 +58524,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58578,7 +58578,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58596,7 +58596,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58614,7 +58614,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58632,7 +58632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58752,7 +58752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59054,7 +59054,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59174,7 +59174,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59308,7 +59308,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59356,7 +59356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59455,7 +59455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59479,7 +59479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59503,7 +59503,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59575,7 +59575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59599,7 +59599,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59623,7 +59623,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59647,7 +59647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59674,7 +59674,7 @@ "NounName": "AzStaticWebAppBuildAppSetting", "Name": "New-AzStaticWebAppBuildAppSetting", "ClassName": "New-AzStaticWebAppBuildAppSetting", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", @@ -59806,7 +59806,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59845,7 +59845,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59863,7 +59863,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59917,7 +59917,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59935,7 +59935,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59953,7 +59953,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60073,7 +60073,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60124,7 +60124,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60148,7 +60148,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60220,7 +60220,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60244,7 +60244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60268,7 +60268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60333,7 +60333,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60384,7 +60384,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60408,7 +60408,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60480,7 +60480,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60504,7 +60504,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60528,7 +60528,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60557,7 +60557,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60608,7 +60608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60632,7 +60632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60704,7 +60704,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60728,7 +60728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60752,7 +60752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60779,7 +60779,7 @@ "NounName": "AzStaticWebAppBuildFunctionAppSetting", "Name": "New-AzStaticWebAppBuildFunctionAppSetting", "ClassName": "New-AzStaticWebAppBuildFunctionAppSetting", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", @@ -60911,7 +60911,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60950,7 +60950,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60968,7 +60968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61022,7 +61022,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61040,7 +61040,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61058,7 +61058,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61178,7 +61178,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61229,7 +61229,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61253,7 +61253,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61325,7 +61325,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61349,7 +61349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61373,7 +61373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61438,7 +61438,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61489,7 +61489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61513,7 +61513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61585,7 +61585,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61609,7 +61609,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61633,7 +61633,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61662,7 +61662,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61713,7 +61713,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61737,7 +61737,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61809,7 +61809,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61833,7 +61833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61857,7 +61857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61884,7 +61884,7 @@ "NounName": "AzStaticWebAppCustomDomain", "Name": "New-AzStaticWebAppCustomDomain", "ClassName": "New-AzStaticWebAppCustomDomain", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", @@ -62029,7 +62029,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62047,7 +62047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62065,7 +62065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62119,7 +62119,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62137,7 +62137,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62155,7 +62155,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62173,7 +62173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62344,7 +62344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62368,7 +62368,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62392,7 +62392,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62464,7 +62464,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62488,7 +62488,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62512,7 +62512,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62536,7 +62536,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62563,7 +62563,7 @@ "NounName": "AzStaticWebAppFunctionAppSetting", "Name": "New-AzStaticWebAppFunctionAppSetting", "ClassName": "New-AzStaticWebAppFunctionAppSetting", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", @@ -62677,7 +62677,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62716,7 +62716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62734,7 +62734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62788,7 +62788,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62806,7 +62806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62824,7 +62824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62920,7 +62920,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62971,7 +62971,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62995,7 +62995,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63067,7 +63067,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63091,7 +63091,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63115,7 +63115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63180,7 +63180,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63231,7 +63231,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63255,7 +63255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63327,7 +63327,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63351,7 +63351,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63375,7 +63375,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63404,7 +63404,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63455,7 +63455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63479,7 +63479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63551,7 +63551,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63575,7 +63575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63599,7 +63599,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63626,7 +63626,7 @@ "NounName": "AzStaticWebAppSetting", "Name": "New-AzStaticWebAppSetting", "ClassName": "New-AzStaticWebAppSetting", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", @@ -63740,7 +63740,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63779,7 +63779,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63797,7 +63797,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63851,7 +63851,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63869,7 +63869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63887,7 +63887,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -63983,7 +63983,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64034,7 +64034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64058,7 +64058,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64130,7 +64130,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64154,7 +64154,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64178,7 +64178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64243,7 +64243,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64294,7 +64294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64318,7 +64318,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64390,7 +64390,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64414,7 +64414,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64438,7 +64438,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64467,7 +64467,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64518,7 +64518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64542,7 +64542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64614,7 +64614,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64638,7 +64638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64662,7 +64662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64689,7 +64689,7 @@ "NounName": "AzStaticWebAppUserRoleInvitationLink", "Name": "New-AzStaticWebAppUserRoleInvitationLink", "ClassName": "New-AzStaticWebAppUserRoleInvitationLink", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "CreateExpanded", @@ -64915,7 +64915,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64933,7 +64933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64987,7 +64987,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65005,7 +65005,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65023,7 +65023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65266,7 +65266,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65290,7 +65290,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65362,7 +65362,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65386,7 +65386,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65410,7 +65410,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65622,7 +65622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65646,7 +65646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65718,7 +65718,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65742,7 +65742,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65766,7 +65766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65942,7 +65942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -65966,7 +65966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66038,7 +66038,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66062,7 +66062,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66086,7 +66086,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66113,7 +66113,7 @@ "NounName": "AzStaticWebAppUserProvidedFunctionApp", "Name": "Register-AzStaticWebAppUserProvidedFunctionApp", "ClassName": "Register-AzStaticWebAppUserProvidedFunctionApp", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "RegisterExpanded1", @@ -66235,7 +66235,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66310,7 +66310,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66328,7 +66328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66346,7 +66346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66400,7 +66400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66418,7 +66418,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66436,7 +66436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66454,7 +66454,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66574,7 +66574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66673,7 +66673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66697,7 +66697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66721,7 +66721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66793,7 +66793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66817,7 +66817,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66841,7 +66841,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -66865,7 +66865,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67014,7 +67014,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67113,7 +67113,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67137,7 +67137,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67161,7 +67161,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67233,7 +67233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67257,7 +67257,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67281,7 +67281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67305,7 +67305,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67332,7 +67332,7 @@ "NounName": "AzStaticWebApp", "Name": "Remove-AzStaticWebApp", "ClassName": "Remove-AzStaticWebApp", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -67447,7 +67447,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67465,7 +67465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67483,7 +67483,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67537,7 +67537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67555,7 +67555,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67573,7 +67573,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67591,7 +67591,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67609,7 +67609,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67708,7 +67708,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67732,7 +67732,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67756,7 +67756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67828,7 +67828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67852,7 +67852,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67876,7 +67876,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67900,7 +67900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67924,7 +67924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -67992,7 +67992,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68016,7 +68016,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68040,7 +68040,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68112,7 +68112,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68136,7 +68136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68160,7 +68160,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68184,7 +68184,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68208,7 +68208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68240,7 +68240,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68264,7 +68264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68288,7 +68288,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68360,7 +68360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68384,7 +68384,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68408,7 +68408,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68432,7 +68432,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68456,7 +68456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68483,7 +68483,7 @@ "NounName": "AzStaticWebAppAttachedRepository", "Name": "Remove-AzStaticWebAppAttachedRepository", "ClassName": "Remove-AzStaticWebAppAttachedRepository", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Detach", @@ -68598,7 +68598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68616,7 +68616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68634,7 +68634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68688,7 +68688,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68706,7 +68706,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68724,7 +68724,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68742,7 +68742,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68760,7 +68760,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68859,7 +68859,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68883,7 +68883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68907,7 +68907,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -68979,7 +68979,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69003,7 +69003,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69027,7 +69027,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69051,7 +69051,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69075,7 +69075,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69143,7 +69143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69167,7 +69167,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69191,7 +69191,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69263,7 +69263,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69287,7 +69287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69311,7 +69311,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69335,7 +69335,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69359,7 +69359,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69391,7 +69391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69415,7 +69415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69439,7 +69439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69511,7 +69511,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69535,7 +69535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69559,7 +69559,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69583,7 +69583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69607,7 +69607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69634,7 +69634,7 @@ "NounName": "AzStaticWebAppBuild", "Name": "Remove-AzStaticWebAppBuild", "ClassName": "Remove-AzStaticWebAppBuild", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -69767,7 +69767,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69785,7 +69785,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69803,7 +69803,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69857,7 +69857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69875,7 +69875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69893,7 +69893,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69911,7 +69911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -69929,7 +69929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70052,7 +70052,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70076,7 +70076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70100,7 +70100,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70172,7 +70172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70196,7 +70196,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70220,7 +70220,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70244,7 +70244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70268,7 +70268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70336,7 +70336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70360,7 +70360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70384,7 +70384,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70456,7 +70456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70480,7 +70480,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70504,7 +70504,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70528,7 +70528,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70552,7 +70552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70584,7 +70584,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70608,7 +70608,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70632,7 +70632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70704,7 +70704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70728,7 +70728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70752,7 +70752,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70776,7 +70776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70800,7 +70800,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70827,7 +70827,7 @@ "NounName": "AzStaticWebAppCustomDomain", "Name": "Remove-AzStaticWebAppCustomDomain", "ClassName": "Remove-AzStaticWebAppCustomDomain", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -70960,7 +70960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70978,7 +70978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -70996,7 +70996,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71050,7 +71050,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71068,7 +71068,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71086,7 +71086,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71104,7 +71104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71122,7 +71122,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71245,7 +71245,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71269,7 +71269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71293,7 +71293,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71365,7 +71365,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71389,7 +71389,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71413,7 +71413,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71437,7 +71437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71461,7 +71461,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71529,7 +71529,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71553,7 +71553,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71577,7 +71577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71649,7 +71649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71673,7 +71673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71697,7 +71697,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71721,7 +71721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71745,7 +71745,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71777,7 +71777,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71801,7 +71801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71825,7 +71825,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71897,7 +71897,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71921,7 +71921,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71945,7 +71945,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71969,7 +71969,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -71993,7 +71993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72020,7 +72020,7 @@ "NounName": "AzStaticWebAppUser", "Name": "Remove-AzStaticWebAppUser", "ClassName": "Remove-AzStaticWebAppUser", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Delete", @@ -72171,7 +72171,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72189,7 +72189,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72243,7 +72243,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72261,7 +72261,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72279,7 +72279,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72297,7 +72297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72444,7 +72444,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72468,7 +72468,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72540,7 +72540,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72564,7 +72564,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72588,7 +72588,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72612,7 +72612,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72680,7 +72680,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72704,7 +72704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72776,7 +72776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72800,7 +72800,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72824,7 +72824,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72848,7 +72848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72880,7 +72880,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72904,7 +72904,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72976,7 +72976,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73000,7 +73000,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73024,7 +73024,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73048,7 +73048,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73075,7 +73075,7 @@ "NounName": "AzStaticWebAppApiKey", "Name": "Reset-AzStaticWebAppApiKey", "ClassName": "Reset-AzStaticWebAppApiKey", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResetExpanded", @@ -73223,7 +73223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73244,7 +73244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73262,7 +73262,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73316,7 +73316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73334,7 +73334,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73352,7 +73352,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73370,7 +73370,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73514,7 +73514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73541,7 +73541,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73565,7 +73565,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73637,7 +73637,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73661,7 +73661,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73685,7 +73685,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73709,7 +73709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73822,7 +73822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73849,7 +73849,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73873,7 +73873,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73945,7 +73945,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73969,7 +73969,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73993,7 +73993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74017,7 +74017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74094,7 +74094,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74121,7 +74121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74145,7 +74145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74217,7 +74217,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74241,7 +74241,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74265,7 +74265,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74289,7 +74289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74316,7 +74316,7 @@ "NounName": "AzStaticWebAppCustomDomain", "Name": "Test-AzStaticWebAppCustomDomain", "ClassName": "Test-AzStaticWebAppCustomDomain", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ValidateExpanded", @@ -74485,7 +74485,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74503,7 +74503,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74521,7 +74521,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74575,7 +74575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74593,7 +74593,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74611,7 +74611,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74629,7 +74629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74647,7 +74647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74818,7 +74818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74842,7 +74842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74866,7 +74866,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74938,7 +74938,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74962,7 +74962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74986,7 +74986,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75010,7 +75010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75034,7 +75034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75150,7 +75150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75174,7 +75174,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75198,7 +75198,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75270,7 +75270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75294,7 +75294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75318,7 +75318,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75342,7 +75342,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75366,7 +75366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75446,7 +75446,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75470,7 +75470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75494,7 +75494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75566,7 +75566,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75590,7 +75590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75614,7 +75614,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75638,7 +75638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75662,7 +75662,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75689,7 +75689,7 @@ "NounName": "AzStaticWebAppBuildUserProvidedFunctionApp", "Name": "Unregister-AzStaticWebAppBuildUserProvidedFunctionApp", "ClassName": "Unregister-AzStaticWebAppBuildUserProvidedFunctionApp", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Detach", @@ -75840,7 +75840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75858,7 +75858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75912,7 +75912,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75930,7 +75930,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75948,7 +75948,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -75966,7 +75966,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76113,7 +76113,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76137,7 +76137,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76209,7 +76209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76233,7 +76233,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76257,7 +76257,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76281,7 +76281,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76349,7 +76349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76373,7 +76373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76445,7 +76445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76469,7 +76469,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76493,7 +76493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76517,7 +76517,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76549,7 +76549,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76573,7 +76573,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76645,7 +76645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76669,7 +76669,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76693,7 +76693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76717,7 +76717,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76744,7 +76744,7 @@ "NounName": "AzStaticWebAppUserProvidedFunctionApp", "Name": "Unregister-AzStaticWebAppUserProvidedFunctionApp", "ClassName": "Unregister-AzStaticWebAppUserProvidedFunctionApp", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "Detach", @@ -76877,7 +76877,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76895,7 +76895,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76949,7 +76949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76967,7 +76967,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76985,7 +76985,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77003,7 +77003,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77126,7 +77126,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77150,7 +77150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77222,7 +77222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77246,7 +77246,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77270,7 +77270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77294,7 +77294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77362,7 +77362,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77386,7 +77386,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77458,7 +77458,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77482,7 +77482,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77506,7 +77506,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77530,7 +77530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77562,7 +77562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77586,7 +77586,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77658,7 +77658,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77682,7 +77682,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77706,7 +77706,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77730,7 +77730,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77757,7 +77757,7 @@ "NounName": "AzStaticWebApp", "Name": "Update-AzStaticWebApp", "ClassName": "Update-AzStaticWebApp", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", @@ -77911,7 +77911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78055,7 +78055,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78199,7 +78199,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78318,7 +78318,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78336,7 +78336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78390,7 +78390,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78408,7 +78408,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78426,7 +78426,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78522,7 +78522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78714,7 +78714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -78906,7 +78906,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79043,7 +79043,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79067,7 +79067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79139,7 +79139,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79163,7 +79163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79187,7 +79187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79252,7 +79252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79444,7 +79444,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79636,7 +79636,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79773,7 +79773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79797,7 +79797,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79869,7 +79869,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79893,7 +79893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79917,7 +79917,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -79946,7 +79946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80138,7 +80138,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80330,7 +80330,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80467,7 +80467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80491,7 +80491,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80563,7 +80563,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80587,7 +80587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80611,7 +80611,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80638,7 +80638,7 @@ "NounName": "AzStaticWebAppUser", "Name": "Update-AzStaticWebAppUser", "ClassName": "Update-AzStaticWebAppUser", - "SupportsShouldProcess": false, + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "UpdateExpanded", @@ -80830,7 +80830,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80848,7 +80848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80902,7 +80902,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80920,7 +80920,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80938,7 +80938,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81133,7 +81133,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81157,7 +81157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81229,7 +81229,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81253,7 +81253,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81277,7 +81277,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81393,7 +81393,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81417,7 +81417,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81489,7 +81489,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81513,7 +81513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81537,7 +81537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81617,7 +81617,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81641,7 +81641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81713,7 +81713,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81737,7 +81737,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81761,7 +81761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81928,7 +81928,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81940,7 +81940,7 @@ "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HttpHeader": "System.Collections.Hashtable", "Priority": "System.Int32", @@ -81954,6 +81954,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -81973,11 +81978,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -81991,7 +81991,7 @@ "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82251,6 +82251,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82270,11 +82275,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82344,7 +82344,7 @@ "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", "GenericTypeArguments": [], @@ -82354,7 +82354,7 @@ "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.AzureStorageType]", "Name": "System.String", @@ -82366,6 +82366,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82385,11 +82390,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82430,6 +82430,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -82454,16 +82474,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -82484,16 +82494,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -82531,6 +82531,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82550,11 +82555,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82619,6 +82619,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82638,11 +82643,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82713,6 +82713,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -82737,16 +82757,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -82767,16 +82777,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -82815,6 +82815,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82834,11 +82839,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82933,6 +82933,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -82952,11 +82957,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -82998,6 +82998,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83017,11 +83022,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83078,6 +83078,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83097,11 +83102,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83156,6 +83156,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -83180,16 +83200,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -83210,16 +83220,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -83302,6 +83302,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83321,11 +83326,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83572,6 +83572,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83591,11 +83596,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83626,6 +83626,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83645,11 +83650,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83681,6 +83681,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83700,11 +83705,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83741,6 +83741,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83760,11 +83765,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83804,6 +83804,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83823,11 +83828,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -83882,6 +83882,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -83906,16 +83926,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -83936,16 +83946,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -83972,6 +83972,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -83991,11 +83996,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84039,6 +84039,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84058,11 +84063,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84099,6 +84099,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84118,11 +84123,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84177,6 +84177,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84196,11 +84201,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84248,6 +84248,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84267,11 +84272,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84306,6 +84306,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84325,11 +84330,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84379,6 +84379,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84398,11 +84403,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84473,6 +84473,11 @@ "Parameters": [], "ReturnType": "System.Void" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84492,11 +84497,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84557,6 +84557,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84576,11 +84581,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84634,6 +84634,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84653,11 +84658,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84714,6 +84714,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84733,11 +84738,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84796,6 +84796,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -84820,16 +84840,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -84850,16 +84860,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -84897,6 +84897,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -84916,11 +84921,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -84981,6 +84981,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85000,11 +85005,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85101,6 +85101,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85120,11 +85125,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85174,6 +85174,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85193,11 +85198,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85253,6 +85253,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85272,11 +85277,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85331,6 +85331,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -85355,16 +85375,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -85385,16 +85395,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -85438,6 +85438,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -85462,16 +85482,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -85492,16 +85502,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -85527,6 +85527,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85546,11 +85551,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85606,6 +85606,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -85625,11 +85630,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -85700,6 +85700,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -85724,16 +85744,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -85754,16 +85764,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -85807,6 +85807,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -85831,16 +85851,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -85861,16 +85871,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -85914,6 +85914,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -85938,16 +85958,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -85968,16 +85978,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86021,6 +86021,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86045,16 +86065,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86075,16 +86085,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86128,6 +86128,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86152,16 +86172,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86182,16 +86192,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86235,6 +86235,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86259,16 +86279,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86289,16 +86299,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86352,6 +86352,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86376,16 +86396,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86406,16 +86416,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86459,6 +86459,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86483,16 +86503,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86513,16 +86523,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86553,6 +86553,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86572,11 +86577,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86638,6 +86638,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86657,11 +86662,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86718,6 +86718,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + }, { "Name": "ToString", "Parameters": [], @@ -86737,11 +86742,6 @@ "Name": "GetHashCode", "Parameters": [], "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -86800,6 +86800,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86824,16 +86844,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86854,16 +86864,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86907,6 +86907,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -86931,16 +86951,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -86961,16 +86971,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -86987,7 +86987,7 @@ "System.Net.HttpStatusCode": { "Namespace": "System.Net", "Name": "System.Net.HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87036,6 +87036,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -87060,16 +87080,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -87090,16 +87100,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -87116,7 +87116,7 @@ "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction": { "Namespace": "Microsoft.Azure.Commands.WebApps.Utilities", "Name": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87131,6 +87131,26 @@ ], "ReturnType": "System.Boolean" }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Enum" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Object" + } + ], + "ReturnType": "System.Int32" + }, { "Name": "GetHashCode", "Parameters": [], @@ -87155,16 +87175,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Object" - } - ], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [ @@ -87185,16 +87195,6 @@ ], "ReturnType": "System.String" }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Enum" - } - ], - "ReturnType": "System.Boolean" - }, { "Name": "GetTypeCode", "Parameters": [], @@ -87441,7 +87441,7 @@ "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -87453,7 +87453,7 @@ "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=6.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -87667,6 +87667,11 @@ "Parameters": [], "ReturnType": "System.Int32" }, + { + "Name": "Clone", + "Parameters": [], + "ReturnType": "System.Object" + }, { "Name": "DynamicInvoke", "Parameters": [ @@ -87678,19 +87683,14 @@ "ReturnType": "System.Object" }, { - "Name": "Clone", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.Object" + "ReturnType": "System.Type" }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], "Constructors": [ @@ -87733,7 +87733,7 @@ "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -87745,7 +87745,7 @@ "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [],